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-41062

8.8 · HIGH
Published Jul 29, 2024 linux EPSS 0.31% (23th pctl)

Overview

CVE-2024-41062 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, 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/l2cap: sync sock recv cb and release

The problem occurs between the system call to close the sock and hci_rx_work,

where the former releases the sock and the latter accesses it without lock protection.

CPU0 CPU1

---- ----

sock_close hci_rx_work

l2cap_sock_release hci_acldata_packet

l2cap_sock_kill l2cap_recv_frame

sk_free l2cap_conless_channel

l2cap_sock_recv_cb

If hci_rx_work processes the data that needs to be received before the sock is

closed, then everything is normal; Otherwise, the work thread may access the

released sock when receiving data.

Add a chan mutex in the rx callback of the sock to achieve synchronization between

the sock release and recv cb.

Sock is dead, so set chan data to NULL, avoid others use invalid sock poi

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, < 6.1.101 Affected

Frequently Asked Questions

What is CVE-2024-41062?

CVE-2024-41062 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2024-41062?

This vulnerability has a CVSS 3.1 base score of 8.8, 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-41062?

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-41062?

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