2 matches found
CVE-2022-48971
A denial of service panic vulnerability was found in the Linux kernel's Bluetooth subsystem. When the btinit function call fails, btledscleanup is not called to unregister it, which can lead to a panic, resulting in the system's loss of availability. Mitigation Mitigation for this issue is either...
CVE-2022-48971 Bluetooth: Fix not cleanup led when bt_init fails
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix not cleanup led when btinit fails btinit calls btledsinit to register led, but if it fails later, btledscleanup is not called to unregister it. This can cause panic if the argument "bluetooth-power" in text is free...