CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-32236

High
Published: Translated: NVD NIST

Summary

W frameworku Backstage, przed wersją 0.27.1, występuje podatność typu Server-Side Request Forgery (SSRF) w @backstage/plugin-auth-backend, gdy włączona jest opcja auth.experimentalClientIdMetadataDocuments.enabled. Podatność ta polega na niewłaściwej walidacji hosta client_id po przekierowaniach HTTP.

Risk Assessment

Ryzyko dla organizacji jest ograniczone, ponieważ atakujący nie ma dostępu do treści odpowiedzi z wewnętrznego żądania i nie może kontrolować nagłówków ani metody żądania. Dodatkowo, funkcja ta musi być włączona za pomocą eksperymentalnego flagi, która domyślnie jest wyłączona.

Recommendation

Zaleca się aktualizację do wersji 0.27.1 @backstage/plugin-auth-backend, aby usunąć tę podatność. Organizacje powinny również ograniczyć allowedClientIdPatterns do zaufanych domen, aby zminimalizować ryzyko.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS