CVE-2026-31720

HIGH

usb: gadget: f_uac1_legacy: validate control request size

Title source: cna
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_uac1_legacy: validate control request size f_audio_complete() copies req->length bytes into a 4-byte stack variable: u32 data = 0; memcpy(&data, req->buf, req->length); req->length is derived from the host-controlled USB request path, which can lead to a stack out-of-bounds write. Validate req->actual against the expected payload size for the supported control selectors and decode only the expected amount of data. This avoids copying a host-influenced length into a fixed-size stack object.

Scores

CVSS v3 7.8
EPSS 0.0013
EPSS Percentile 2.9%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-787
Status published
Products (35)
linux/Kernel 2.6.31 - 5.10.253linux
linux/Kernel 5.11.0 - 5.15.203linux
linux/Kernel 5.16.0 - 6.1.168linux
linux/Kernel 6.13.0 - 6.18.22linux
linux/Kernel 6.19.0 - 6.19.12linux
linux/Kernel 6.2.0 - 6.6.134linux
linux/Kernel 6.7.0 - 6.12.81linux
Linux/Linux < 2.6.31
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 0d41772d98dcaf6c17e875b7d0ea0154ae1191ee
Linux/Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 - 21b11e8581285c6f10ef43d05df349d445f24273
... and 25 more
Published May 01, 2026
Tracked Since May 01, 2026