Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from Vendor (vmware).
CVSS VectorVendor: vmware
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Lifecycle Timeline
3Blast Radius
ecosystem impact- 6 maven packages depend on org.springframework.cloud:spring-cloud-config-server (5 direct, 1 indirect)
Ecosystem-wide dependent count for version 4.1.0.
DescriptionCVE.org
Spring Cloud Config allows applications to serve arbitrary text and binary files through the spring-cloud-config-server module. A malicious user, or attacker, can send a request using a specially crafted URL that can lead to a directory traversal attack. Spring Cloud Config 3.1.x: affected from 3.1.0 through 3.1.13 (inclusive); upgrade to 3.1.14 or greater (Enterprise Support Only). Spring Cloud Config 4.1.x: affected from 4.1.0 through 4.1.9 (inclusive); upgrade to 4.1.10 or greater (Enterprise Support Only). Spring Cloud Config 4.2.x: affected from 4.2.0 through 4.2.6 (inclusive); upgrade to 4.2.7 or greater (Enterprise Support Only). Spring Cloud Config 4.3.x: affected from 4.3.0 through 4.3.2 (inclusive); upgrade to 4.3.3 or greater. Spring Cloud Config 5.0.x: affected from 5.0.0 through 5.0.2 (inclusive); upgrade to 5.0.3 or greater.
AnalysisAI
Directory traversal in Spring Cloud Config server module allows remote unauthenticated attackers to read arbitrary files from the file system using specially crafted URLs. Affects Spring Cloud Config versions 3.1.0-3.1.13, 4.1.0-4.1.9, 4.2.0-4.2.6, 4.3.0-4.3.2, and 5.0.0-5.0.2, with patches available across all branches. The vulnerability achieves CVSS 9.1 (Critical) due to remote exploitation without authentication (AV:N/AC:L/PR:N/UI:N) and high confidentiality/integrity impact, though EPSS and KEV data are not available to confirm active exploitation status. VMware/Spring has released fixes for all affected versions.
Technical ContextAI
Spring Cloud Config is a centralized configuration management service for distributed systems, commonly used in Spring Boot microservices architectures. The spring-cloud-config-server module serves configuration files (text and binary) to client applications. This vulnerability is a classic path traversal (CWE-22) flaw where insufficient validation of user-supplied input in URL paths allows attackers to navigate outside intended directory boundaries using sequences like '../' or encoded equivalents. The CPE identifier (cpe:2.3:a:spring:spring_cloud_config) confirms this is specific to the Spring Cloud Config library itself, not the broader Spring Framework. Path traversal in configuration servers is particularly severe because these systems often have access to sensitive application properties, credentials, database connection strings, and API keys stored in configuration files across the file system.
RemediationAI
Upgrade to patched versions immediately: Spring Cloud Config 3.1.14+ (Enterprise Support only), 4.1.10+ (Enterprise Support only), 4.2.7+ (Enterprise Support only), 4.3.3+, or 5.0.3+. Vendor advisory with exact fix versions available at https://spring.io/security/cve-2026-40982. For organizations unable to patch immediately, implement network-level compensating controls: restrict Spring Cloud Config server access to trusted IP ranges via firewall rules, place servers behind VPN or bastion hosts requiring authentication, or deploy Web Application Firewall (WAF) rules to block requests containing path traversal sequences (../, encoded variants like %2e%2e%2f, and absolute path references). Note that WAF-based filtering may cause false positives if legitimate configuration file names contain these patterns and requires ongoing maintenance. The most robust mitigation is upgrading to patched versions, as path traversal vulnerabilities are difficult to comprehensively block at network layer without breaking legitimate functionality.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-28246
GHSA-6g23-24mc-hx6x