CVE-2024-26779: wifi: mac80211: fix race condition on enabling fast-xmit
In the Linux kernel, the following vulnerability has been resolved:
wifi: mac80211: fix race condition on enabling fast-xmit
fast-xmit must only be enabled after the sta has been uploaded to the driver,
otherwise it could end up passing the not-yet-uploaded sta via drv_tx calls
to the driver, leading to potential crashes because of uninitialized drv_priv
data.
Add a missing sta->uploaded check and re-check fast xmit after inserting a sta.
Security readout for executives and security teams
Plain-English summary
A timing flaw in Linux Wi-Fi handling can let fast packet transmission begin before a wireless station is fully initialized. This may cause kernel or driver crashes, disrupting affected systems. The supplied CVSS score is 8.8, but the source bundle does not establish real-world exploitation or demonstrate confidentiality or integrity compromise.
Executive priority
Treat this as a high-priority stability and security update for Wi-Fi-enabled Linux assets, especially exposed endpoints and appliances. Patch through supported distribution channels after focused testing. It is not supported as an active-exploitation emergency by the supplied evidence, but adjacent-network reachability and possible kernel crashes justify prompt action.
Technical view
A race in mac80211 enables fast-xmit before the station has been uploaded to the driver. drv_tx may then receive an incomplete station object and access uninitialized drv_priv data, potentially crashing the system. The kernel fix checks sta->uploaded and reevaluates fast-xmit after station insertion. The issue is classified as CWE-362.
Likely exposure
Exposure is concentrated in systems using affected Linux kernels with mac80211 Wi-Fi and the relevant fast-xmit path. The CVSS vector describes an adjacent-network, low-complexity attack requiring no privileges or user interaction. The bundle lists affected releases from 4.2 through 6.8, but backports make package-level verification necessary.
Exploitation context
CISA KEV status is false, and the supplied sources do not report active exploitation or a public exploit. Potential crashes are directly supported. Although the CVSS vector rates confidentiality, integrity, and availability impacts high, the provided technical description does not explain or demonstrate compromise beyond accessing uninitialized driver-private data and possible crashes.
Researcher notes
The affected-version data contains repeated commit identifiers, an ambiguous “0” entry, no CPEs, and branch endpoint versions that should not be treated as a precise package inventory. Validate exposure using distribution package metadata and backport status. The source bundle supports a race-triggered crash condition; it does not provide evidence proving practical code execution or data compromise.
Mitigation direction
Install a vendor-supported kernel package containing the applicable referenced stable-kernel fix.
Review Linux distribution advisories because vendors may backport fixes without changing the upstream version as expected.
Prioritize Wi-Fi-enabled endpoints, appliances, and embedded systems using mac80211.
If immediate updating is impossible, consult vendor guidance for supported temporary mitigations.
Validation and detection
Inventory kernel package versions on systems with Wi-Fi hardware or mac80211 loaded.
Map each distribution package to its security advisory and documented backported fix.
Confirm the applicable stable-kernel correction is present in source or package changelogs.
Regression-test wireless association and traffic handling after updating.
Monitor affected systems for kernel crashes or driver faults while remediation proceeds.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-362: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-362 · source CWE mapping
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.