SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-64134

HIGH · CVSS 7.8 EPSS 0.13%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's ALSA subsystem, specifically during the setup of iov_iter for PCM data transfer, which can lead to a NULL dereference on RISC-V architectures. This flaw poses a high severity risk as it may result in system crashes or instability when handling audio data silencing. Organizations using Linux on RISC-V platforms should prioritize patching this vulnerability to mitigate potential disruptions.

CVE
CVE-2026-64134
Severity
HIGH
CVSS
7.8
EPSS
0.13%
Linux

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)