← Back to CVE List

CVE-2024-57988

Published: 2025-02-27T02:15Z
Last Modified: 2025-03-07T15:05Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt