CVE-2026-31720
Published: May 1, 2026
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected c6994e6f067cf0fc4c6cca3d164018b1150916f8 - < 557d1d4e862eccd0b74cc377b66de3e1e8d49605affected c6994e6f067cf0fc4c6cca3d164018b1150916f8 - < 21b11e8581285c6f10ef43d05df349d445f24273affected c6994e6f067cf0fc4c6cca3d164018b1150916f8 - < 0d41772d98dcaf6c17e875b7d0ea0154ae1191eeaffected c6994e6f067cf0fc4c6cca3d164018b1150916f8 - < c6da4fed7537aec19880c24f6c3a95065adb1406affected c6994e6f067cf0fc4c6cca3d164018b1150916f8 - < be2d32f0c3fe333d14c0a9ca90328dacbc3e06b8+3 more versions |
Linux | Linux | affected 2.6.31unaffected 0 - < 2.6.31unaffected 5.10.253 - <= 5.10.*unaffected 5.15.203 - <= 5.15.*unaffected 6.1.168 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now