S4E just found a high ssl heart bleed
high·Product Based Web Vulnerabilities·Updated Mar 30, 2026

CVE-2026-22739 Scanner

CVE-2026-22739 Scanner - Path Traversal vulnerability in Spring Cloud Config Server

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
2.5k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-22739
8.6
CVSShigh
Exploitable remotely over the internet · no authentication required.

Vulnerability in Spring Cloud when substituting the profile parameter from a request made to the Spring Cloud Config Server configured to the native file system as a backend, because it was possible to access files outside of the configured search directories.This issue affects Spring Cloud: from 3.1.X before 3.1.13, from 4.1.X before 4.1.9, from 4.2.X before 4.2.3, from 4.3.X before 4.3.2, from 5.0.X before 5.0.2.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
Spring Cloudby Spring
AFFECTED< 3.1.13SAFE ✓≥ 3.1.13
Updated Aug 22, 2026View on NVD →
Detail

Spring Cloud Config Server is a configuration management tool commonly used in enterprise environments to manage external configurations for distributed systems and microservices. It allows developers to centralize their application's configuration and provide it via a REST API. Config Server is often utilized by organizations using the Spring ecosystem to ensure consistent configuration management across environments. Its integration with native file system backends permits users to leverage existing file structures. This software is pivotal for enterprise applications aiming for scalable and adaptable microservice configurations. Utilized by developers and IT professionals, it ensures consistent configuration throughout development, staging, and production phases.

The path traversal vulnerability detected in Spring Cloud Config Server allows attackers to access files outside of configured directories. This vulnerability is caused by improper substitution of the profile parameter in the Config Server when a native file system backend is used. Such a flaw can lead to unauthorized file access, potentially exposing sensitive information stored outside intended confines. The flaw affects specific server versions if they are left unpatched, making it a security risk in robust enterprise environments. Exploitation requires crafting a specific request that can navigate through directory hierarchies without proper authorization. This vulnerability highlights the need for rigorous parameter validation in file access mechanisms.

Technical details reveal that the vulnerability can be exploited using GET requests with directory traversal sequences. For example, sending requests to paths like '{{BaseURL}}/application/..%2F..%2F..%2F..%2F..%2Fetc' allows attackers to reach directories outside of what the server is configured to access. The paths contain encoded slashes, enabling the traversal attack by tricking the server into bypassing file access restrictions. Matchers use regex patterns to identify successful exploitation, such as detecting the root directory in the response body. Successful exploitation results in HTTP status of 200 and 'application/json' responses headers, indicating potentially sensitive information exposure. These technical aspects underscore the risk of inadequate input validation mechanisms within systems.

The exploit might lead to unauthorized access to configuration and system files, potentially exposing sensitive application and user data. Such exposure can facilitate further attacks, including the compromise of application integrity or confidentiality. Vulnerable systems might also encounter unauthorized modifications that impact functionality or security. Additionally, if attackers can access sensitive credentials or configurations, they might amplify their system access, exacerbating the threat landscape. Properly exploited, this flaw grants adverse control over crucial application segments, potentially leading to data breaches and service disruptions.

REFERENCES

Solution Advice
  • Upgrade Spring Cloud Config Server to versions 3.1.13, 4.1.9, 4.2.3, 4.3.2, or 5.0.2 or later to patch the vulnerability.
  • Implement strict input validation to prevent directory traversal attacks.
  • Consider employing intrusion detection systems to monitor suspicious directory access requests.
  • Regularly audit and monitor system logs for unexpected access patterns.
  • Adopt a robust patch management strategy to ensure timely updates.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-22739 Scanner - Path Traversal vulnerability in Spring Cloud Config Server S4E