The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade @backstage/backend-defaults to version 0.12.2, 0.13.2, 0.14.1 or higher.
@backstage/backend-defaults is a Backend defaults used by Backstage backend apps
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the FetchUrlReader component that automatically follows HTTP redirects. An attacker can access internal or sensitive resources by controlling a host listed in backend.reading.allow and issuing HTTP redirects to URLs that are not on the allowlist, thereby bypassing security controls.
This vulnerability can be mitigated by restricting backend.reading.allow to only trusted hosts that you control and that do not issue redirects, ensuring allowed hosts do not have open redirect vulnerabilities, and using network-level controls to block access from Backstage to sensitive internal endpoints.