漏洞标题
蓝牙: iso: 在iso_listen_bis结尾处始终释放hdev
漏洞描述信息
在Linux内核中,已修复了以下漏洞:
Bluetooth: iso: 在iso_listen_bis结束时始终释放hdev
由于hci_get_route在返回前会持有设备,因此即使函数以错误返回,也应在iso_listen_bis的末尾使用hci_dev_put释放hdev。
CVSS信息
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
漏洞类别
对异常条件的处理不恰当
漏洞标题
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Since hci_get_route holds the device before returning, the hdev
should be released with hci_dev_put at the end of iso_listen_bis
even if the function returns with an error.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于蓝牙ISO层在iso_listen_bis函数结束时未释放hdev,可能导致内存泄漏。
CVSS信息
N/A
漏洞类别
其他