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-2024-58238

7.1 · HIGH
Published Aug 9, 2025 linux EPSS 0.16% (6th pctl)

Overview

CVE-2024-58238 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 9, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test

This fixes the tx timeout issue seen while running a stress test on

btnxpuart for couple of hours, such that the interval between two HCI

commands coincide with the power save timeout value of 2 seconds.

Test procedure using bash script:

<load btnxpuart.ko>

hciconfig hci0 up

//Enable Power Save feature

hcitool -i hci0 cmd 3f 23 02 00 00

while (true)

do

hciconfig hci0 leadv

sleep 2

hciconfig hci0 noleadv

sleep 2

done

Error log, after adding few more debug prints:

Bluetooth: btnxpuart_queue_skb(): 01 0A 20 01 00

Bluetooth: hci0: Set UART break: on, status=0

Bluetooth: hci0: btnxpuart_tx_wakeup() tx_work scheduled

Bluetooth: hci0: btnxpuart_tx_work() dequeue: 01 0A 20 01 00

Can't set advertise mode on hci0: Connection timed out (110)

Bluetooth: hci0: command 0x200a tx timeout

When the power save mechanism turns on UART break, and

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 >= 6.4, < 6.6.49 Affected

Frequently Asked Questions

What is CVE-2024-58238?

CVE-2024-58238 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 9, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2024-58238?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-58238?

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-2024-58238?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-58238 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.