Description
The base directory (spring.cloud.config.server.svn.basedir) used by the Spring Cloud Config Server to clone SVN repositories to is susceptible to time-of-check-time-of-use (TOCTOU) attacks.
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-26
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a time‑of‑check, time‑of‑use race condition in the Spring Cloud Config Server’s handling of the configuration file used to clone SVN repositories. In the race, an attacker could influence the directory used by the server between the check that the path is safe and the use that performs the clone or subsequent operations, allowing unauthorized code or configuration changes. The weakness is classified as a race condition and is reflected in the CVSS score of 7.2.

Affected Systems

Spring Cloud Config versions 5.0.0 through 5.0.4, 4.3.0 through 4.3.4, 4.0.0 through 4.2.8, and 3.1.14 and earlier are affected. The issue manifests when the server uses SVN to clone repositories, so any installation of these versions that exposes this feature is vulnerable until patched.

Risk and Exploitability

The CVSS score of 7.2 denotes moderate to high severity; the EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation would likely require an attacker who can influence the system’s file system between the directory check and the clone operation—such as by writing to the base directory or by manipulating the repository content. The risk is greatest for deployments that trust all SVN sources or expose the configuration server to unauthenticated clients; patching is strongly recommended.

Generated by OpenCVE AI on August 26, 2026 at 20:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Cloud Config to the latest released version (5.0.5 or later, or 4.3.5+, 4.2.9+, or 3.1.15+).
  • If an immediate upgrade is not possible, restrict write access to the base directory used for SVN clones so that only trusted processes can modify it, and consider mounting it read‑only after cloning.
  • Disable or remove SVN support if it is not required to eliminate the race condition.

Generated by OpenCVE AI on August 26, 2026 at 20:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 26 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367

Wed, 26 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 20:15:00 +0000

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

Wed, 26 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description The base directory (spring.cloud.config.server.svn.basedir) used by the Spring Cloud Config Server to clone SVN repositories to is susceptible to time-of-check-time-of-use (TOCTOU) attacks. 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 Susceptible To TOCTOU Attack When Using SVN
References
Metrics cvssV3_1

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


Subscriptions

Spring Spring Cloud Config
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-26T18:51:07.384Z

Reserved: 2026-05-20T10:00:51.003Z

Link: CVE-2026-47836

cve-icon Vulnrichment

Updated: 2026-08-26T18:50:58.515Z

cve-icon NVD

Status : Received

Published: 2026-08-26T18:16:33.050

Modified: 2026-08-26T20:17:24.487

Link: CVE-2026-47836

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T20:30:11Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition