5.5

CVE-2023-52655

usb: aqc111: check packet for fixup for true limit

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version < 5.4.265
LinuxLinux Kernel Version >= 5.5 < 5.10.205
LinuxLinux Kernel Version >= 5.11 < 5.15.144
LinuxLinux Kernel Version >= 5.16 < 6.1.69
LinuxLinux Kernel Version >= 6.2 < 6.6.8
LinuxLinux Kernel Version6.7 Updaterc1
LinuxLinux Kernel Version6.7 Updaterc2
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.27% 0.191
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Es wurden noch keine Informationen zu CWE veröffentlicht.
https://git.kernel.org/stable/c/2ebf775f0541ae0d474836fa0cf3220e502f8e3e
Patch
https://git.kernel.org/stable/c/46412b2fb1f9cc895d6d4036bf24f640b5d86dab
Patch
https://git.kernel.org/stable/c/82c386d73689a45d5ee8c1290827bce64056dddd
Patch
https://git.kernel.org/stable/c/84f2e5b3e70f08fce3cb1ff73414631c5e490204
Patch
https://git.kernel.org/stable/c/ccab434e674ca95d483788b1895a70c21b7f016a
Patch
https://git.kernel.org/stable/c/d69581c17608d81824dd497d9a54b6a5b6139975
Patch