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-30147

CVE-2025-30147: Hyperledger Besu Consensus Vulnerability

CVE-2025-30147 is a consensus bug in Hyperledger Besu versions 24.7.1 through 25.2.2 affecting altbn128 precompiles. Specially crafted inputs can cause incorrect results. This post covers technical details, affected versions, impact, and mitigation steps.

Published: May 11, 2026

CVE-2025-30147 Overview

CVE-2025-30147 affects Hyperledger Besu, an Ethereum execution client, through its besu-native library. The flaw resides in the reimplemented ALTBN128_ADD (0x06), ALTBN128_MUL (0x07), and ALTBN128_PAIRING (0x08) precompiles. These precompiles use gnark-crypto's bn254 implementation, which performed subgroup checks without verifying that elliptic curve (EC) points lie on the curve. Attackers can submit crafted input points that pass subgroup checks but fall off the curve, causing Besu to return incorrect results and drift out of consensus with other Ethereum clients. The defect is tracked as [CWE-325: Missing Cryptographic Step].

Critical Impact

A specially crafted EC point can force Besu nodes to fork from the Ethereum network or enshrine invalid state on homogenous Besu-only networks.

Affected Products

  • Hyperledger Besu versions 24.7.1 through 25.2.2
  • besu-native versions 0.9.0 through 1.2.1
  • Ethereum networks running Besu as a consensus-participating execution client

Discovery Timeline

  • 2025-05-07 - CVE-2025-30147 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-30147

Vulnerability Analysis

The ALTBN128 precompiles implement operations on the bn254 elliptic curve used for zkSNARK verification and pairing-based cryptography on Ethereum. Besu originally implemented these precompiles against an unmaintained native library. The maintainers migrated to gnark-crypto's bn254 package starting with besu-native version 0.9.0, with Besu 24.7.1 activating the new code through besu-native0.9.2.

The migration introduced a validation gap. The gnark-crypto version in use combined subgroup membership checks with implicit point-on-curve assumptions, but the subgroup verification routine did not actually verify curve membership. As a result, malformed inputs reached the elliptic curve arithmetic routines and produced results inconsistent with other Ethereum execution clients such as Geth, Nethermind, and Erigon.

Root Cause

The root cause is a missing cryptographic validation step [CWE-325]. The native precompile relied on gnark-crypto's subgroup check to also confirm that a point satisfies the curve equation. The library performed only subgroup verification. Inputs that are members of the correct prime-order subgroup representation but not solutions to the bn254 curve equation bypassed validation entirely.

Attack Vector

An attacker submits an Ethereum transaction that invokes one of the affected precompiles with a crafted EC point. Besu computes a result that diverges from the canonical result produced by other clients. On the public Ethereum network this triggers a chain split affecting Besu nodes. On private Besu-only networks the invalid output is accepted into state, producing data that patched clients will refuse to process.

No authentication is required and the attack is delivered over the network through standard transaction submission. The vulnerability manifests through input validation behavior in the precompile dispatcher referenced in Besu NativeLibraryOptions. See the Hyperledger Besu Native Security Advisory GHSA-jcp8-gh74-97hq for technical detail.

Detection Methods for CVE-2025-30147

Indicators of Compromise

  • Besu nodes reporting block hash mismatches or state root divergence relative to peer execution clients
  • Unexpected chain reorganizations following transactions that invoke precompile addresses 0x06, 0x07, or 0x08
  • Log entries from AltBN128PrecompiledContract or related besu-native paths during transaction execution preceding a fork event

Detection Strategies

  • Compare Besu state roots against a second client (Geth, Nethermind, Erigon) at each block height to identify divergence
  • Monitor transaction traces for invocations of ALTBN128_ADD, ALTBN128_MUL, and ALTBN128_PAIRING and correlate with consensus anomalies
  • Inventory deployed Besu versions and flag any release in the range 24.7.1 through 25.2.2

Monitoring Recommendations

  • Alert on peer count drops, missed block attestations, or fork-choice rule disagreements reported by the Besu engine API
  • Track besu-native library versions across validator and full-node infrastructure
  • Forward Besu structured logs to a centralized analytics platform for cross-client consensus comparison

How to Mitigate CVE-2025-30147

Immediate Actions Required

  • Upgrade Hyperledger Besu to version 25.3.0 or later, which bundles besu-native1.3.0
  • Audit any Besu-only private networks for state entries produced by the affected precompiles before applying the patched binary
  • Verify post-upgrade that Besu nodes follow the same canonical chain as a reference client

Patch Information

The underlying defect is fixed in besu-native release 1.3.0, which adds explicit point-on-curve verification before subgroup checks. Hyperledger Besu 25.3.0 is the first Besu release shipping the corrected besu-native library. Operators on Besu 24.7.1 through 25.2.2 must upgrade. Details are documented in the GitHub Security Advisory GHSA-jcp8-gh74-97hq.

Workarounds

  • Disable the native altbn128 precompile and fall back to the pure-Java implementation using Besu's --Xaltbn128-native-enabled=false startup flag
  • Accept the performance cost: the Java implementation is correct but significantly slower than the native path
  • Restrict transaction ingress through filtering proxies while planning a maintenance window for the full upgrade
bash
# Configuration example: disable native altbn128 precompile as an interim mitigation
besu \
  --network=mainnet \
  --Xaltbn128-native-enabled=false \
  --data-path=/var/lib/besu

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechHyperledger Besu

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-325
  • Technical References
  • GitHub Security Advisory

  • GitHub Code Reference
  • 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