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-2025-54386

CVE-2025-54386: Traefik Path Traversal Vulnerability

CVE-2025-54386 is a path traversal flaw in Traefik's WASM plugin installation that allows attackers to overwrite arbitrary files and achieve remote code execution. This article covers technical details, affected versions, and fixes.

Published: April 1, 2026

CVE-2025-54386 Overview

CVE-2025-54386 is a path traversal vulnerability discovered in Traefik's WASM plugin installation mechanism. Traefik is a widely-used HTTP reverse proxy and load balancer commonly deployed in containerized and microservices environments. The vulnerability exists in versions 2.11.27 and below, 3.0.0 through 3.4.4, and 3.5.0-rc1. By supplying a maliciously crafted ZIP archive containing file paths with ../ sequences, an attacker can overwrite arbitrary files on the system outside of the intended plugin directory. This "Zip Slip" style attack can lead to remote code execution (RCE), privilege escalation, persistence, or denial of service.

Critical Impact

Successful exploitation allows attackers to overwrite arbitrary files on the system through malicious plugin archives, potentially leading to remote code execution, privilege escalation, or complete system compromise.

Affected Products

  • Traefik versions 2.11.27 and below
  • Traefik versions 3.0.0 through 3.4.4
  • Traefik versions 3.5.0-rc1 and 3.5.0-rc2

Discovery Timeline

  • 2025-08-02 - CVE-2025-54386 published to NVD
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2025-54386

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists within Traefik's plugin service when handling ZIP archive extraction for WASM plugin installation. The vulnerability is classified as a "Zip Slip" attack, where specially crafted ZIP archives can escape the intended extraction directory.

When Traefik extracts plugin archives, it fails to properly sanitize file paths contained within the ZIP file. An attacker can craft a malicious archive where filenames include path traversal sequences such as ../../../etc/cron.d/malicious or ../../../root/.ssh/authorized_keys. Upon extraction, these files are written outside the plugin directory to arbitrary locations on the filesystem.

The network-based attack vector requires certain privileges and user interaction, but the potential impact is severe across confidentiality, integrity, and availability. Successful exploitation could allow an attacker to overwrite system binaries, configuration files, or inject malicious code that executes with Traefik's privileges.

Root Cause

The root cause is insufficient input validation during ZIP archive extraction in the plugin client code (pkg/plugins/client.go). The extraction routine did not properly validate or sanitize file paths extracted from ZIP entries before writing them to disk. This allowed relative path components (../) to be preserved, enabling directory escape during file creation.

The fix implements proper path validation in the unzipArchive function to ensure extracted files remain within the intended plugin directory boundary.

Attack Vector

The attack is network-based and requires an attacker to supply a malicious WASM plugin archive through Traefik's plugin installation mechanism. The attack flow involves:

  1. Attacker creates a malicious ZIP archive containing files with traversal paths (e.g., ../../../../tmp/exploit.sh)
  2. The archive is submitted through the plugin installation workflow
  3. Traefik's plugin client extracts the archive without proper path sanitization
  4. Files are written to arbitrary locations outside the plugin directory
  5. Attacker achieves code execution, privilege escalation, or denial of service depending on which files are overwritten
go
 	return nil
 }

+	// Unzip as a generic archive if the module unzip fails.
+	// This is useful for plugins that have vendor directories or other structures.
 return c.unzipArchive(pName, pVersion)
}

Source: GitHub Commit 5ef853a

Detection Methods for CVE-2025-54386

Indicators of Compromise

  • Unusual file modifications in system directories (/etc/, /usr/, /root/) coinciding with plugin installation activity
  • Plugin installation logs showing suspicious archive names or unexpected extraction paths
  • Files created outside Traefik's plugin directory that appear during or after plugin operations
  • Unexpected cron jobs, SSH keys, or system configuration changes following Traefik plugin activity

Detection Strategies

  • Monitor Traefik plugin installation logs for suspicious activity or errors during extraction
  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications
  • Audit all plugin archives before installation using archive inspection tools to identify traversal sequences
  • Deploy behavioral analysis to detect Traefik processes writing to unexpected filesystem locations

Monitoring Recommendations

  • Enable verbose logging for Traefik plugin operations and forward logs to SIEM solutions
  • Set up alerts for file system modifications in sensitive directories during plugin installation windows
  • Monitor for processes spawned by Traefik that execute from non-standard locations
  • Implement network monitoring to detect unusual outbound connections following plugin installations

How to Mitigate CVE-2025-54386

Immediate Actions Required

  • Upgrade Traefik immediately to patched versions: 2.11.28, 3.4.5, or 3.5.0
  • Review recently installed plugins and verify the integrity of plugin archives
  • Audit the filesystem for any unexpected files that may have been written during plugin installations
  • Restrict plugin installation permissions to trusted administrators only

Patch Information

Traefik has released security patches addressing this vulnerability. The fix is available in versions 2.11.28, 3.4.5, and 3.5.0. Organizations should upgrade to these versions immediately. Detailed patch information is available in the GitHub Security Advisory GHSA-q6gg-9f92-r9wg and the GitHub Release v2.11.28.

The security fix was implemented through GitHub Pull Request #11911 and related plugin service changes in GitHub Pull Request #71 and GitHub Pull Request #72.

Workarounds

  • Disable WASM plugin installation capabilities until patches can be applied
  • Implement network-level controls to restrict access to plugin installation endpoints
  • Use container security policies to restrict Traefik's filesystem write permissions
  • Manually validate all plugin ZIP archives for path traversal sequences before installation
bash
# Example: Check ZIP archive for path traversal sequences before installation
unzip -l plugin.zip | grep -E '\.\./|\.\.\\' && echo "WARNING: Potential path traversal detected"

# Restrict Traefik plugin directory permissions
chmod 750 /etc/traefik/plugins
chown traefik:traefik /etc/traefik/plugins

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTraefik

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.91%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X/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
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release v2.11.28
  • Vendor Resources
  • GitHub Pull Request #71

  • GitHub Pull Request #72

  • GitHub Commit 5ef853a

  • GitHub Pull Request #11911

  • GitHub Security Advisory GHSA-q6gg-9f92-r9wg
  • Related CVEs
  • CVE-2025-32431: Traefik Path Traversal Vulnerability

  • CVE-2025-47952: Traefik Path Traversal Vulnerability

  • CVE-2026-33433: Traefik Auth Bypass Vulnerability

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