PT-2026-36355 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-06
·
CVE-2026-31720
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.Fix
Memory Corruption
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel