PT-2026-64711 · Linux · Linux
CVE-2026-64490
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ALSA: virtio: Validate control metadata from the device
virtio-snd control handling trusts the device-provided control type and
value count returned by the device.
That metadata is then used directly to index g v2a type map[] in
virtsnd kctl info(), and to size loops and memcpy() operations in
virtsnd kctl get() and virtsnd kctl put() against fixed-size
virtio snd ctl value and snd ctl elem value arrays.
A buggy or malicious device can therefore trigger out-of-bounds access by
advertising an invalid control type or an oversized value count.
Validate control type and count once in virtsnd kctl parse cfg(), before
querying enumerated items or exposing the control to ALSA.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux