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 applicationsUpgrade @angular/platform-server
to version 18.2.14, 19.2.15, 20.3.0, 21.0.0-next.3 or higher.
@angular/platform-server is an Angular - library for using Angular in Node.js
Affected versions of this package are vulnerable to Race Condition between multiple concurrent requests in the global platform injector, when using the bootstrapApplication
, getPlatform
, or destroyPlatform
functions. This allows data (including sensitive data) to be leaked between requests and included in rendered content or response headers for the wrong request.
Note: The CLI is vulnerable even if an application is not explicitly using getPlatform
, and exposes this vulnerability if exposed to remote connections.
This vulnerability can be avoided by disabling SSR via Server Routes or builder options, removing all asynchronous behavior from custom bootstrap functions, removing uses of getPlatform()
in application code, and/or ensuring that the server build defines ngJitMode
as false
.