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
    • 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-54426

CVE-2025-54426: Polkadot Frontier Cryptographic Vulnerability

CVE-2025-54426 is a cryptographic flaw in Polkadot Frontier that causes precompiles to silently mishandle invalid Ristretto points. This article covers the technical details, affected versions, and mitigation steps.

Published: April 1, 2026

CVE-2025-54426 Overview

CVE-2025-54426 is a critical cryptographic vulnerability affecting Polkadot Frontier, an Ethereum and EVM compatibility layer for Polkadot and Substrate. The vulnerability exists in the Curve25519Add and Curve25519ScalarMul precompiles, which incorrectly handle invalid Ristretto point representations. Instead of returning an error when encountering invalid input, these precompiles silently treat invalid input bytes as the Ristretto identity element, leading to potentially incorrect cryptographic results.

This silent failure behavior represents a significant security risk in blockchain environments where cryptographic correctness is paramount. Applications relying on these precompiles for cryptographic operations may produce incorrect results without any indication of the underlying error, potentially compromising the integrity of cryptographic signatures, key exchanges, or other security-critical operations.

Critical Impact

Invalid Ristretto point inputs are silently treated as identity elements, enabling incorrect cryptographic computations that could lead to signature forgery, unauthorized transactions, or bypass of cryptographic validation in smart contracts.

Affected Products

  • Polkadot Frontier (versions prior to commit 36f70d1)
  • Substrate-based chains using Frontier EVM compatibility layer
  • Smart contracts utilizing Curve25519Add or Curve25519ScalarMul precompiles

Discovery Timeline

  • 2025-07-28 - CVE-2025-54426 published to NVD
  • 2025-07-29 - Last updated in NVD database

Technical Details for CVE-2025-54426

Vulnerability Analysis

This vulnerability is classified under CWE-327 (Use of a Broken or Risky Cryptographic Algorithm). The root of the issue lies in how the Frontier precompiles handle Ristretto point decompression failures. When a compressed Ristretto point cannot be decompressed (indicating an invalid or malformed point), the precompile should return an error to the calling contract. Instead, the vulnerable code uses unwrap_or_else(RistrettoPoint::identity), which substitutes the identity element (effectively a "zero" point in elliptic curve arithmetic) when decompression fails.

This creates a scenario where an attacker can supply crafted invalid point data that will be silently converted to identity elements. In elliptic curve arithmetic, the identity element has the property that adding it to any point returns the same point (P + Identity = P), and scalar multiplication with identity always yields identity. This predictable behavior can be exploited to manipulate cryptographic operations in smart contracts.

Root Cause

The vulnerable implementation uses a fold operation with unwrap_or_else(RistrettoPoint::identity) to handle point decompression failures. This error-swallowing pattern violates cryptographic best practices where invalid inputs should be explicitly rejected rather than silently substituted. The code fails to propagate decompression errors to the caller, making it impossible for applications to detect when they are operating on invalid cryptographic inputs.

Attack Vector

An attacker can exploit this vulnerability remotely over the network by submitting transactions that call smart contracts utilizing the vulnerable precompiles with specially crafted invalid Ristretto point data. The attack requires no privileges or user interaction, as it operates through standard blockchain transaction submission. Attackers can:

  1. Submit malformed point data to Curve25519Add precompile, causing certain points to be treated as identity
  2. Manipulate scalar multiplication results through Curve25519ScalarMul by providing invalid base points
  3. Potentially forge cryptographic proofs or signatures that rely on these precompiles for verification

The security patch correctly addresses this by using try_fold with proper error propagation:

rust
// Vulnerable code pattern (before fix):
let sum = points
    .iter()
    .fold(RistrettoPoint::identity(), |acc, point| {
        let pt = point.decompress().unwrap_or_else(RistrettoPoint::identity);
        acc + pt
    });

// Fixed code pattern (after patch):
let sum = points.iter().try_fold(
    RistrettoPoint::identity(),
    |acc, point| -> Result<RistrettoPoint, PrecompileFailure> {
        let pt = point.decompress().ok_or_else(|| PrecompileFailure::Error {
            exit_status: ExitError::Other("invalid compressed Ristretto point".into()),
        })?;
        Ok(acc + pt)
    },
)?;

Source: GitHub Commit 36f70d1

Detection Methods for CVE-2025-54426

Indicators of Compromise

  • Unexpected transaction failures or reversions in contracts using Curve25519 precompiles after applying the patch
  • Smart contract execution results that differ from expected cryptographic outputs
  • Audit logs showing precompile calls with malformed 32-byte point representations
  • Historical transactions with invalid Ristretto point inputs that completed successfully (indicating exploitation of the vulnerability)

Detection Strategies

  • Implement monitoring for transactions calling addresses 0x0000000000000000000000000000000000000019 (Curve25519Add) and 0x000000000000000000000000000000000000001a (Curve25519ScalarMul)
  • Analyze transaction input data for invalid Ristretto point representations using off-chain validation
  • Review smart contracts for dependencies on Curve25519 precompiles and audit their cryptographic assumptions
  • Deploy canary contracts that test precompile behavior with known invalid inputs to detect vulnerable nodes

Monitoring Recommendations

  • Monitor Frontier node logs for cryptographic operation anomalies and precompile execution errors
  • Implement alerting on smart contract events that indicate cryptographic verification failures
  • Track Frontier version across all validator and RPC nodes to ensure patch deployment
  • Conduct periodic cryptographic correctness tests against production precompiles

How to Mitigate CVE-2025-54426

Immediate Actions Required

  • Upgrade Polkadot Frontier to commit 36f70d1 or later immediately
  • Audit all deployed smart contracts that utilize Curve25519Add or Curve25519ScalarMul precompiles for potential past exploitation
  • Implement input validation at the smart contract level as a defense-in-depth measure
  • Review and revalidate any cryptographic proofs or signatures generated using the vulnerable precompiles

Patch Information

The vulnerability is fixed in commit 36f70d1defcaeaed5a453015f6c98c21bb5b121b. The fix modifies the frame/evm/precompile/curve25519/src/lib.rs file to properly return a PrecompileFailure::Error with an appropriate error message when invalid compressed Ristretto points are encountered. For detailed patch information, see the GitHub Security Advisory GHSA-v4q3-23rh-w5mw and the SRLabs Security Report.

Workarounds

  • Add explicit point validation in smart contracts before calling Curve25519 precompiles using on-chain validation logic
  • Implement wrapper contracts that validate Ristretto point format before forwarding to precompiles
  • Consider temporarily disabling smart contracts heavily dependent on Curve25519 operations until the patch is deployed
  • Use off-chain cryptographic verification with on-chain result commitment as an alternative architecture
bash
# Verify Frontier version includes the security fix
cd frontier
git log --oneline | grep -E "36f70d1|Curve25519|Ristretto"

# Check if the patched precompile is present
grep -r "PrecompileFailure::Error" frame/evm/precompile/curve25519/src/lib.rs

# Rebuild and deploy updated Frontier
cargo build --release -p frontier-evm

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechPolkadot

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:H/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
  • AvailabilityNone
  • CWE References
  • CWE-327
  • Technical References
  • Frontier SRLabs Report

  • GitHub Commit 36f70d1

  • GitHub Pull Request 1720 Commit

  • GitHub Security Advisory GHSA-v4q3-23rh-w5mw
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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