Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-52832

9.1 · CRITICAL
Published May 21, 2024 linux CWE-920 EPSS 1.26% (68th pctl)

Overview

CVE-2023-52832 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 4.14.331 Affected

Frequently Asked Questions

What is CVE-2023-52832?

CVE-2023-52832 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2023-52832?

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-52832?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-52832?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52832 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.