Linux Kernel Bluetooth L2CAP Null Pointer Dereference Vulnerability

Vulnerability

A null pointer dereference vulnerability has been identified in the Bluetooth L2CAP implementation of the Linux kernel. This issue arises in the 'l2cap_sock_new_connection_cb()' function, where a missing null check can lead to a dereference of a null pointer. The vulnerability has been addressed by adding a null guard, similar to those already present in the 'l2cap_sock_resume_cb()' and 'l2cap_sock_ready_cb()' functions.

Impact

Exploitation of this vulnerability can lead to a null pointer dereference, causing a crash or undefined behavior in the application.

Reproduction

The vulnerability can be reproduced by invoking the 'l2cap_sock_new_connection_cb()' function with a 'chan' parameter that has a null 'data' field. This can be done by creating an L2CAP channel operation that does not properly initialize the 'data' field before the callback is called.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version are available on the official Linux kernel website.

Added: May 26, 2026, 11:08 PM
Updated: May 26, 2026, 11:08 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.7
remediation
7.7
relevance
9.7
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.