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

7.8 · HIGH
Published May 23, 2024 linux CWE-416 EPSS 0.21% (11th pctl)

Overview

CVE-2024-36012 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 23, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Bluetooth: msft: fix slab-use-after-free in msft_do_close()

Tying the msft->data lifetime to hdev by freeing it in

hci_release_dev() to fix the following case:

[use]

msft_do_close()

msft = hdev->msft_data;

if (!msft) ...(1) <- passed.

return;

mutex_lock(&msft->filter_lock); ...(4) <- used after freed.

[free]

msft_unregister()

msft = hdev->msft_data;

hdev->msft_data = NULL; ...(2)

kfree(msft); ...(3) <- msft is freed.

==================================================================

BUG: KASAN: slab-use-after-free in __mutex_lock_common

kernel/locking/mutex.c:587 [inline]

BUG: KASAN: slab-use-after-free in __mutex_lock+0x8f/0xc30

kernel/locking/mutex.c:752

Read of size 8 at addr ffff888106cbbca8 by task kworker/u5:2/309

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 >= 5.12, < 6.1.91 Affected

Frequently Asked Questions

What is CVE-2024-36012?

CVE-2024-36012 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 23, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-36012?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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