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

CVE-2026-25949: Traefik STARTTLS DoS Vulnerability

CVE-2026-25949 is a denial of service vulnerability in Traefik HTTP reverse proxy that allows attackers to bypass timeout settings and exhaust connections. This article covers technical details, affected versions, and patches.

Published: February 13, 2026

CVE-2026-25949 Overview

CVE-2026-25949 is a Denial of Service (DoS) vulnerability affecting Traefik, a popular HTTP reverse proxy and load balancer. The vulnerability exists in how Traefik handles STARTTLS requests, specifically Postgres SSLRequest preludes. An unauthenticated attacker can bypass Traefik's entrypoint respondingTimeouts.readTimeout setting by sending the 8-byte Postgres SSLRequest (STARTTLS) prelude and then stalling the connection. This causes connections to remain open indefinitely, leading to resource exhaustion and denial of service conditions.

Critical Impact

Unauthenticated remote attackers can exhaust server resources by creating persistent connections that bypass timeout controls, rendering Traefik-protected services unavailable.

Affected Products

  • Traefik versions prior to 3.6.8

Discovery Timeline

  • 2026-02-12 - CVE-2026-25949 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-25949

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption). The flaw resides in how Traefik processes Postgres STARTTLS negotiation sequences. When a client initiates a Postgres SSLRequest, the server enters a specific code path designed to handle the TLS upgrade. However, the implementation removed connection deadlines after the STARTTLS negotiation began, allowing malicious clients to keep connections open indefinitely without completing the handshake.

The attack is particularly concerning because it requires no authentication and can be executed remotely over the network. An attacker simply needs to establish a TCP connection, send the 8-byte Postgres SSLRequest prelude, and then intentionally stall without completing further communication. Each stalled connection consumes server resources, and by repeating this attack pattern, an attacker can exhaust available connection slots.

Root Cause

The root cause lies in the TCP router's handling of Postgres connections in pkg/server/router/tcp/router.go. The original implementation explicitly removed read/write deadlines after detecting a Postgres connection, delegating timeout management to the underlying TCP server. However, this created a gap where STARTTLS requests could bypass the configured respondingTimeouts.readTimeout settings, leaving connections without proper timeout enforcement.

Attack Vector

The attack vector is network-based and requires no privileges or user interaction. An attacker initiates a TCP connection to a Traefik entrypoint configured to handle Postgres traffic. By sending the 8-byte Postgres SSLRequest prelude (which signals a STARTTLS upgrade request) and then ceasing communication, the attacker forces the server to keep the connection open while waiting for further data that never arrives. This simple attack pattern can be automated and parallelized to rapidly consume available resources.

go
// Vulnerable code path in pkg/server/router/tcp/router.go
// The following code removed deadlines for Postgres connections, enabling the attack

	if postgres {
		// Remove read/write deadline and delegate this to underlying TCP server.
		if err := conn.SetDeadline(time.Time{}); err != nil {
			log.Error().Err(err).Msg("Error while setting deadline")
		}

		r.servePostgres(r.GetConn(conn, getPeeked(br)))
		return
	}

Source: GitHub Commit Changes

The fix removes the explicit deadline clearing, allowing proper timeout enforcement to apply to Postgres STARTTLS connections:

go
// Fixed code in pkg/server/router/tcp/router.go
// Deadline clearing removed, allowing timeout enforcement

	if postgres {
		r.servePostgres(r.GetConn(conn, getPeeked(br)))
		return
	}

Source: GitHub Commit Changes

Detection Methods for CVE-2026-25949

Indicators of Compromise

  • Unusually high number of established TCP connections to Traefik entrypoints
  • Connections showing extended idle time in ESTABLISHED state without data transfer
  • Resource exhaustion alerts on Traefik instances (file descriptors, memory)
  • Postgres STARTTLS requests that never complete the TLS handshake

Detection Strategies

  • Monitor for abnormal spikes in connection counts to Traefik TCP entrypoints
  • Implement network-level logging to identify sources sending Postgres SSLRequest preludes without completing handshakes
  • Deploy connection tracking rules to flag connections that remain idle after sending initial bytes
  • Use intrusion detection systems to identify patterns consistent with slowloris-style DoS attacks

Monitoring Recommendations

  • Configure alerting for connection pool exhaustion on Traefik instances
  • Monitor system-level metrics including open file descriptors and socket states
  • Track the ratio of completed versus stalled Postgres TLS handshakes
  • Implement network flow analysis to identify unusual connection patterns from single sources

How to Mitigate CVE-2026-25949

Immediate Actions Required

  • Upgrade Traefik to version 3.6.8 or later immediately
  • Implement connection rate limiting at the network perimeter as a temporary measure
  • Review and configure appropriate respondingTimeouts.readTimeout values
  • Consider deploying a Web Application Firewall (WAF) to filter malicious connection patterns

Patch Information

Traefik has released version 3.6.8 which addresses this vulnerability. The fix modifies the TCP router behavior to maintain proper deadline enforcement for Postgres STARTTLS connections, preventing indefinite connection stalling. The patch is available through the official GitHub release. For detailed code changes, review the security commit.

Workarounds

  • Implement network-level rate limiting on connections to Traefik entrypoints
  • Deploy a reverse proxy or load balancer in front of Traefik with strict timeout enforcement
  • Use firewall rules to limit concurrent connections from single IP addresses
  • Consider temporarily disabling Postgres TCP routing if not actively required
bash
# Example: Rate limiting with iptables
# Limit new connections to Traefik port 5432 (Postgres) to 10 per minute per IP
iptables -A INPUT -p tcp --dport 5432 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 5432 -m state --state NEW -m recent --update --seconds 60 --hitcount 10 -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 Commit Changes

  • GitHub Release v3.6.8

  • GitHub Security Advisory GHSA-89p3-4642-cr2w
  • Related CVEs
  • CVE-2026-26999: Traefik TLS Handshake DoS Vulnerability

  • CVE-2026-26998: Traefik ForwardAuth 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