Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
libusb < 1.0.30 NULL Pointer Dereference in parse_interface()
Vulnerability Description
libusb before version 1.0.30 contains a NULL pointer dereference vulnerability that allows attackers to crash applications by supplying a malformed USB configuration descriptor where an interface claims bNumEndpoints greater than zero but is followed by a class-specific descriptor whose bLength exceeds the remaining buffer size, causing parse_interface() to return early without allocating the endpoint array. Attackers can exploit this flaw through libusb_get_active_config_descriptor or libusb_get_config_descriptor by providing crafted descriptors via virtualized USB passthrough, file-based descriptor parsing, or network sources, causing any application iterating over endpoints to dereference a NULL endpoint pointer and crash.
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
跨界内存读
Vulnerability Title
libusb 缓冲区错误漏洞
Vulnerability Description
libusb是libusb开源的一个跨平台USB设备访问库。 libusb 1.0.30之前版本存在缓冲区错误漏洞,该漏洞源于包含空指针取消引用漏洞,攻击者通过提供格式错误的USB配置描述符,导致parse_interface()提前返回而未分配端点数组,进而使任何迭代端点的应用程序取消引用空端点指针并崩溃。
CVSS Information
N/A
Vulnerability Type
N/A