CVE-2023-52655

Source
https://cve.org/CVERecord?id=CVE-2023-52655
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52655.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52655
Downstream
Related
Published
2024-05-13T10:20:01.160Z
Modified
2026-03-13T07:48:08.241086Z
Summary
usb: aqc111: check packet for fixup for true limit
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52655.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
361459cd9642631f048719169da9ef14cbf4a932
Fixed
84f2e5b3e70f08fce3cb1ff73414631c5e490204
Fixed
d69581c17608d81824dd497d9a54b6a5b6139975
Fixed
46412b2fb1f9cc895d6d4036bf24f640b5d86dab
Fixed
82c386d73689a45d5ee8c1290827bce64056dddd
Fixed
2ebf775f0541ae0d474836fa0cf3220e502f8e3e
Fixed
ccab434e674ca95d483788b1895a70c21b7f016a

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52655.json"