AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-64592

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-08-06 · Last synced 2026-08-24

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the RISC-V architecture, specifically related to the handling of spurious faults during memory access. If exploited, this issue could lead to system crashes due to improper management of page validity, potentially impacting system stability. Organizations using Linux on RISC-V platforms should prioritize addressing this vulnerability to ensure reliable operation and prevent unexpected downtime.

CVE
CVE-2026-64592
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Unconditionally sfence.vma for spurious fault Svvptc does not guarantee that it's safe to just return here. Since we have already cleared our bit, if, theoretically, the bounded timeframe for the accessed page to become valid still hasn't happened after sret, we could fault again and actually crash. Hopefully, these spurious faults should be rare enough that this is an acceptable slowdown.