The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-46723

CVE-2025-46723: OpenVM zkVM Buffer Overflow Vulnerability

CVE-2025-46723 is a buffer overflow vulnerability in OpenVM zkVM framework affecting version 1.0.0. A typo in byte decomposition allows malicious provers to manipulate register values. This article covers technical details, impact, and mitigation.

Published: May 11, 2026

CVE-2025-46723 Overview

OpenVM is a modular zero-knowledge virtual machine (zkVM) framework designed for customization and extensibility. Version 1.0.0 contains an integer overflow vulnerability in the byte decomposition logic of the pc register inside the AUIPC chip. A typo in the range-check enumeration causes the highest limb of pc to be range-checked to 8 bits instead of 6 bits. A malicious prover can exploit this flaw to make the destination register accept a value different from what the AUIPC instruction dictates by overflowing the BabyBear field. The OpenVM maintainers patched the issue in version 1.1.0.

Critical Impact

A malicious prover can forge AUIPC instruction outputs in proven program execution, compromising the soundness of zero-knowledge proofs generated by OpenVM 1.0.0.

Affected Products

  • OpenVM zkVM framework version 1.0.0
  • OpenVM rv32im circuit extension (AUIPC chip)
  • Applications relying on OpenVM 1.0.0 for proof generation

Discovery Timeline

  • 2025-05-02 - CVE-2025-46723 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-46723

Vulnerability Analysis

The flaw exists in the AUIPC (Add Upper Immediate to PC) chip implementation within the rv32im circuit extension at extensions/rv32im/circuit/src/auipc/core.rs. OpenVM decomposes the program counter into multiple limbs and range-checks each limb to constrain its size. The intent is to check the highest limb (pc_limbs[3]) to 6 bits while the lower limbs are checked to 8 bits. Because of a typo, the enumeration iterates through indices i=0,1,2 instead of i=1,2,3, so the conditional that applies the 6-bit constraint never triggers on the correct limb. As a result, pc_limbs[3] is range-checked to 8 bits.

Root Cause

The root cause is an incorrect resource sizing pattern classified under [CWE-131] (Incorrect Calculation of Buffer Size). The off-by-one enumeration error allows the decomposition of pc to span more bits than the field arithmetic safely supports. Because OpenVM operates over the BabyBear prime field, a four-limb decomposition exceeding the intended bit width can wrap around the field modulus, producing a decomposition that does not equal the true pc value.

Attack Vector

A malicious prover constructs an AUIPC instruction execution where the limb decomposition of pc overflows the BabyBear field. Because the highest limb passes the relaxed 8-bit check, the prover can supply limbs whose reconstructed value differs from the actual program counter. This causes the destination register to hold an attacker-chosen value while still satisfying all proof constraints. The vulnerability undermines the integrity guarantees of zero-knowledge proofs produced by OpenVM 1.0.0 without requiring privileges or user interaction.

No public proof-of-concept code is available. The vulnerability mechanism is documented in the OpenVM security advisory GHSA-jf2r-x3j4-23m7 and the Cantina findings report referenced below.

Detection Methods for CVE-2025-46723

Indicators of Compromise

  • Proofs generated by OpenVM 1.0.0 where AUIPC instruction outputs do not match expected program counter arithmetic.
  • Destination register values in verified traces that deviate from the deterministic AUIPC computation.
  • Use of the vulnerable rv32im circuit extension at commit 0f94c8a3dfa7536c1231465d1bdee5fc607a5993 or earlier.

Detection Strategies

  • Audit dependency manifests and lockfiles for OpenVM 1.0.0 and pin to 1.1.0 or later.
  • Re-verify historical proofs generated by OpenVM 1.0.0 using a patched verifier where possible.
  • Compare AUIPC chip source against the fixed implementation in GitHub Commit 68da4b50.

Monitoring Recommendations

  • Track new releases and advisories from the OpenVM Security Advisory feed.
  • Log and alert on continuous integration builds that resolve OpenVM to the vulnerable version.
  • Review prover infrastructure logs for anomalous AUIPC trace generation patterns.

How to Mitigate CVE-2025-46723

Immediate Actions Required

  • Upgrade OpenVM to version 1.1.0 or later as published in the GitHub Release v1.1.0.
  • Invalidate and regenerate any proofs produced by OpenVM 1.0.0 in security-sensitive contexts.
  • Rebuild and redeploy applications that statically link the vulnerable rv32im circuit extension.

Patch Information

The OpenVM maintainers patched the typo in the AUIPC chip enumeration, restoring the 6-bit range check on pc_limbs[3]. The fix is included in version 1.1.0 and is described in the GitHub Security Advisory GHSA-jf2r-x3j4-23m7. Technical analysis is available in the Cantina Findings Report.

Workarounds

  • No supported workaround exists; upgrading to OpenVM 1.1.0 is the only remediation.
  • Restrict prover access to trusted parties until the upgrade is completed.
  • Disable execution paths that rely on the AUIPC instruction where feasible until patched.

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechOpenvm

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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-131
  • Technical References
  • Cantina Findings Report

  • GitHub Source Code

  • GitHub Commit Log

  • GitHub Release v1.1.0

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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