CVE-2023-52832: wifi: mac80211: don't return unset power in ieee80211_get_tx_power()
In the Linux kernel, the following vulnerability has been resolved:
wifi: mac80211: don't return unset power in ieee80211_get_tx_power()
We can get a UBSAN warning if ieee80211_get_tx_power() returns the
INT_MIN value mac80211 internally uses for "unset power level".
UBSAN: signed-integer-overflow in net/wireless/nl80211.c:3816:5
-2147483648 * 100 cannot be represented in type 'int'
CPU: 0 PID: 20433 Comm: insmod Tainted: G WC OE
Call Trace:
dump_stack+0x74/0x92
ubsan_epilogue+0x9/0x50
handle_overflow+0x8d/0xd0
__ubsan_handle_mul_overflow+0xe/0x10
nl80211_send_iface+0x688/0x6b0 [cfg80211]
[...]
cfg80211_register_wdev+0x78/0xb0 [cfg80211]
cfg80211_netdev_notifier_call+0x200/0x620 [cfg80211]
[...]
ieee80211_if_add+0x60e/0x8f0 [mac80211]
ieee80211_register_hw+0xda5/0x1170 [mac80211]
In this case, simply return an error instead, to indicate
that no data is available.
Security readout for executives and security teams
Plain-English summary
CVE-2023-52832 is a Linux kernel wireless-stack flaw where an unset transmit-power value can trigger an integer overflow warning path. The published record rates it critical, but the provided sources do not show active exploitation. Business urgency is highest for Linux endpoints, appliances, or embedded systems using Wi-Fi/mac80211 on affected kernels.
Executive priority
Treat as a prioritized kernel maintenance issue for Wi-Fi-capable Linux fleets. It does not currently have cited active exploitation, but the high CVSS score and kernel context justify timely remediation during the next approved patch window, sooner for exposed endpoints or appliances.
Technical view
In mac80211, ieee80211_get_tx_power() could return INT_MIN as an internal “unset power level.” nl80211 later multiplies that value, causing signed integer overflow detected by UBSAN. The kernel fix changes behavior to return an error when no transmit-power data is available. The source lists Linux kernel versions and multiple stable commit references.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the cfg80211/mac80211 wireless stack in use. Typical headless servers without Wi-Fi hardware are less likely exposed, but distribution backports may affect version-based checks. Validate against vendor kernel advisories and installed package changelogs.
Exploitation context
The provided bundle marks KEV as false and includes no cited evidence of active exploitation. The CVSS vector claims network, low-complexity, no-auth impact, but the public description mainly documents a kernel UBSAN integer-overflow condition during wireless interface registration or reporting.
Researcher notes
Evidence is limited to the CVE description and Linux stable commits. The affected-version data is broad and may not reflect distribution backports. Avoid assuming practical remote exploitability from the CVSS vector alone; validate whether the vulnerable wireless code path is reachable in your environment.
Mitigation direction
Apply Linux kernel or distribution updates that include the referenced mac80211 fix.
Prioritize Wi-Fi-capable Linux endpoints, embedded devices, and appliances.
Check vendor guidance for backported fixes before relying on version strings.
Reboot systems if required for the updated kernel to load.
Validation and detection
Inventory Linux systems with Wi-Fi hardware or mac80211/cfg80211 modules.
Compare running kernels with vendor advisories and fixed stable commits.
Review kernel package changelogs for the CVE or referenced commit IDs.
Confirm the updated kernel is active after reboot.
Monitor kernel logs for related UBSAN wireless-stack warnings.
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-920: 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.