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

CVE-2026-25793: Nebula Auth Bypass Vulnerability

CVE-2026-25793 is an authentication bypass flaw in Nebula that allows attackers to evade blocklist entries using ECDSA signature malleability. This post covers the technical details, affected versions, and mitigation strategies.

Published: February 13, 2026

CVE-2026-25793 Overview

CVE-2026-25793 is a cryptographic vulnerability affecting Nebula, a scalable overlay networking tool developed by Slack. The vulnerability allows attackers to bypass blocklist entries by exploiting ECDSA Signature Malleability in P256 certificates. When using P256 certificates (which is not the default configuration), an attacker can create a copy of a blocked certificate with a different fingerprint, effectively evading security controls designed to prevent specific certificates from connecting to the network.

Critical Impact

Attackers can evade blocklist-based certificate revocation by manipulating ECDSA signatures to produce alternate valid fingerprints, potentially allowing unauthorized access to Nebula overlay networks.

Affected Products

  • Nebula versions 1.7.0 through 1.10.2
  • Systems configured to use P256 certificates (non-default configuration)
  • Nebula overlay networks relying on certificate fingerprint blocklists for access control

Discovery Timeline

  • February 6, 2026 - CVE CVE-2026-25793 published to NVD
  • February 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25793

Vulnerability Analysis

This vulnerability stems from improper verification of cryptographic signatures (CWE-347) in Nebula's certificate handling code. ECDSA signatures have a well-known property called signature malleability, where for any valid signature (r, s), the signature (r, -s mod n) is also mathematically valid. This means the same certificate can have multiple valid signature representations.

The core issue is that Nebula's blocklist mechanism relies on certificate fingerprints, which include the signature bytes. Since ECDSA signatures can exist in both "high-S" and "low-S" forms while remaining cryptographically valid, an attacker with a blocked certificate can compute the alternate signature form, resulting in a different fingerprint that is not present in the blocklist.

This attack requires network access and a valid (but blocked) P256 certificate. The attacker can leverage the mathematical properties of ECDSA to transform their certificate's signature, creating what is effectively a "clone" certificate that the Nebula system will accept despite the original being blocklisted.

Root Cause

The root cause is the failure to normalize ECDSA signatures to a canonical form before calculating certificate fingerprints. Prior to version 1.10.3, Nebula could generate signatures in either high-S or low-S form and validation accepted both. Since the fingerprint is calculated over the signature bytes, certificates with mathematically equivalent but bytewise different signatures produce different fingerprints, allowing blocklist evasion.

Attack Vector

The attack is network-based and requires the attacker to possess a P256 certificate that has been blocklisted. The attacker can:

  1. Take their blocklisted certificate with signature (r, s)
  2. Compute the alternate signature (r, -s mod n) (flipping between high-S and low-S form)
  3. Present the modified certificate to Nebula
  4. The fingerprint check passes since the alternate fingerprint is not in the blocklist
  5. Gain unauthorized access to the overlay network
go
// Security patch in cert/ca_pool.go - Merge commit from fork
 		return nil, err
 	}
 
+	// Pre nebula v1.10.3 could generate signatures in either high or low s form and validation
+	// of signatures allowed for either. Nebula v1.10.3 and beyond clamps signature generation to low-s form
+	// but validation still allows for either. Since a change in the signature bytes affects the fingerprint, we
+	// need to test both forms until such a time comes that we enforce low-s form on signature validation.
+	fp2, err := CalculateAlternateFingerprint(c)
+	if err != nil {
+		return nil, fmt.Errorf("could not calculate alternate fingerprint to verify: %w", err)
+	}
+	if fp2 != "" && ncp.IsBlocklisted(fp2) {
+		return nil, ErrBlockListed
+	}
+
 	cc := CachedCertificate{
 		Certificate:       c,
 		InvertedGroups:    make(map[string]struct{}),
 		Fingerprint:       fp,
+		fingerprint2:      fp2,
 		signerFingerprint: signer.Fingerprint,
 	}

Source: GitHub Commit Change Log

Detection Methods for CVE-2026-25793

Indicators of Compromise

  • Certificate connection attempts where the fingerprint differs from known certificates but cryptographic validation succeeds
  • Multiple connection attempts from the same identity using certificates with different fingerprints
  • Blocklisted certificates appearing to successfully authenticate under alternate fingerprints

Detection Strategies

  • Monitor Nebula logs for certificates that should be blocklisted but are being accepted
  • Implement alerting on connection attempts from certificates with fingerprints that match the alternate (high-S or low-S) form of blocklisted certificates
  • Audit P256 certificate usage across your Nebula deployment to identify at-risk configurations

Monitoring Recommendations

  • Enable verbose logging on Nebula lighthouses and relay nodes to capture certificate fingerprints during authentication
  • Create monitoring rules that correlate blocklist updates with subsequent connection patterns
  • Review certificate issuance logs to track all certificates that should be revoked

How to Mitigate CVE-2026-25793

Immediate Actions Required

  • Upgrade Nebula to version 1.10.3 or later immediately
  • Review blocklists and add both high-S and low-S fingerprint variants for any blocked certificates if unable to upgrade immediately
  • Audit network access logs for any suspicious authentication from previously blocklisted certificates
  • Consider regenerating certificates using the default Ed25519 algorithm if P256 is not strictly required

Patch Information

The vulnerability has been patched in Nebula version 1.10.3. The fix introduces CalculateAlternateFingerprint() which computes both the high-S and low-S signature forms, checking the blocklist against both fingerprints. Additionally, new certificate signature generation is now clamped to low-S form for consistency. For detailed patch information, see the GitHub Security Advisory GHSA-69x3-g4r3-p962.

Workarounds

  • Switch to the default Ed25519 certificate algorithm, which is not affected by this vulnerability
  • Manually calculate and add both signature form fingerprints to your blocklist for each blocked certificate
  • Implement network-level access controls as an additional layer of defense while planning upgrade
bash
# Configuration example
# Upgrade Nebula to patched version
# Using package manager (example for systems with nebula packages)
apt-get update && apt-get install nebula=1.10.3

# Or download directly from GitHub releases
wget https://github.com/slackhq/nebula/releases/download/v1.10.3/nebula-linux-amd64.tar.gz
tar -xzf nebula-linux-amd64.tar.gz
sudo mv nebula /usr/local/bin/nebula
sudo systemctl restart nebula

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNebula

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/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-347
  • Technical References
  • GitHub Commit Change Log

  • GitHub Security Advisory GHSA-69x3-g4r3-p962
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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