In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Aug 26, 2024
to the GitHub Advisory Database
•
Updated Sep 4, 2024
Description
Published by the National Vulnerability Database
Aug 26, 2024
Published to the GitHub Advisory Database
Aug 26, 2024
Last updated
Sep 4, 2024
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: MGMT: Add error handling to pair_device()
hci_conn_params_add() never checks for a NULL value and could lead to a NULL
pointer dereference causing a crash.
Fixed by adding error handling in the function.
References