PT-2026-36355 · Linux+2 · Linux Kernel+2
CVE-2026-31720
·
Published
2026-04-02
·
Updated
2026-08-23
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A stack out-of-bounds write exists in the
f audio complete() function. The issue occurs because the function copies req->length bytes into a 4-byte stack variable using memcpy(). Since req->length is derived from a host-controlled USB request path, a remote host can influence the length to overwrite the stack.Recommendations
Validate
req->actual against the expected payload size for supported control selectors and decode only the expected amount of data to avoid copying host-influenced lengths into fixed-size stack objects.Exploit
Fix
Memory Corruption
Buffer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu