漏洞标题
蓝牙:hci_core:修复可能的缓冲区溢出问题
漏洞描述信息
在Linux内核中,已解决以下漏洞:
蓝牙:hci_core:修复可能的缓冲区溢出
struct hci_dev_info有一个固定大小的name[8]字段,因此如果hdev->name大于该大小,strcpy将尝试写入其大小之外的位置,因此通过切换使用strscpy来解决此问题。
CVSS信息
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
漏洞类别
跨界内存写
漏洞标题
Bluetooth: hci_core: Fix possible buffer overflow
漏洞描述信息
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.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于缓冲区溢出。
CVSS信息
N/A
漏洞类别
其他