CVE-2024-50237: wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
In the Linux kernel, the following vulnerability has been resolved:
wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower
Avoid potentially crashing in the driver because of uninitialized private data
Security readout for executives and security teams
Plain-English summary
A flaw in Linux Wi-Fi handling can pass a stopped virtual wireless interface to a driver before its private data is ready. This may crash the system. The supplied CVSS rating is 7.8, reflecting potentially serious local impact, but the bundle provides no evidence of active exploitation.
Executive priority
Treat as a high-priority patching item for Linux endpoints or appliances that actively use Wi-Fi. Prioritize systems where a local low-privilege user could interact with wireless controls. Internet-facing status alone does not establish exposure. Validate vendor package status before escalating systems without relevant Wi-Fi hardware or mac80211 use.
Technical view
Linux mac80211 could invoke a driver's get_txpower operation with a stopped virtual interface, exposing uninitialized driver-private data. The upstream correction prevents stopped interfaces from reaching that callback. The source describes a potential driver crash; broader confidentiality or integrity effects implied by CVSS are not demonstrated in the supplied description.
Likely exposure
Exposure is limited to Linux systems using affected kernels and the relevant mac80211 Wi-Fi driver path. The supplied version data spans multiple kernel lines but contains ambiguous entries, so determine exposure through distribution advisories, package changelogs, and confirmation that the applicable stable fix is present.
Exploitation context
The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. The CVSS vector describes a local, low-privilege, low-complexity condition without user interaction. The documented failure mode is a potential driver or system crash.
Researcher notes
The vulnerable state involves get_txpower receiving a stopped virtual interface whose driver-private data may be uninitialized. Sources characterize the consequence as a potential crash. Exact affected-version interpretation is uncertain because the supplied records mix release numbers, stable versions, and repeated commit identifiers; distribution backports require package-level verification.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Review Linux distribution advisories for corrected package versions.
Prioritize Wi-Fi-enabled systems using mac80211 and affected kernel branches.
Follow vendor guidance where fixed package status remains unclear.
Validation and detection
Inventory kernel and distribution package versions on Wi-Fi-enabled Linux systems.
Confirm whether mac80211 and relevant wireless drivers are loaded.
Check package changelogs for CVE-2024-50237 or the referenced stable fix.
Review kernel logs for wireless-driver crashes involving transmit-power queries.
Verify the corrected kernel is running after remediation and reboot.
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-908: 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-908 · source CWE mapping
Use of Uninitialized Resource
Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.