CVE-2026-40981: When using Google Secrets Manager as a backend for the Spring Cloud Config server a client can craft a requ...
When using Google Secrets Manager as a backend for the Spring Cloud Config server a client can craft a request to the config server potentially exposing secrets from unintended GCP projects.
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.
Security readout for executives and security teams
Plain-English summary
Spring Cloud Config servers using Google Secret Manager can be tricked into returning secrets from unintended Google Cloud projects. This is a confidentiality-only issue, but it can expose high-value credentials without authentication, depending on deployment.
Executive priority
Prioritize remediation for internet-accessible or broadly reachable config servers because exposed secrets can enable downstream compromise. This is high urgency where Google Cloud secrets include production credentials, tokens, or service-account material.
Technical view
CVE-2026-40981 affects Spring Cloud Config when Google Secrets Manager is configured as a backend. A crafted client request may bypass intended project boundaries and expose secrets from unintended GCP projects. CVSS 3.1 is 7.5, network-accessible, low complexity, no privileges or user interaction, confidentiality high.
Likely exposure
Exposure is likely limited to organizations running Spring Cloud Config with the Google Secret Manager backend. Affected branches are 3.1.x, 4.1.x, 4.2.x, 4.3.x, and 5.0.x within the listed vulnerable ranges.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The attack surface is any reachable vulnerable config server that accepts client requests and can access Google Secret Manager projects.
Researcher notes
Relevant weaknesses are CWE-1220 and CWE-639, indicating improper resource identity handling or authorization boundary issues. Available evidence identifies affected and fixed versions, but the bundle does not include proof-of-concept details or confirmed exploitation.
Mitigation direction
Inventory Spring Cloud Config servers using the Google Secret Manager backend.
Upgrade 4.3.x to 4.3.3 or later, and 5.0.x to 5.0.3 or later.
For 3.1.x, 4.1.x, and 4.2.x, use the listed enterprise-support-only fixed releases.
Check Spring vendor guidance before relying on compensating controls.
Review exposed secrets and rotate credentials if unintended disclosure is suspected.
Validation and detection
Confirm whether Spring Cloud Config is deployed in the environment.
Check whether Google Secret Manager is configured as a backend.
Compare deployed versions against the affected version ranges.
Verify upgraded deployments report the fixed Spring Cloud Config version.
Review config-server access logs for unusual project or application-name requests.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1220: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1220 · source CWE mapping
Insufficient Granularity of Access Control
Insufficient Granularity of Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.