CVE-2024-26889

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26889
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26889.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26889
Downstream
Related
Published
2024-04-17T11:15:10Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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

Bluetooth: hci_core: Fix possible buffer overflow

struct hcidevinfo has a fixed size name[8] field so in the event that hdev->name is bigger than that strcpy would attempt to write past its size, so this fixes this problem by switching to use strscpy.

References

Affected packages