CVE-2021-47602: mac80211: track only QoS data frames for admission control
In the Linux kernel, the following vulnerability has been resolved:
mac80211: track only QoS data frames for admission control
For admission control, obviously all of that only works for
QoS data frames, otherwise we cannot even access the QoS
field in the header.
Syzbot reported (see below) an uninitialized value here due
to a status of a non-QoS nullfunc packet, which isn't even
long enough to contain the QoS header.
Fix this to only do anything for QoS data packets.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47602 is a Linux kernel Wi-Fi stack flaw in mac80211 admission-control handling. The supplied record says non-QoS frames could reach logic that expects a QoS header, causing use of uninitialized data. Business urgency is unclear because no CVSS score, CWE, or exploitation evidence is provided.
Executive priority
Treat this as a targeted kernel maintenance item, not an emergency, unless affected Wi-Fi-enabled Linux devices are business-critical or externally exposed. The absence of severity scoring and exploitation evidence lowers confidence in urgency, but kernel fixes should still enter normal patch cycles.
Technical view
The fix limits admission-control tracking to QoS data frames. Syzbot reported an uninitialized-value condition when a non-QoS nullfunc packet status was processed, because that frame is not long enough to contain the expected QoS header. The affected component is Linux mac80211.
Likely exposure
Exposure is most relevant to Linux systems using affected kernels with the mac80211 wireless networking stack. Wired-only systems or systems without active Wi-Fi functionality are likely less relevant, but the supplied sources do not provide deployment-specific impact boundaries.
Exploitation context
The supplied sources do not state active exploitation, public exploit availability, or KEV listing. The issue was reported by syzbot and resolved through Linux stable kernel commits. Practical exploitability and impact are not established in the provided evidence.
Researcher notes
The record lacks CVSS, CWE, and detailed impact claims. Analysis should stay close to the code-change rationale: admission control must only inspect QoS data frames. Validate exposure by kernel lineage and mac80211 usage, then map to distro backports.
Mitigation direction
Update affected Linux kernels to vendor-supported releases containing the referenced mac80211 fix.
Prioritize wireless-capable Linux systems and embedded devices using affected kernel branches.
Check Linux distribution advisories for backported fixes and exact package versions.
Avoid direct wrangler-style source assumptions; rely on vendor kernel package status.
Validation and detection
Inventory Linux kernel versions across wireless-capable hosts and appliances.
Confirm whether mac80211 is present or used on assessed systems.
Compare installed kernel packages against distribution advisories for CVE-2021-47602.
Track remediation to the referenced stable kernel commits or vendor backports.
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.
cve · low confidence lookup
CVE-2021-47602 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.