A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-44714

CVE-2026-44714: bitcoinj Auth Bypass Vulnerability

CVE-2026-44714 is an authentication bypass flaw in the bitcoinj library that allows attackers to bypass signature verification for P2PKH and P2WPKH outputs. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-44714 Overview

CVE-2026-44714 is a signature verification flaw in the bitcoinj library, a Java implementation of the Bitcoin protocol. Versions prior to 0.17.1 contain two fast-path verification bugs in ScriptExecution.correctlySpends() for standard Pay-to-Public-Key-Hash (P2PKH) and native Pay-to-Witness-Public-Key-Hash (P2WPKH) spends. The library verifies an attacker-supplied signature against an attacker-supplied public key without confirming the public key matches the hash committed by the spent output. Any attacker keypair satisfies bitcoinj's local verification for arbitrary P2PKH and P2WPKH outputs. The flaw is tracked under [CWE-347] Improper Verification of Cryptographic Signature.

Critical Impact

Applications relying on bitcoinj for transaction validation can accept forged spends of standard outputs, undermining integrity of on-chain state observed by the library.

Affected Products

  • bitcoinj library versions prior to 0.17.1
  • Java applications consuming bitcoinj for P2PKH transaction validation
  • Java applications consuming bitcoinj for native P2WPKH (SegWit v0) transaction validation

Discovery Timeline

  • 2026-05-15 - CVE-2026-44714 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-44714

Vulnerability Analysis

The bitcoinj library validates spends by executing the Bitcoin script associated with a transaction input. For common output types, the library uses optimized fast paths in core/src/main/java/org/bitcoinj/script/ScriptExecution.java that bypass full script interpretation. These fast paths handle P2PKH and native P2WPKH spends.

In both fast paths, bitcoinj parses the public key supplied by the spender and verifies the supplied signature against that public key over the transaction sighash. The check confirms the spender holds a valid keypair, but does not confirm the keypair is the one authorized by the output. The result is that any attacker-controlled keypair produces a signature that the library treats as valid for any P2PKH or P2WPKH UTXO.

Root Cause

P2PKH and P2WPKH outputs commit to a HASH160 (RIPEMD160(SHA256(pubkey))) of the authorized public key, not the public key itself. Correct verification requires comparing HASH160(providedPubkey) against the hash embedded in scriptPubKey before accepting the signature. The pre-patch code constructed an internal scriptCode directly from the attacker-supplied public key, skipping the equality check that the standard Bitcoin script OP_EQUALVERIFY opcode would have enforced.

Attack Vector

An attacker generates an arbitrary keypair, crafts a transaction that spends a victim P2PKH or P2WPKH output, and includes their own public key and a signature over their crafted transaction. A bitcoinj-based wallet, SPV client, or block validator processing this transaction passes correctlySpends() and treats the spend as valid. Consensus-level Bitcoin nodes reject the transaction, but bitcoinj clients diverge from network state until the canonical chain corrects them.

java
// Patched code from core/src/main/java/org/bitcoinj/script/ScriptExecution.java
// Adds HASH160 verification against the scriptPubKey commitment
throw new ScriptException(ScriptError.SCRIPT_ERR_SIG_DER, "Cannot decode", x);
}
ECKey pubkey = ECKey.fromPublicOnly(witness.getPush(1));
byte[] requiredHash160 = ScriptPattern.extractHashFromP2WH(scriptPubKey);
byte[] providedHash160 = CryptoUtils.sha256hash160(pubkey.getPubKey());
if (!Arrays.equals(requiredHash160, providedHash160)) {
    throw new ScriptException(ScriptError.SCRIPT_ERR_EQUALVERIFY, "Invalid pubkey hash");
}
Script scriptCode = ScriptBuilder.createP2PKHOutputScript(requiredHash160);
Sha256Hash sigHash = txContainingThis.hashForWitnessSignature(scriptSigIndex, scriptCode, value,
        signature.sigHashMode(), false);
boolean validSig = pubkey.verify(sigHash, signature);

Source: bitcoinj commit b575a682

Detection Methods for CVE-2026-44714

Indicators of Compromise

  • bitcoinj JAR artifacts with version metadata earlier than 0.17.1 present in application dependencies or pom.xml/build.gradle lockfiles.
  • Divergence between bitcoinj-reported transaction state and authoritative Bitcoin Core or third-party block explorer state for the same UTXOs.
  • Application logs accepting transactions later marked invalid or absent on the canonical chain.

Detection Strategies

  • Run dependency inventory scans across Java build manifests for org.bitcoinj:bitcoinj-core versions below 0.17.1.
  • Cross-validate bitcoinj correctlySpends() outcomes against an authoritative full node for any transaction handling business logic.
  • Inspect runtime classpaths of deployed Java services to identify shaded or repackaged bitcoinj copies missing the patched ScriptExecution.java.

Monitoring Recommendations

  • Alert on transactions accepted locally but unconfirmed beyond a defined threshold against an independent Bitcoin node.
  • Log every ScriptException thrown by bitcoinj after patching to detect attempted exploitation against upgraded clients.
  • Track outbound network connections from wallet services to unexpected peers that may relay forged spends.

How to Mitigate CVE-2026-44714

Immediate Actions Required

  • Upgrade bitcoinj to version 0.17.1 or later across all Java services, SDKs, and embedded clients.
  • Audit any business logic that treats ScriptExecution.correctlySpends() as authoritative without confirmation from a full node.
  • Rebuild and redeploy any application that statically links or shades bitcoinj to ensure the patched classes are loaded.

Patch Information

The vulnerability is fixed in bitcoinj 0.17.1. The remediation adds a HASH160 equality check between the spender-supplied public key and the hash committed in scriptPubKey before signature verification. Details are published in the bitcoinj GitHub Security Advisory GHSA-hfcf-v2f8-x9pc and applied across commit 2bc5653c and commit b575a682.

Workarounds

  • Require independent confirmation of every spend from a non-bitcoinj full node before honoring application state changes.
  • Disable use of bitcoinj's fast-path validation in critical financial flows and rely on external validation services until the upgrade is deployed.
  • Restrict bitcoinj clients to monitoring roles only, removing any authority to release funds, settle invoices, or mark obligations satisfied.
bash
# Maven: pin bitcoinj-core to the patched release
mvn versions:use-dep-version -Dincludes=org.bitcoinj:bitcoinj-core -DdepVersion=0.17.1 -DforceVersion=true

# Gradle: update the dependency declaration
# build.gradle
# implementation 'org.bitcoinj:bitcoinj-core:0.17.1'

# Verify resolved version on the runtime classpath
mvn dependency:tree | grep bitcoinj-core

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBitcoinj

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-347
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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