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
    • 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-26999

CVE-2026-26999: Traefik TLS Handshake DoS Vulnerability

CVE-2026-26999 is a denial of service flaw in Traefik's TLS handshake handling that allows attackers to exhaust resources by stalling connections. This post covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-26999 Overview

CVE-2026-26999 is a high-severity Denial of Service (DoS) vulnerability affecting Traefik, a popular HTTP reverse proxy and load balancer. The vulnerability exists in how Traefik manages TLS handshakes on TCP routers. When processing a TLS connection, the read deadline used to bound protocol sniffing is cleared before the TLS handshake completes. If a TLS handshake read error occurs, the code attempts a second handshake with different connection parameters while silently ignoring the initial error.

A remote unauthenticated attacker can exploit this vulnerability by sending an incomplete TLS record and halting further data transmission. This causes the TLS handshake to stall indefinitely, holding connections open. By opening many such stalled connections in parallel, an attacker can exhaust file descriptors and goroutines, degrading the availability of all services on the affected entrypoint.

Critical Impact

Remote unauthenticated attackers can cause widespread service disruption by exhausting server resources through stalled TLS connections, impacting all services on the affected Traefik entrypoint.

Affected Products

  • Traefik versions prior to 2.11.38
  • Traefik versions prior to 3.6.9

Discovery Timeline

  • 2026-03-05 - CVE-2026-26999 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-26999

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption). The flaw resides in Traefik's TLS handshake handling mechanism for TCP routers. The core issue stems from improper deadline management during the TLS protocol negotiation phase.

When Traefik receives an incoming TLS connection on a TCP router, it uses a read deadline to limit the time allowed for protocol sniffing operations. However, this deadline is prematurely cleared before the TLS handshake reaches completion. Additionally, when a TLS handshake error is encountered, the implementation attempts a fallback handshake with alternate connection parameters without properly handling or logging the original failure.

This design flaw creates an opportunity for resource exhaustion attacks. An attacker can initiate numerous TLS connections, send partial TLS records, and then cease transmission. Each of these incomplete connections remains open indefinitely, consuming server resources including file descriptors and goroutines. As these resources become exhausted, legitimate traffic to all services configured on the same entrypoint is impacted.

Root Cause

The root cause of CVE-2026-26999 lies in the improper handling of connection timeouts during the TLS handshake phase. Specifically:

  1. The read deadline mechanism used for protocol sniffing is cleared too early in the connection lifecycle
  2. Error handling during TLS handshake failures allows silent retry without proper timeout enforcement
  3. No mechanism exists to detect and terminate stalled connections that never complete the handshake

This combination allows connections to remain in an incomplete state indefinitely, making resource exhaustion attacks trivial to execute.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability remotely by:

  1. Initiating multiple TCP connections to a Traefik entrypoint configured with TLS
  2. Sending partial or incomplete TLS client hello records
  3. Stopping transmission before the handshake completes
  4. Repeating this process to accumulate stalled connections

As more connections stall, the Traefik server progressively loses available file descriptors and goroutines. Once these resources are depleted, the server cannot accept new legitimate connections, resulting in a denial of service condition affecting all services behind the affected entrypoint.

The attack does not require sophisticated tools or deep knowledge of the TLS protocol—basic socket programming capabilities are sufficient to craft the malicious connection pattern.

Detection Methods for CVE-2026-26999

Indicators of Compromise

  • Abnormally high number of connections in SYN_RECV or partially established TLS states
  • Spike in file descriptor usage on Traefik processes without corresponding increase in completed requests
  • Goroutine count increasing steadily over time without corresponding throughput
  • Connection timeout errors in application logs for services behind Traefik

Detection Strategies

  • Monitor Traefik process file descriptor counts using /proc/[pid]/fd on Linux systems
  • Implement alerting on goroutine metrics available via Traefik's metrics endpoint
  • Deploy network intrusion detection rules to identify patterns of incomplete TLS handshakes from single sources
  • Analyze connection state tables for unusual accumulation of half-open TLS connections

Monitoring Recommendations

  • Configure connection monitoring with thresholds for concurrent incomplete TLS handshakes
  • Implement rate limiting on new TLS connection attempts per source IP at the network layer
  • Enable verbose logging for TLS handshake events to capture attempted exploitation
  • Set up automated alerting when Traefik's resource utilization exceeds normal operational baselines

How to Mitigate CVE-2026-26999

Immediate Actions Required

  • Upgrade Traefik to version 2.11.38 or later for the 2.x branch
  • Upgrade Traefik to version 3.6.9 or later for the 3.x branch
  • Review and implement connection rate limiting at the network perimeter
  • Monitor Traefik instances for signs of active exploitation

Patch Information

Traefik has released security patches that address this vulnerability:

  • Version 2.11.38: Fixes the TLS handshake timeout issue for the 2.x release branch. See the GitHub Traefik Release v2.11.38 for details.
  • Version 3.6.9: Fixes the TLS handshake timeout issue for the 3.x release branch. See the GitHub Traefik Release v3.6.9 for details.

For complete technical details about this vulnerability, refer to the GitHub Security Advisory GHSA-xw98-5q62-jx94.

Workarounds

  • Implement network-level rate limiting on incoming TLS connections per source IP
  • Deploy a Web Application Firewall (WAF) or DDoS protection service in front of Traefik
  • Configure operating system limits to provide isolation between Traefik entrypoints
  • Consider temporarily disabling non-critical TLS-enabled TCP routers until patching is complete
bash
# Example: Configure connection limits using iptables
# Limit new TLS connections to 50 per second per source IP on port 443
iptables -A INPUT -p tcp --dport 443 --syn -m connlimit --connlimit-above 50 --connlimit-mask 32 -j DROP

# Alternatively, use hashlimit to rate limit connection attempts
iptables -A INPUT -p tcp --dport 443 --syn -m hashlimit --hashlimit-above 50/sec --hashlimit-burst 100 --hashlimit-mode srcip --hashlimit-name tls_conn_limit -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechTraefik

  • SeverityHIGH

  • CVSS Score7.5

  • 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-400
  • Technical References
  • GitHub Traefik Release v2.11.38

  • GitHub Traefik Release v3.6.9

  • GitHub Security Advisory GHSA-xw98-5q62-jx94
  • Related CVEs
  • CVE-2026-26998: Traefik ForwardAuth DoS Vulnerability

  • CVE-2026-25949: Traefik STARTTLS DoS Vulnerability

  • CVE-2026-22045: Traefik ACME TLS DoS Vulnerability

  • CVE-2026-33433: Traefik Auth Bypass 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