In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name()
devm_kstrdup() can return a NULL pointer on failure,but this
returned value in btbcm_get_board_name() is not checked.
Add NULL check in btbcm_get_board_name(), to handle kernel NULL
pointer dereference error.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-27 02:15
Updated : 2025-10-01 20:18
NVD link : CVE-2024-57988
Mitre link : CVE-2024-57988
CVE.ORG link : CVE-2024-57988
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
