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
                    01 Oct 2025, 20:18
| Type | Values Removed | Values Added | 
|---|---|---|
| Summary | 
 | |
| CVSS | v2 : v3 : | v2 : unknown v3 : 5.5 | 
| 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 | |
| CWE | CWE-476 | |
| First Time | Linux linux Kernel Linux | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 
27 Feb 2025, 02:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
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
