cve/2024/CVE-2024-43884.md
2025-09-29 16:08:36 +00:00

772 B

CVE-2024-43884

Description

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 NULLpointer dereference causing a crash.Fixed by adding error handling in the function.

POC

Reference

No PoCs from references.

Github