Impact
A null pointer dereference exists in the function that retrieves the Bluetooth L2CAP socket send timeout. When this function is invoked with a null or unexpected pointer, the kernel will crash, resulting in a denial of service. The bug is a classic example of a null pointer dereference and does not provide an attack vector for code execution.
Affected Systems
All Linux kernel builds that include the Bluetooth L2CAP stack and have not yet integrated the patch that adds a NULL guard to l2cap_sock_get_sndtimeo_cb(). This encompasses any distribution using the standard Linux kernel Bluetooth implementation.
Risk and Exploitability
The CVSS score of 5.5 indicates a moderate severity. The EPSS score of less than 1% shows a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, indicating no known exploits in the wild. Based on the description, it is inferred that the flaw can be triggered by malformed Bluetooth packets attempting to invoke the send timeout function; however, the actual likelihood of exploitation remains low given the available metrics.
OpenCVE Enrichment