A flaw was found in the USB Host Controller Driver framework in the Linux kernel. The usb_giveback_urb function has a logic loophole in its implementation. Due to the inappropriate judgment condition of the goto statement, the function cannot return under the input of a specific malformed descriptor file, so it falls into an endless loop, resulting in a denial of service.
References
Link | Resource |
---|---|
https://access.redhat.com/security/cve/CVE-2023-4010 | Third Party Advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=2227726 | Issue Tracking Third Party Advisory |
https://github.com/wanrenmi/a-usb-kernel-bug | Exploit |
Configurations
History
No history.
Information
Published : 2023-07-31 17:15
Updated : 2023-11-07 04:22
NVD link : CVE-2023-4010
Mitre link : CVE-2023-4010
CVE.ORG link : CVE-2023-4010
JSON object : View
Products Affected
redhat
- enterprise_linux
linux
- linux_kernel
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')