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
07 Mar 2025, 11:54
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/74af8b9d0e79deefd2d43e14b84575839a849169 - Patch | |
References | () https://git.kernel.org/stable/c/b88655bc6593c6a7fdc1248b212d17e581c4334e - Patch | |
References | () https://git.kernel.org/stable/c/df2f2d9199e61819cca5da0121dfa4d4cb57000f - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-476 |
27 Feb 2025, 02:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-27 02:15
Updated : 2025-03-07 11:54
NVD link : CVE-2024-57988
Mitre link : CVE-2024-57988
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference