Description
Spring Cloud Config Server native environment repository allows exposure of configuration files outside of the configured repository path.
Spring Cloud Config 5.0.0 - 5.0.4
Spring Cloud Config 4.3.0 - 4.3.4
Spring Cloud Config 4.0.0 - 4.2.8
Spring Cloud Config 3.1.14 and earlier
Published: 2026-08-27
Score: 4.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring Cloud Config Server exposes static configuration files from directories that lie outside the intended repository path. The flaw allows an attacker to retrieve arbitrary configuration files from the server’s file system, potentially revealing sensitive data such as credentials, connection strings, or internal infrastructure details. The vulnerability is rooted in inadequate path validation; however, the claim of inadequate path validation is inferred from the ability to read files outside the repository and is not explicitly stated in the source data.

Affected Systems

The weakness affects Spring Cloud Config Server versions 5.0.0 through 5.0.4, 4.3.0 through 4.3.4, 4.0.0 through 4.2.8, as well as any instance running 3.1.14 or older. These versions run on the Spring framework and are commonly deployed in micro‑service environments where configuration files are served over HTTP.

Risk and Exploitability

With a CVSS score of 4.9, the vulnerability presents a moderate risk. The EPSS score is not available, and the issue is not listed in CISA's KEV catalog, implying no known widespread exploitation as of now. The likely attack vector is constructing an HTTP request that includes a path outside the configured repository path, but this exact mechanism is not detailed in the provided description; this inference comes from the stated behavior. Once accessed, the server may return sensitive configuration data. The attack does not require credentials or elevated privileges, making it feasible in an unprotected environment.

Generated by OpenCVE AI on August 27, 2026 at 08:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Spring Cloud Config Server release that removes the path validation flaw
  • Ensure the application is restarted after applying the patch
  • Limit external network exposure of the Config Server and enable authentication or network‑level access controls to prevent unauthorized access

Generated by OpenCVE AI on August 27, 2026 at 08:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 27 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-200

Thu, 27 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Cloud Config
Vendors & Products Spring
Spring spring Cloud Config

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description Spring Cloud Config Server native environment repository allows exposure of configuration files outside of the configured repository path. Spring Cloud Config 5.0.0 - 5.0.4 Spring Cloud Config 4.3.0 - 4.3.4 Spring Cloud Config 4.0.0 - 4.2.8 Spring Cloud Config 3.1.14 and earlier
Title Spring Cloud Config Server Native Environment Repository Exposure
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Spring Spring Cloud Config
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T05:21:41.754Z

Reserved: 2026-05-20T10:01:00.478Z

Link: CVE-2026-47894

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T06:17:20.930

Modified: 2026-08-27T06:17:20.930

Link: CVE-2026-47894

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T08:15:05Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor