CVE-2023-52655
Last modified
CVE-2023-52655 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 5.4.265 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.205 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.144 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.69 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.8 | — |
| Linux | Linux Kernel | 6.7 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52655?
How severe is CVE-2023-52655?
How do I fix CVE-2023-52655?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-5265A vulnerability, which was classified as critical, has been …9.8
- CVE-2023-52650In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52651Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52652In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52653In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52654In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52656In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52657In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52658In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52659In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5266A vulnerability, which was classified as critical, was found…8.8
- CVE-2023-52660In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52655?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
