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

CVE-2026-29781: BishopFox Sliver C2 DoS Vulnerability

CVE-2026-29781 is a denial of service flaw in BishopFox Sliver C2 framework that allows authenticated attackers to crash the server and terminate all active sessions. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29781 Overview

CVE-2026-29781 is a Null Pointer Dereference vulnerability affecting BishopFox Sliver, an open-source command and control (C2) framework that leverages a custom WireGuard netstack for secure implant communications. The vulnerability exists in the Sliver C2 server's Protobuf unmarshalling logic due to a systemic lack of nil-pointer validation. An authenticated attacker with access to valid implant credentials can craft malicious messages that omit nested fields, triggering an unhandled runtime panic that terminates the entire C2 server process.

Critical Impact

This vulnerability acts as an infrastructure "kill-switch" that can instantly sever all active C2 sessions across an entire deployment, requiring manual server restart to restore operations.

Affected Products

  • BishopFox Sliver versions from 1.7.3 and prior
  • Sliver C2 server deployments using mTLS, WireGuard, or DNS transport layers
  • Organizations using Sliver for authorized penetration testing and red team operations

Discovery Timeline

  • 2026-03-07 - CVE CVE-2026-29781 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29781

Vulnerability Analysis

The vulnerability stems from improper input validation in the Protobuf message handling routines within the Sliver C2 server. When processing signed messages from implants, the server deserializes Protobuf structures without adequately checking for nil pointers in nested message fields. This oversight allows an attacker who has obtained valid implant credentials to construct specially crafted messages that exploit the missing validation.

The impact is particularly severe because certain transport layers in Sliver—specifically mTLS, WireGuard, and DNS—lack the panic recovery middleware that exists in the HTTP transport layer. When a nil pointer dereference occurs during message processing on these transports, the resulting runtime panic propagates unhandled and crashes the entire server process.

Root Cause

The root cause is CWE-476: NULL Pointer Dereference. The Sliver server's Protobuf unmarshalling code assumes that nested message fields will always be present and populated. When these fields are omitted from a signed message (which passes cryptographic validation due to having valid implant credentials), subsequent code attempts to access properties of nil objects, triggering a Go runtime panic.

The inconsistent application of panic recovery middleware across different transport layers compounds the issue. While HTTP transport includes proper error handling that can recover from such panics, the mTLS, WireGuard, and DNS transports do not, making them susceptible to complete service termination.

Attack Vector

The attack requires network access and post-authentication privileges—specifically, an attacker must possess captured or compromised implant credentials. With valid credentials, the attacker can authenticate to the C2 server and submit malformed Protobuf messages that pass signature verification but contain omitted nested fields.

When the server processes these messages, it dereferences nil pointers expecting populated nested structures. The resulting unhandled panic terminates the server process globally, affecting all connected implants and operator sessions simultaneously. This represents a significant operational security risk for red team engagements, as a single compromised implant could be leveraged to disrupt an entire operation.

The attack does not require user interaction and can be executed remotely over the network against any of the vulnerable transport protocols.

Detection Methods for CVE-2026-29781

Indicators of Compromise

  • Unexpected termination of the Sliver C2 server process with panic-related error messages in logs
  • Go runtime panic traces referencing nil pointer dereferences in Protobuf handling code
  • Abnormal connection patterns from implants sending malformed or incomplete Protobuf messages
  • Sudden loss of all implant connections without network infrastructure changes

Detection Strategies

  • Monitor Sliver server logs for panic traces and runtime errors indicating nil pointer access
  • Implement process monitoring to detect unexpected C2 server terminations and rapid restart cycles
  • Analyze network traffic for anomalous implant communications, particularly messages with unusual structure
  • Deploy behavioral analysis to identify implants sending messages that deviate from expected Protobuf schemas

Monitoring Recommendations

  • Configure alerting for Sliver server process crashes and automatic restart events
  • Implement centralized logging to capture server panic traces before process termination
  • Monitor implant credential usage patterns for indicators of compromise or unauthorized access
  • Establish baseline communication patterns to detect anomalous implant behavior

How to Mitigate CVE-2026-29781

Immediate Actions Required

  • Review and audit implant credential security to prevent unauthorized access to valid credentials
  • Implement network segmentation to limit exposure of C2 infrastructure
  • Consider temporarily switching to HTTP transport if available, as it includes panic recovery middleware
  • Establish manual monitoring procedures to quickly detect and respond to server terminations

Patch Information

At the time of publication, there are no publicly available patches for this vulnerability. Organizations should monitor the BishopFox Sliver GitHub Security Advisory for updates and patch availability. Users are encouraged to subscribe to security notifications from the BishopFox Sliver project to receive timely updates when a fix is released.

Workarounds

  • Rotate implant credentials regularly and implement strict access controls for credential storage
  • Use HTTP transport where operationally feasible, as it includes panic recovery capabilities
  • Deploy the C2 server behind additional access controls and authentication layers
  • Implement automated server restart mechanisms to minimize downtime in case of exploitation
  • Consider running multiple isolated C2 server instances to prevent single points of failure

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechBishopfox Sliver

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-476
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32941: BishopFox Sliver C2 DOS Vulnerability

  • CVE-2025-27090: Bishopfox Sliver Information Disclosure
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