AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52655

MEDIUM · CVSS 5.5 EPSS 0.27%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-05-14 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2023-52655
Severity
MEDIUM
CVSS
5.5
EPSS
0.27%
Linux

Original NVD 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)