CVE-2026-64592
Received Received - Intake

Linux Kernel Privilege Escalation via Spurious Fault

Vulnerability report for CVE-2026-64592, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a riscv mm issue where sfence.vma is unconditionally executed for a spurious fault. The problem is that Svvptc does not ensure safety in returning early. If the accessed page does not become valid within the bounded timeframe after sret, it could cause another fault and potentially crash the system. This is considered an acceptable slowdown due to the rarity of such spurious faults.

Detection Guidance

This vulnerability is specific to the Linux kernel's RISC-V architecture and involves spurious page faults. Detection would require checking kernel logs for spurious fault events or crashes related to memory management on RISC-V systems. No standard commands are provided for detection as it depends on kernel logging and system monitoring.

Impact Analysis

This vulnerability could lead to system crashes if a spurious fault occurs and the accessed page remains invalid after sret. While rare, such crashes may cause unexpected downtime or data loss, particularly in systems relying on the Linux kernel's riscv architecture.

Mitigation Strategies

Update the Linux kernel to the patched version that resolves this issue. Monitor kernel logs for spurious faults or crashes on RISC-V systems. If crashes occur, consider temporarily disabling speculative execution features or adjusting memory management settings until a patch is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64592. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart