CVE-2024-27399
Linux Kernel vulnerability analysis and mitigation

Overview

A race condition vulnerability was discovered in the Linux kernel's Bluetooth L2CAP implementation (CVE-2024-27399). The issue exists between l2cap_chan_timeout() and l2cap_chan_del() functions, where when l2cap_chan_del() is used to delete a channel, the chan->conn is set to null but could be dereferenced again in the mutex_lock() of l2cap_chan_timeout(), resulting in a null pointer dereference (Kernel Git).

Technical details

The vulnerability stems from a race condition in the Linux kernel's Bluetooth L2CAP subsystem. When l2cap_chan_del() deletes a channel, it sets chan->conn to null. However, l2cap_chan_timeout() can still attempt to access this null pointer when calling mutex_lock() on the connection's lock, leading to a kernel null pointer dereference. This was confirmed through KASAN (Kernel Address Sanitizer) reports showing a null pointer dereference at address 0x158 during mutex_lock operations (Kernel Git).

Impact

When successfully exploited, this vulnerability can lead to a Denial of Service (DoS) condition in the Linux kernel. The vulnerability has been assigned a CVSS v3.1 score of 5.5 (Medium) with the vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NetApp Advisory).

Exploitability

The vulnerability requires local access and low privileges to exploit. A proof of concept (PoC) exists that can trigger the null pointer dereference, as demonstrated in the KASAN report included in the original bug report (Kernel Git).

Mitigation and workarounds

The vulnerability has been fixed by adding a check to verify whether conn is null in l2cap_chan_timeout() before attempting to access it. The fix has been incorporated into various Linux kernel versions and distributions. Major Linux distributions like Fedora and Debian have released patches to address this vulnerability (Fedora Update, Debian Update).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74732NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-firmware
NoYesAug 22, 2026
CVE-2026-74730NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel
NoYesAug 22, 2026
CVE-2026-74726NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-modules
NoYesAug 22, 2026
CVE-2026-74719NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-modules-partner
NoYesAug 22, 2026
CVE-2026-74717NONEN/A
  • Linux Kernel logoLinux Kernel
  • rtla
NoYesAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management