CVE-2026-31720

Source
https://cve.org/CVERecord?id=CVE-2026-31720
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31720.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-31720
Downstream
Published
2026-05-01T14:14:22.832Z
Modified
2026-05-18T05:58:44.385969633Z
Summary
usb: gadget: f_uac1_legacy: validate control request size
Details

In the Linux kernel, the following vulnerability has been resolved:

usb: gadget: fuac1legacy: validate control request size

faudiocomplete() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31720.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c6994e6f067cf0fc4c6cca3d164018b1150916f8
Fixed
557d1d4e862eccd0b74cc377b66de3e1e8d49605
Fixed
21b11e8581285c6f10ef43d05df349d445f24273
Fixed
0d41772d98dcaf6c17e875b7d0ea0154ae1191ee
Fixed
c6da4fed7537aec19880c24f6c3a95065adb1406
Fixed
be2d32f0c3fe333d14c0a9ca90328dacbc3e06b8
Fixed
8e5eb1d6e6a3d7bbea9c92132d0cda5793176426
Fixed
26304d124e7f0383f8fe1168b5801a0ac7e16b1c
Fixed
6e0e34d85cd46ceb37d16054e97a373a32770f6c

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31720.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.31
Fixed
5.10.253
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.203
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.168
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.134
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.81
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.22
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.12

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-31720.json"