Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
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.
Exploitation of this vulnerability can lead to a null pointer dereference, causing a crash or undefined behavior in the application.
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.
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.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.