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-2020-5410

CVE-2020-5410: Spring Cloud Config Path Traversal Flaw

CVE-2020-5410 is a path traversal vulnerability in VMware Spring Cloud Config that allows attackers to access arbitrary configuration files via crafted URLs. This article covers technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2020-5410 Overview

Spring Cloud Config, a critical component in distributed configuration management for cloud-native applications, is affected by a directory traversal vulnerability that allows attackers to access arbitrary configuration files through the spring-cloud-config-server module. A malicious user can send a request using a specially crafted URL that can lead to a directory traversal attack, potentially exposing sensitive configuration data including database credentials, API keys, and other secrets stored on the server.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Attackers can read arbitrary files from the configuration server, potentially compromising sensitive credentials and application secrets.

Affected Products

  • VMware Spring Cloud Config versions 2.2.x prior to 2.2.3
  • VMware Spring Cloud Config versions 2.1.x prior to 2.1.9
  • Older unsupported versions of VMware Spring Cloud Config

Discovery Timeline

  • 2020-06-02 - CVE-2020-5410 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2020-5410

Vulnerability Analysis

This directory traversal vulnerability (CWE-22, CWE-23) exists in the spring-cloud-config-server module, which is responsible for serving configuration files to client applications in a Spring Cloud environment. The vulnerability stems from insufficient validation of user-supplied input in URL path parameters, allowing attackers to break out of the intended directory structure and access files outside the configuration repository.

The spring-cloud-config-server acts as a centralized configuration service that typically stores sensitive application properties including database connection strings, encryption keys, OAuth credentials, and service account tokens. When exploited, this vulnerability grants unauthenticated remote attackers read access to arbitrary files accessible by the server process, creating significant data exposure risks.

Root Cause

The root cause of this vulnerability is improper input validation in the URL path handling logic within the spring-cloud-config-server module. The server fails to properly sanitize path traversal sequences (such as ../ or encoded variants) in incoming requests, allowing attackers to navigate outside the designated configuration directories. This represents a classic path traversal weakness where user-controlled input is used to construct file paths without adequate validation or canonicalization.

Attack Vector

The attack is conducted remotely over the network without requiring authentication or user interaction. An attacker can craft malicious HTTP requests containing directory traversal sequences to access files outside the intended configuration directory. The attack targets the configuration server endpoint and can be executed by any network-accessible client.

By manipulating the URL path with traversal sequences like ../ or URL-encoded equivalents such as %2e%2e%2f, an attacker can traverse parent directories and read sensitive files from the server's filesystem. This could include accessing /etc/passwd, application configuration files, private keys, or any other files readable by the Spring Cloud Config server process. See the VMware Security Advisory for detailed technical information on exploitation patterns.

Detection Methods for CVE-2020-5410

Indicators of Compromise

  • HTTP requests to Spring Cloud Config server endpoints containing ../ or URL-encoded path traversal sequences (%2e%2e%2f, %252e%252e%252f)
  • Unusual access patterns to configuration endpoints with long or malformed URL paths
  • Server logs showing requests for files outside the configuration repository root
  • Unexpected file read operations from the spring-cloud-config-server process

Detection Strategies

  • Monitor HTTP access logs for path traversal patterns in requests to /config/ or configuration server endpoints
  • Implement web application firewall (WAF) rules to block requests containing directory traversal sequences
  • Deploy network intrusion detection signatures for CVE-2020-5410 exploitation attempts
  • Review application logs for configuration file access outside expected directories

Monitoring Recommendations

  • Enable verbose logging on Spring Cloud Config server instances to capture all configuration requests
  • Configure SIEM alerts for path traversal patterns in web server access logs
  • Monitor file system access patterns from Java/Spring processes for anomalous file reads
  • Track network connections to configuration server ports (typically 8888) for suspicious activity

How to Mitigate CVE-2020-5410

Immediate Actions Required

  • Upgrade Spring Cloud Config to version 2.2.3 or later for the 2.2.x branch
  • Upgrade Spring Cloud Config to version 2.1.9 or later for the 2.1.x branch
  • If immediate patching is not possible, restrict network access to the Spring Cloud Config server to trusted clients only
  • Review server logs for evidence of exploitation attempts

Patch Information

VMware has released patches addressing this vulnerability. Organizations should upgrade to Spring Cloud Config version 2.2.3 or later for the 2.2.x release train, or version 2.1.9 or later for the 2.1.x release train. Detailed patch information is available in the VMware Security Advisory. Given this vulnerability's inclusion in the CISA Known Exploited Vulnerabilities Catalog, patching should be treated as a high priority.

Workarounds

  • Place the Spring Cloud Config server behind a reverse proxy or WAF that filters path traversal attempts
  • Restrict network access to the configuration server using firewall rules, allowing only trusted application servers
  • Implement authentication and authorization on the configuration server if not already in place
  • Run the Spring Cloud Config server with minimal filesystem permissions to limit the impact of potential exploitation
bash
# Example: Restrict access to Spring Cloud Config server using iptables
# Allow only specific application servers to access config server on port 8888
iptables -A INPUT -p tcp --dport 8888 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8888 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechVmware Spring Cloud Config

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability94.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-23

  • CWE-22
  • Technical References
  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • VMware Security Advisory
  • Related CVEs
  • CVE-2023-20859: Spring Vault Info Disclosure 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