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-rc.2 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 data or cached private resources by exploiting the stripping of explicit client-defined safety parameters, causing credentials to be sent when they should be omitted or private data to persist in cache.
Note: This is only exploitable if the application uses an active Angular Service Worker, the asset group pattern matches the targeted endpoint, the user has an active authenticated session, and the client initiates a fetch request with explicit safety parameters.
This vulnerability can be mitigated by applying strict flags to session cookies, excluding secure endpoints from service worker asset groups, and programmatically purging the browser's Cache Storage API entries registered by the Angular Service Worker upon user logout.