CVE-2026-32236 Details
Description
Backstage is an open framework for building developer portals. Prior to 0.27.1, a Server-Side Request Forgery (SSRF) vulnerability exists in @backstage/plugin-auth-backend when auth.experimentalClientIdMetadataDocuments.enabled is set to true. The CIMD metadata fetch validates the initial client_id hostname against private IP ranges but does not apply the same validation after HTTP redirects. The practical impact is limited. The attacker cannot read the response body from the internal request, cannot control request headers or method, and the feature must be explicitly enabled via an experimental flag that is off by default. Deployments that restrict allowedClientIdPatterns to specific trusted domains are not affected. Patched in @backstage/plugin-auth-backend version 0.27.1.
A Server-Side Request Forgery (SSRF) vulnerability has been identified in the Backstage authentication plugin backend, specifically in versions prior to 0.27.1. This vulnerability arises when the experimental Client ID Metadata Documents feature is enabled. The issue occurs because the metadata fetch process validates the initial client_id hostname against private IP ranges but fails to apply the same validation after HTTP redirects. As a result, an attacker could potentially redirect requests to internal hosts, bypassing the SSRF protections. However, the practical impact is limited, as the attacker cannot read the response body from the internal request, control request headers or methods, and the vulnerable feature must be explicitly enabled via an experimental flag that is off by default. Additionally, deployments that restrict allowedClientIdPatterns to specific trusted domains are not affected.
Users can update to Backstage version 0.27.1 or later, where this vulnerability has been patched. Alternatively, the experimental CIMD feature can be disabled by setting 'auth.experimentalClientIdMetadataDocuments.enabled' to false in the app configuration. For deployments that require the feature, restricting 'allowedClientIdPatterns' to trusted domains can also mitigate the risk.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 12, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linuxfoundation backstage | <= 0.27.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 15, 2026 | CVE Modified | [email protected] |
| Apr 13, 2026 | Initial Analysis | [email protected] |
| Mar 12, 2026 | New CVE Received | [email protected] |