CVE-2023-52655
MEDIUMLinux Kernel < 5.4.265 - Denial of Service via USB AQC111 Packet Length Wrap-Around
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeof(u64) the value passed to skb_trim() as length will wrap around ending up as some very large value. The driver will then proceed to parse the header located at that position, which will either oops or process some random value. The fix is to check against sizeof(u64) rather than 0, which the driver currently does. The issue exists since the introduction of the driver.
References (6)
Core 6
Core References
Scores
CVSS v3
5.5
EPSS
0.0027
EPSS Percentile
19.6%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
Status
published
Products (21)
linux/Kernel
5.0.0 - 5.4.265linux
linux/Kernel
5.11.0 - 5.15.144linux
linux/Kernel
5.16.0 - 6.1.69linux
linux/Kernel
5.5.0 - 5.10.205linux
linux/Kernel
6.2.0 - 6.6.8linux
Linux/Linux
< 5.0
Linux/Linux
361459cd9642631f048719169da9ef14cbf4a932 - 2ebf775f0541ae0d474836fa0cf3220e502f8e3e
Linux/Linux
361459cd9642631f048719169da9ef14cbf4a932 - 46412b2fb1f9cc895d6d4036bf24f640b5d86dab
Linux/Linux
361459cd9642631f048719169da9ef14cbf4a932 - 82c386d73689a45d5ee8c1290827bce64056dddd
Linux/Linux
361459cd9642631f048719169da9ef14cbf4a932 - 84f2e5b3e70f08fce3cb1ff73414631c5e490204
... and 11 more
Published
May 14, 2024
Tracked Since
Feb 18, 2026