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

CVE-2026-25791: Sliver C2 Framework DoS Vulnerability

CVE-2026-25791 is a denial of service flaw in Sliver command and control framework that allows unauthenticated attackers to exhaust memory. This post covers technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-25791 Overview

CVE-2026-25791 is a Missing Authentication for Critical Function (CWE-306) vulnerability in the Sliver command and control (C2) framework. Sliver uses a custom Wireguard netstack and is widely used for red team engagements and adversary simulation. Prior to version 1.7.0, the DNS C2 listener accepts unauthenticated TOTP bootstrap messages and allocates server-side DNS sessions without validating OTP values, even when the EnforceOTP configuration option is enabled. Because sessions are stored without a cleanup or expiry path in this flow, an unauthenticated remote actor can repeatedly create sessions and drive memory exhaustion on the server.

Critical Impact

Unauthenticated remote attackers can cause denial of service through uncontrolled memory exhaustion by repeatedly creating DNS sessions without valid OTP authentication.

Affected Products

  • Sliver C2 Framework versions prior to 1.7.0
  • Systems running Sliver DNS C2 listeners with or without EnforceOTP enabled

Discovery Timeline

  • 2026-02-09 - CVE-2026-25791 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-25791

Vulnerability Analysis

This vulnerability represents a critical authentication bypass in the DNS command and control communication channel of the Sliver framework. The core issue lies in the TOTP (Time-based One-Time Password) bootstrap message handling within the DNS C2 listener component.

When an implant or client initiates a connection to the Sliver server via DNS, it sends a TOTP bootstrap message to establish a session. The vulnerability exists because the server allocates and stores a new DNS session in memory upon receiving these bootstrap messages without first validating the OTP value—even when operators have explicitly enabled the EnforceOTP security control. This means the authentication check that should protect against unauthorized session creation is completely bypassed.

The impact is compounded by the absence of a session cleanup or expiration mechanism in this specific code path. Each unauthenticated request creates a persistent session object that remains in server memory indefinitely, creating a clear path to resource exhaustion.

Root Cause

The root cause is a Missing Authentication for Critical Function (CWE-306) vulnerability in the DNS C2 listener's session allocation logic. The server fails to validate OTP tokens before allocating server-side resources, and lacks garbage collection for sessions created through this unauthenticated path. The EnforceOTP configuration flag is ineffective against this attack vector because the validation occurs after session allocation, not before.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted DNS queries containing TOTP bootstrap messages to a Sliver server's DNS C2 listener. The attack methodology involves:

  1. Identifying a target Sliver DNS C2 listener endpoint
  2. Crafting and sending repeated TOTP bootstrap DNS queries
  3. Each query triggers server-side session allocation without OTP validation
  4. Sessions accumulate in memory without expiration
  5. Continued requests eventually exhaust server memory, causing denial of service

The vulnerability is particularly concerning because it can be exploited against servers where administrators believe they have protected the endpoint by enabling EnforceOTP. The attack can originate from any network location with DNS access to the C2 listener.

Detection Methods for CVE-2026-25791

Indicators of Compromise

  • Unusual spike in DNS queries targeting Sliver C2 listener domains or endpoints
  • Rapid memory consumption on systems running Sliver server components
  • Large number of DNS session objects without corresponding authenticated implant connections
  • Server performance degradation or out-of-memory errors on Sliver infrastructure

Detection Strategies

  • Monitor memory utilization trends on Sliver C2 server infrastructure for unusual growth patterns
  • Implement DNS query rate limiting and anomaly detection for C2 listener endpoints
  • Configure alerts for rapid session creation rates that exceed expected implant deployment patterns
  • Deploy network-based detection for high-volume DNS traffic patterns consistent with exhaustion attacks

Monitoring Recommendations

  • Enable verbose logging on Sliver DNS C2 listeners to capture bootstrap message activity
  • Establish baseline memory usage patterns and alert on deviations exceeding normal operational thresholds
  • Monitor DNS query logs for source IPs sending abnormal volumes of bootstrap-style queries
  • Integrate Sliver server metrics with SIEM platforms for centralized visibility and correlation

How to Mitigate CVE-2026-25791

Immediate Actions Required

  • Upgrade Sliver C2 framework to version 1.7.0 or later immediately
  • Audit current Sliver deployments to identify all DNS C2 listener configurations
  • Consider temporarily disabling DNS C2 listeners if upgrade cannot be performed immediately
  • Implement network-level rate limiting for DNS traffic to C2 infrastructure as an interim control

Patch Information

The vulnerability is fixed in Sliver version 1.7.0. Users should upgrade to this version or later to remediate the vulnerability. The fix ensures proper OTP validation occurs before session allocation and implements appropriate session lifecycle management.

For detailed patch information, refer to the GitHub Sliver Release v1.7.0 and the GitHub Security Advisory GHSA-wxrw-gvg8-fqjp.

Workarounds

  • Restrict network access to DNS C2 listeners using firewall rules to allow only expected source IP ranges
  • Deploy DNS C2 listeners behind a reverse proxy or load balancer with built-in rate limiting capabilities
  • If DNS C2 is not operationally required, disable DNS listeners and use alternative C2 channels (HTTP/HTTPS, mTLS, WireGuard)
  • Implement infrastructure monitoring to detect and respond to memory exhaustion conditions before service impact
bash
# Example: Restrict DNS C2 listener access using iptables
# Allow DNS traffic only from expected implant source ranges
iptables -A INPUT -p udp --dport 53 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j DROP

# Monitor memory usage on Sliver server
watch -n 5 'free -m && ps aux --sort=-%mem | head -10'

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSliver

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • GitHub Sliver Release v1.7.0

  • GitHub Security Advisory GHSA-wxrw-gvg8-fqjp
  • Related CVEs
  • CVE-2026-34227: Sliver C2 Framework RCE Vulnerability

  • CVE-2026-25760: Sliver C2 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