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/service-worker to version 19.2.23, 20.3.22, 21.2.15, 22.0.0-next.4 or higher.
@angular/service-worker is an Angular - service worker tooling!
Affected versions of this package are vulnerable to Use of Cache Containing Sensitive Information in the request reconstruction. An attacker can access sensitive session-restricted data or expose credentials by exploiting automatic redirect handling when a service worker intercepts requests and strips strict redirect policies.
Note: This is only exploitable if the application uses an active Angular Service Worker, has asset group patterns matching dynamic endpoints, the server issues HTTP 3xx redirects from public to private routes, the user has an active authenticated session, and the client initiates fetch requests with strict redirect parameters.
This vulnerability can be mitigated by refactoring server routes to avoid public-to-private dynamic redirection, applying strict cookie flags, and excluding secure endpoints from service worker asset groups in the configuration.