CVE-2023-52655

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
14/05/2024
Last modified:
18/09/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: aqc111: check packet for fixup for true limit<br /> <br /> If a device sends a packet that is inbetween 0<br /> and sizeof(u64) the value passed to skb_trim()<br /> as length will wrap around ending up as some very<br /> large value.<br /> <br /> The driver will then proceed to parse the header<br /> located at that position, which will either oops or<br /> process some random value.<br /> <br /> The fix is to check against sizeof(u64) rather than<br /> 0, which the driver currently does. The issue exists<br /> since the introduction of the driver.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.4.265 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 (including) 5.10.205 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.144 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.69 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.8 (excluding)
cpe:2.3:o:linux:linux_kernel:6.7:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.7:rc2:*:*:*:*:*:*