Security Advisory

CVE-2024-26889

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-04-17 10:27:42
Last updated 2026-05-23 15:39:34
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix possible buffer overflow struct hci_dev_info 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.