U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2023-52655

Change History

New CVE Received by NIST 5/14/2024 10:23:13 AM

Action Type Old Value New Value
Added Description

								
							
							
						
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.
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/2ebf775f0541ae0d474836fa0cf3220e502f8e3e [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/46412b2fb1f9cc895d6d4036bf24f640b5d86dab [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/82c386d73689a45d5ee8c1290827bce64056dddd [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/84f2e5b3e70f08fce3cb1ff73414631c5e490204 [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/ccab434e674ca95d483788b1895a70c21b7f016a [No types assigned]
Added Reference

								
							
							
						
kernel.org https://git.kernel.org/stable/c/d69581c17608d81824dd497d9a54b6a5b6139975 [No types assigned]