Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-61588

CVE-2025-61588: RISC Zero zkVM Platform RCE Vulnerability

CVE-2025-61588 is a remote code execution vulnerability in RISC Zero zkVM platform that allows hosts to write to arbitrary memory locations and execute code. This article covers technical details, affected versions, and patches.

Published: April 1, 2026

CVE-2025-61588 Overview

CVE-2025-61588 is a critical Code Injection vulnerability affecting the RISC Zero zero-knowledge verifiable computing platform. The vulnerability exists in the sys_read system call implementation within the zkVM guest environment, where a malicious host can craft responses that enable arbitrary memory writes in the guest program. This flaw fundamentally undermines the security guarantees of zero-knowledge proof systems built on the affected RISC Zero packages.

The vulnerability is particularly severe because sys_read is the core mechanism by which guest programs request input from the host. Since all guest programs rely on this functionality, every application built with affected versions is vulnerable to exploitation. A successful attack allows arbitrary code execution within the guest environment, critically compromising the soundness guarantees that zero-knowledge proofs are designed to provide.

Critical Impact

All guest programs built with affected RISC Zero versions are vulnerable to arbitrary code execution through crafted host responses, completely compromising zero-knowledge proof soundness guarantees.

Affected Products

  • risc0-zkvm-platform versions 2.0.2 and below
  • risc0-aggregation versions below 0.9
  • risc0-zkos-v1compat versions below 2.1.0
  • risc0-zkvm versions between 3.0.0-rc.1 and 3.0.1

Discovery Timeline

  • 2025-10-02 - CVE-2025-61588 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-61588

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code), representing a Code Injection flaw in the RISC Zero zkVM platform. The vulnerability affects the core input/output mechanism between the host and guest environments in the zero-knowledge virtual machine architecture.

The RISC Zero platform provides a zero-knowledge verifiable computing environment based on zk-STARKs (Zero-Knowledge Scalable Transparent Arguments of Knowledge) and the RISC-V microarchitecture. In this architecture, guest programs execute within a sandboxed zkVM environment and communicate with the host through system calls. The sys_read system call is the primary interface for guest programs to receive input data from the host.

The flaw allows an attacker controlling the host to craft malicious responses to sys_read requests that write data to arbitrary memory locations within the guest environment, bypassing intended memory safety boundaries. This arbitrary write primitive can be leveraged to achieve full code execution within the guest, which has devastating implications for zero-knowledge proof systems that rely on the integrity of guest program execution.

Root Cause

The root cause lies in insufficient validation of host-provided data during the sys_read system call processing. When the guest invokes sys_read to request input, the host response handling code fails to properly validate the target memory address and bounds, allowing the host to specify write destinations outside the intended buffer. This improper input validation enables the arbitrary memory write primitive that leads to code execution.

Attack Vector

The attack requires network access to the host environment. An attacker with control over the host can exploit this vulnerability by:

  1. Waiting for the guest program to invoke sys_read to request input data
  2. Crafting a malicious response that specifies a memory location outside the intended input buffer
  3. Writing attacker-controlled data to an arbitrary guest memory address
  4. Leveraging the arbitrary write to corrupt code pointers, stack data, or other critical structures
  5. Achieving arbitrary code execution within the guest environment

This attack completely breaks the trust model of zero-knowledge proofs, as the proofs generated by compromised guests cannot be trusted to accurately reflect the intended computation.

The security patch introduced in GitHub Pull Request #3351 refactors the guest I/O mechanism to properly validate memory boundaries:

text
 risc0-zkos-v1compat = { version = "2.1.0", path = "risc0/zkos/v1compat" }
 risc0-zkp = { version = "3.0.2", default-features = false, path = "risc0/zkp" }
 risc0-zkvm = { version = "4.0.0", default-features = false, path = "risc0/zkvm" }
-risc0-zkvm-platform = { version = "2.0.5", default-features = false, path = "risc0/zkvm/platform" }
+risc0-zkvm-platform = { version = "2.1.0", default-features = false, path = "risc0/zkvm/platform" }
 rzup = { version = "0.6.0", default-features = false, path = "rzup" }
 sppark = "0.1.12"

Source: GitHub Commit Update

Detection Methods for CVE-2025-61588

Indicators of Compromise

  • Unexpected memory access patterns in zkVM guest execution logs
  • Anomalous sys_read responses with memory addresses outside expected buffer ranges
  • Zero-knowledge proofs that produce unexpected or inconsistent results
  • Guest program crashes or unexpected termination during input processing

Detection Strategies

  • Monitor zkVM execution environments for unusual memory write operations during sys_read calls
  • Implement integrity checking on generated zero-knowledge proofs against expected computation results
  • Audit host-guest communication channels for malformed or suspicious response payloads
  • Use dependency scanning tools to identify vulnerable versions of risc0-zkvm-platform, risc0-aggregation, risc0-zkos-v1compat, and risc0-zkvm packages

Monitoring Recommendations

  • Enable detailed logging of all host-guest I/O operations in RISC Zero deployments
  • Implement alerting for guest programs that exhibit memory corruption indicators
  • Monitor for proof verification failures that may indicate compromised guest execution
  • Track dependency versions across development and production environments using software composition analysis tools

How to Mitigate CVE-2025-61588

Immediate Actions Required

  • Upgrade risc0-zkvm-platform to version 2.1.0 or later immediately
  • Update risc0-zkos-v1compat to version 2.1.0 or later
  • Upgrade risc0-aggregation to version 0.9 or later
  • Update risc0-zkvm to version 2.3.2, 3.0.3, or later depending on your version branch
  • Rebuild all guest programs with patched dependencies

Patch Information

RISC Zero has released security patches addressing this vulnerability across multiple packages. The fixes are available in the following versions:

PackageFixed Version
risc0-zkvm-platform2.1.0
risc0-zkos-v1compat2.1.0
risc0-aggregation0.9
risc0-zkvm2.3.2 and 3.0.3

The security fix is documented in GitHub Security Advisory GHSA-jqq4-c7wq-36h7 and implemented via commit 3f00e1fa.

Workarounds

  • No effective workarounds exist for this vulnerability as sys_read is fundamental to guest program operation
  • Consider temporarily suspending production use of affected zkVM deployments until patches can be applied
  • Implement additional verification layers for zero-knowledge proofs generated by potentially compromised guests
  • Isolate host environments to limit attacker access until patching is complete
bash
# Update RISC Zero dependencies in Cargo.toml
# Ensure these minimum versions are specified:
cargo update -p risc0-zkvm-platform --precise 2.1.0
cargo update -p risc0-zkos-v1compat --precise 2.1.0
cargo update -p risc0-aggregation --precise 0.9
cargo update -p risc0-zkvm --precise 3.0.3

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRisc0

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #3351

  • GitHub Security Advisory GHSA-jqq4-c7wq-36h7
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English