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-2024-45410

CVE-2024-45410: Traefik Authentication Bypass Vulnerability

CVE-2024-45410 is an authentication bypass flaw in Traefik that allows attackers to manipulate HTTP headers via Connection header exploitation. This post covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-45410 Overview

CVE-2024-45410 is a high-severity vulnerability affecting Traefik, a popular Golang-based Cloud Native Application Proxy. The vulnerability allows attackers to manipulate or remove security-critical HTTP headers that Traefik adds to requests before forwarding them to backend applications. Headers such as X-Forwarded-Host and X-Forwarded-Port can be tampered with by exploiting HTTP/1.1 hop-by-hop header behavior, potentially leading to serious security implications for applications that trust these headers.

Critical Impact

Attackers can bypass security controls by manipulating trusted proxy headers, potentially enabling IP spoofing, authentication bypass, or access control circumvention in backend applications.

Affected Products

  • Traefik versions prior to 2.11.9
  • Traefik versions 3.x prior to 3.1.3
  • Applications relying on X-Forwarded-* headers from Traefik proxy

Discovery Timeline

  • 2024-09-19 - CVE-2024-45410 published to NVD
  • 2024-09-25 - Last updated in NVD database

Technical Details for CVE-2024-45410

Vulnerability Analysis

This vulnerability stems from insufficient verification of data authenticity (CWE-345) in how Traefik processes HTTP/1.1 Connection headers. When Traefik receives an HTTP request, it adds several security-critical headers before routing the request to backend applications. These headers include X-Forwarded-Host, X-Forwarded-Port, X-Forwarded-For, and similar proxy-related headers that applications commonly use for client identification, logging, and access control decisions.

The fundamental issue lies in HTTP/1.1's specification allowing clients to define arbitrary headers as hop-by-hop via the Connection header. When a header is marked as hop-by-hop, proxies are supposed to remove it before forwarding the request. Traefik's implementation allowed attackers to abuse this mechanism by including Traefik's custom headers in the Connection header, causing Traefik to remove or allow manipulation of these security-critical headers.

Root Cause

The root cause is Traefik's failure to protect its internally-added headers from being designated as hop-by-hop headers by malicious clients. In HTTP/1.1, the Connection header can specify additional header names that should be treated as hop-by-hop, meaning they should not be forwarded to downstream servers. Traefik did not sanitize or restrict which headers could be specified in the Connection header, allowing attackers to effectively strip or modify headers that Traefik adds for security purposes.

Attack Vector

The attack is executed over the network without requiring any authentication or user interaction. An attacker crafts a malicious HTTP/1.1 request that includes the target Traefik-added headers (such as X-Forwarded-Host or X-Forwarded-Port) in the Connection header field. When Traefik processes this request, it honors the hop-by-hop designation and either removes or fails to properly set these headers before forwarding the request to the backend application.

The attack exploits the trust relationship between the backend application and Traefik. Since applications typically trust headers added by their reverse proxy, an attacker who can manipulate these headers may be able to spoof their origin IP address, manipulate routing decisions, bypass IP-based access controls, or exploit other application logic that relies on these header values.

Detection Methods for CVE-2024-45410

Indicators of Compromise

  • HTTP requests containing X-Forwarded-Host, X-Forwarded-Port, or similar headers within the Connection header field
  • Unusual or missing X-Forwarded-* headers in backend application logs despite traffic flowing through Traefik
  • Discrepancies between Traefik access logs and backend application logs regarding client information
  • Evidence of access control bypass attempts correlating with header manipulation

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing proxy headers in the Connection header
  • Configure backend applications to log and alert on missing or unexpected values in X-Forwarded-* headers
  • Deploy network intrusion detection systems (IDS) with signatures for hop-by-hop header abuse patterns
  • Audit Traefik version deployments across your infrastructure to identify vulnerable instances

Monitoring Recommendations

  • Enable verbose access logging in Traefik to capture full request headers including the Connection header
  • Implement log correlation between Traefik and backend applications to detect header manipulation attempts
  • Monitor for unusual patterns in application authentication or authorization failures that may indicate header spoofing
  • Set up alerting for requests where Connection header contains known proxy-related header names

How to Mitigate CVE-2024-45410

Immediate Actions Required

  • Upgrade Traefik 2.x installations to version 2.11.9 or later immediately
  • Upgrade Traefik 3.x installations to version 3.1.3 or later immediately
  • Audit backend applications for reliance on X-Forwarded-* headers and implement additional validation where possible
  • Review access logs for evidence of exploitation attempts prior to patching

Patch Information

Traefik has released security patches addressing this vulnerability in versions 2.11.9 and 3.1.3. The fix ensures that Traefik-added security headers cannot be manipulated or removed via the HTTP/1.1 Connection header mechanism. Users should upgrade to these patched versions as soon as possible.

For version 2.x users: Upgrade to Traefik v2.11.9

For version 3.x users: Upgrade to Traefik v3.1.3

For complete details on this vulnerability, refer to the GitHub Security Advisory GHSA-62c8-mh53-4cqv.

Workarounds

  • No official workarounds are available for this vulnerability; upgrading is the only recommended remediation
  • As a defense-in-depth measure, configure upstream load balancers or WAFs to strip or sanitize Connection headers containing known proxy header names
  • Implement application-level validation of X-Forwarded-* headers where possible, though this does not fully mitigate the vulnerability
  • Consider temporary network segmentation to limit exposure of vulnerable Traefik instances while patching is performed
bash
# Upgrade Traefik using Docker (example for v2.11.9)
docker pull traefik:v2.11.9
docker stop traefik
docker rm traefik
docker run -d --name traefik traefik:v2.11.9

# Verify version after upgrade
docker exec traefik traefik version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTraefik

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability13.95%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Release v2.11.9

  • GitHub Release v3.1.3
  • Vendor Resources
  • GitHub Security Advisory GHSA-62c8-mh53-4cqv
  • Related CVEs
  • CVE-2026-33433: Traefik Auth Bypass Vulnerability

  • CVE-2026-32695: Traefik Auth Bypass Vulnerability

  • CVE-2026-32305: Traefik mTLS Bypass Vulnerability

  • CVE-2026-32595: Traefik Authentication 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