CVE-2022-48971

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48971
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-48971.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-48971
Downstream
Related
Published
2024-10-21T20:15:09Z
Modified
2025-08-09T19:01:27Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: Fix not cleanup led when bt_init fails

btinit() calls btledsinit() to register led, but if it fails later, btleds_cleanup() is not called to unregister it.

This can cause panic if the argument "bluetooth-power" in text is freed and then another ledtriggerregister() tries to access it:

BUG: unable to handle page fault for address: ffffffffc06d3bc0 RIP: 0010:strcmp+0xc/0x30 Call Trace: <TASK> ledtriggerregister+0x10d/0x4f0 ledtriggerregistersimple+0x7d/0x100 btinit+0x39/0xf7 [bluetooth] dooneinitcall+0xd0/0x4e0

References

Affected packages