Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.4.265 |
References
- https://git.kernel.org/stable/c/2ebf775f0541ae0d474836fa0cf3220e502f8e3ePatch
- https://git.kernel.org/stable/c/46412b2fb1f9cc895d6d4036bf24f640b5d86dabPatch
- https://git.kernel.org/stable/c/82c386d73689a45d5ee8c1290827bce64056ddddPatch
- https://git.kernel.org/stable/c/84f2e5b3e70f08fce3cb1ff73414631c5e490204Patch
- https://git.kernel.org/stable/c/ccab434e674ca95d483788b1895a70c21b7f016aPatch
- https://git.kernel.org/stable/c/d69581c17608d81824dd497d9a54b6a5b6139975Patch
- https://git.kernel.org/stable/c/2ebf775f0541ae0d474836fa0cf3220e502f8e3ePatch
- https://git.kernel.org/stable/c/46412b2fb1f9cc895d6d4036bf24f640b5d86dabPatch
- https://git.kernel.org/stable/c/82c386d73689a45d5ee8c1290827bce64056ddddPatch
- https://git.kernel.org/stable/c/84f2e5b3e70f08fce3cb1ff73414631c5e490204Patch
- https://git.kernel.org/stable/c/ccab434e674ca95d483788b1895a70c21b7f016aPatch
- https://git.kernel.org/stable/c/d69581c17608d81824dd497d9a54b6a5b6139975Patch
FAQ
What is CVE-2023-52655?
CVE-2023-52655 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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...
How severe is CVE-2023-52655?
CVE-2023-52655 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-52655?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.