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 @angular/platform-server to version 20.3.30, 21.2.22, 22.1.4 or higher.
@angular/platform-server is an Angular - library for using Angular in Node.js
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the URL resolution process. An attacker can cause requests to be sent to an attacker-controlled origin and exfiltrate sensitive server-side credentials by submitting URLs containing leading Unicode whitespace characters that bypass application-level same-origin checks but are interpreted differently by the server-side URL resolution utility.
This vulnerability can be mitigated by validating and sanitizing input URLs to disallow leading Unicode whitespace characters before performing origin checks or passing them to the HTTP client, and by avoiding sole reliance on origin checks that may be affected by whitespace normalization discrepancies.