PT-2026-61451 · Linux · Linux
CVE-2026-64134
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: Don't setup bogus iov iter for silencing
At transition to the iov iter for PCM data transfer, we blindly
applied the iov iter setup also for silencing (i.e. data = NULL), and
it leads to a calculation of bogus iov iter. Fortunately this didn't
cause troubles on most of architectures but it goes wrong on RISC-V
now, causing a NULL dereference.
Handle the NULL data case to treat the silencing in interleaved copy()
for addressing the bug above. noninterleaved copy() has already the
NULL data handling, so it doesn't need changes.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux