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.
The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.
Link | Tags |
---|---|
https://access.redhat.com/security/cve/CVE-2023-4010 | third party advisory vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=2227726 | third party advisory issue tracking |
https://github.com/wanrenmi/a-usb-kernel-bug | exploit |