Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: hostapd

Found 1 matching suggestions

View:
Compact
Detailed
Published
Permalink CVE-2026-58374
6.5 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Adjacent (A)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Adjacent (A)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
updated 12 hours ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored package hostapd-mana
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
In hostapd before 2.12, a missing bounds check in AP-mode …

In hostapd before 2.12, a missing bounds check in AP-mode Wi-Fi 7 (IEEE 802.11be) Multi-Link Operation (MLO) association request processing allows an unauthenticated attacker within wireless range to send a crafted management frame containing a malformed Multi-Link Element or Per-STA Profile subelement. In hostapd_process_ml_assoc_req() in src/ap/ieee802_11_eht.c, the received link_id field can be parsed as value 15, but the corresponding links[] storage only has valid entries for lower link IDs (0 through 14). This causes an out-of-bounds write / small memory corruption during association processing before the 4-way handshake. The attack does not require network credentials, prior authentication, or user interaction. The confirmed practical impact is denial of service through hostapd process termination. This affects hostapd v2.11 and newer development snapshots before v2.12 when built with CONFIG_IEEE80211BE enabled. The issue is fixed in hostapd v2.12 and the upstream 2026-1 fixes.

Affected products

hostapd
  • <2.12

Matching in nixpkgs

pkgs.hostapd

User space daemon for access point and authentication servers

  • nixos-unstable 2.11
    • nixpkgs-unstable 2.11
    • nixos-unstable-small 2.11
  • nixos-26.05 2.11
    • nixos-26.05-small 2.11
    • nixpkgs-26.05-darwin 2.11
Ignored packages (1)

Package maintainers