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-2026-22866

CVE-2026-22866: Ethereum Name Service Auth Bypass Flaw

CVE-2026-22866 is an authentication bypass vulnerability in Ethereum Name Service (ENS) that allows attackers to fraudulently claim domains without DNS ownership. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-22866 Overview

A cryptographic vulnerability has been identified in the Ethereum Name Service (ENS) smart contracts that enables RSA signature forgery attacks. The RSASHA256Algorithm and RSASHA1Algorithm contracts in ENS versions 1.6.2 and prior fail to properly validate PKCS#1 v1.5 padding structure when verifying RSA signatures. This implementation flaw allows attackers to exploit Bleichenbacher's 2006 signature forgery attack against DNS zones using RSA keys with low public exponents (e=3).

The vulnerability is particularly concerning for ENS-supported Top-Level Domains (TLDs) that use e=3 for their Key Signing Keys, specifically .cc and .name domains. Successful exploitation allows malicious actors to fraudulently claim any domain under these TLDs on ENS without actual DNS ownership.

Critical Impact

Attackers can forge RSA signatures to fraudulently claim DNS domains on ENS without legitimate ownership, potentially enabling phishing, domain hijacking, and cryptocurrency theft targeting .cc and .name TLDs.

Affected Products

  • Ethereum Name Service (ENS) Contracts version 1.6.2 and prior
  • RSASHA256Algorithm smart contract
  • RSASHA1Algorithm smart contract

Discovery Timeline

  • 2026-02-25 - CVE CVE-2026-22866 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-22866

Vulnerability Analysis

This vulnerability represents a classic Padding Oracle Attack (specifically Bleichenbacher's 2006 variant) affecting cryptographic signature verification in blockchain smart contracts. The root issue lies in insufficient validation of PKCS#1 v1.5 padding during RSA signature verification operations within the ENS DNSSEC oracle implementation.

The vulnerable contracts only verify that the last 32 bytes (for SHA-256) or 20 bytes (for SHA-1) of the decrypted signature match the expected hash value. This incomplete validation ignores the critical PKCS#1 v1.5 padding structure that should precede the hash, creating an opportunity for signature forgery when RSA keys use small public exponents.

ENS relies on DNSSEC to verify domain ownership before allowing domains to be claimed on the Ethereum blockchain. By forging valid-appearing signatures for domains using e=3 Key Signing Keys, attackers can bypass this verification entirely.

Root Cause

The root cause is improper cryptographic verification (CWE-347: Improper Verification of Cryptographic Signature). The RSASHA256Algorithm and RSASHA1Algorithm contracts perform an incomplete verification by only checking hash value equality without validating the full PKCS#1 v1.5 DigestInfo structure. According to PKCS#1 v1.5, the decrypted signature must contain a specific padding format: 0x00 0x01 [padding] 0x00 [DigestInfo] [Hash]. The vulnerable implementation skips validation of everything except the trailing hash bytes.

Attack Vector

The attack exploits the mathematical properties of RSA with small public exponents. When e=3, an attacker can craft a malicious signature S such that S^3 mod n produces a value where the trailing bytes match the expected hash, while the leading bytes (which should contain valid PKCS#1 padding) contain garbage data that the vulnerable contracts ignore.

The attack proceeds as follows:

  1. Attacker identifies a target domain under .cc or .name TLDs
  2. Attacker constructs a forged DNSSEC signature using Bleichenbacher's technique
  3. Attacker submits the forged signature to ENS to claim the domain
  4. ENS contracts verify only the hash portion, accepting the forged signature
  5. Attacker gains control of the ENS domain without DNS ownership

The security patch introduces proper PKCS#1 v1.5 padding validation:

solidity
+pragma solidity ^0.8.4;
+
+import "./RSAVerify.sol";
+import "../../utils/BytesUtils.sol";
+
+/// @dev Library for PKCS#1 v1.5 signature verification
+library RSAPKCS1Verify {
+    using BytesUtils for *;
+
+    /// @dev PKCS#1 v1.5 DigestInfo prefix for SHA-1
+    bytes constant SHA1_DIGEST_INFO = hex"3021300906052b0e03021a05000414";
+
+    /// @dev PKCS#1 v1.5 DigestInfo prefix for SHA-256
+    bytes constant SHA256_DIGEST_INFO = hex"3031300d060960864801650304020105000420";
+
+    /// @dev Verifies an RSA signature with PKCS#1 v1.5 padding for SHA-1
+    function verifySHA1(
+        bytes memory modulus,
+        bytes memory exponent,
+        bytes memory sig,
+        bytes20 hash
+    ) internal view returns (bool) {
+        (bool ok, bytes memory result) = recoverAndVerify(modulus, exponent, sig, SHA1_DIGEST_INFO);
+        return ok && hash == result.readBytes20(result.length - 20);
+    }
+
+    /// @dev Verifies an RSA signature with PKCS#1 v1.5 padding for SHA-256
+    function verifySHA256(
+        bytes memory modulus,
+        bytes memory exponent,

Source: GitHub Commit Reference

The fix introduces the RSAPKCS1Verify library which properly validates the DigestInfo structure before extracting and comparing hash values.

solidity
 pragma solidity ^0.8.4;
 
 import "./Algorithm.sol";
-import "./RSAVerify.sol";
+import "./RSAPKCS1Verify.sol";
 import "../../utils/BytesUtils.sol";
 import "@ensdomains/solsha1/contracts/SHA1.sol";

Source: GitHub Commit Reference

Detection Methods for CVE-2026-22866

Indicators of Compromise

  • Unexpected ENS domain registrations for .cc or .name TLDs without corresponding DNS ownership changes
  • DNSSEC signature submissions with anomalous padding patterns in RSA signatures
  • Domain claims that bypass normal DNSSEC verification workflows
  • Blockchain transactions calling DNSSECImpl with signatures containing non-standard PKCS#1 padding

Detection Strategies

  • Monitor ENS contract events for domain claims on .cc and .name TLDs and cross-reference with actual DNS ownership records
  • Implement off-chain signature validation that performs full PKCS#1 v1.5 padding verification before accepting ENS domain claims
  • Analyze historical ENS transactions for domains under affected TLDs to identify potentially fraudulent claims
  • Deploy blockchain monitoring tools to detect calls to vulnerable RSASHA256Algorithm and RSASHA1Algorithm contracts

Monitoring Recommendations

  • Set up alerts for ENS domain registration events involving .cc and .name TLDs on both mainnet and testnets
  • Monitor for unusual patterns in DNSSEC signature submissions, particularly those with non-standard byte sequences
  • Track contract interactions with the vulnerable algorithm contracts until migration to patched versions is complete
  • Implement webhook notifications for any high-value domain transfers under affected TLDs

How to Mitigate CVE-2026-22866

Immediate Actions Required

  • Deploy the patched RSAPKCS1Verify library contract to your blockchain environment immediately
  • Update DNSSECImpl.setAlgorithm to point to the newly deployed patched contract
  • Audit any existing ENS domain claims under .cc and .name TLDs for potential fraudulent registrations
  • Notify users and stakeholders about the vulnerability and remediation steps

Patch Information

A security patch has been merged at commit c76c5ad0dc9de1c966443bd946fafc6351f87587. The patch introduces a new RSAPKCS1Verify library that properly validates the full PKCS#1 v1.5 padding structure, including the DigestInfo prefix, before accepting RSA signatures. Organizations running ENS infrastructure should deploy this patched contract and reconfigure their DNSSECImpl to use the updated algorithm implementations.

For detailed patch information, refer to the GitHub Security Advisory and the Bug Fix Pull Request.

Workarounds

  • Deploy the patched contracts independently and call DNSSECImpl.setAlgorithm to point to the patched algorithm implementations
  • Temporarily disable DNSSEC verification for .cc and .name TLDs until patches are deployed (may impact functionality)
  • Implement additional off-chain verification for domain claims under affected TLDs before accepting them
  • Consider requiring additional proof of domain ownership for high-value domains under affected TLDs
bash
# Configuration example - Updating DNSSECImpl to use patched algorithm
# After deploying the patched RSAPKCS1Verify contract, update the algorithm pointer

# 1. Deploy the patched contract and note the address
# PATCHED_CONTRACT_ADDRESS=0x...

# 2. Call setAlgorithm on DNSSECImpl (via your deployment framework)
# cast send $DNSSEC_IMPL_ADDRESS "setAlgorithm(uint8,address)" 8 $PATCHED_RSASHA256_ADDRESS --private-key $DEPLOYER_KEY
# cast send $DNSSEC_IMPL_ADDRESS "setAlgorithm(uint8,address)" 5 $PATCHED_RSASHA1_ADDRESS --private-key $DEPLOYER_KEY

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechEthereum Name Service

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/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-347
  • Technical References
  • GitHub Bug Fix Pull Request

  • GitHub Commit Reference

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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