CVE-2026-41002
Undergoing Analysis
Undergoing Analysis - In Progress
Time-of-Check-Time-of-Use in Spring Cloud Config Server
Publication date: 2026-05-07
Last updated on: 2026-05-07
Assigner: VMware
Description
Description
The base directory (`spring.cloud.config.server.git.basedir`) used by the Spring Cloud Config Server to clone Git repositories to is susceptible to time-of-check-time-of-use (TOCTOU) attacks.
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_cloud_config | From 3.1.0 (inc) to 3.1.13 (inc) |
| vmware | spring_cloud_config | From 4.1.0 (inc) to 4.1.9 (inc) |
| vmware | spring_cloud_config | From 4.2.0 (inc) to 4.2.6 (inc) |
| vmware | spring_cloud_config | From 4.3.0 (inc) to 4.3.2 (inc) |
| vmware | spring_cloud_config | From 5.0.0 (inc) to 5.0.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-367 | The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. |