漏洞标题
USB:Type-C:类:修复空指针访问问题
漏洞描述信息
## 概述
在Linux内核中,修复了由并发调用 `typec_partner_unlink_device` 导致的NULL指针访问漏洞。该补丁添加了一个互斥锁来保护USB设备指针,从而防止该问题。
## 细节
并发调用 `typec_partner_unlink_device` 可能导致NULL指针访问。该补丁通过添加互斥锁来保护USB设备指针,同时该互斥锁也保护了设备指针和合作伙伴设备注册。
## 影响
该漏洞可能导致系统不稳定或崩溃。通过修补此问题,可以提高系统的稳定性和安全性。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
usb: typec: class: Fix NULL pointer access
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
usb: typec: class: Fix NULL pointer access
Concurrent calls to typec_partner_unlink_device can lead to a NULL pointer
dereference. This patch adds a mutex to protect USB device pointers and
prevent this issue. The same mutex protects both the device pointers and
the partner device registration.
CVSS信息
N/A
漏洞类别
N/A