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 |
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
21 Nov 2024, 08:34
Type | Values Removed | Values Added |
---|---|---|
References | () https://access.redhat.com/security/cve/CVE-2023-4010 - Third Party Advisory | |
References | () https://bugzilla.redhat.com/show_bug.cgi?id=2227726 - Issue Tracking, Third Party Advisory | |
References | () https://github.com/wanrenmi/a-usb-kernel-bug - Exploit |
04 Aug 2023, 17:06
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux Redhat Redhat enterprise Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:* cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.6 |
CWE | CWE-835 | |
References | (MISC) https://github.com/wanrenmi/a-usb-kernel-bug - Exploit | |
References | (MISC) https://bugzilla.redhat.com/show_bug.cgi?id=2227726 - Issue Tracking, Third Party Advisory | |
References | (MISC) https://access.redhat.com/security/cve/CVE-2023-4010 - Third Party Advisory |
31 Jul 2023, 17:30
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-07-31 17:15
Updated : 2024-11-21 08:34
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')