Loop with unreachable exit condition ('infinite loop') in Linux kernel - CVE-2023-4010

 

Loop with unreachable exit condition ('infinite loop') in Linux kernel - CVE-2023-4010

Published: July 31, 2023 / Updated: August 4, 2023


Vulnerability identifier: #VU92727
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2023-4010
CWE-ID: CWE-835
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a local non-authenticated attacker to perform a denial of service (DoS) attack.

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.


Remediation

Install update from vendor's repository.

External links