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 applicationsA fix was pushed into the master branch but not yet published.
org.keycloak:keycloak-services is an open source identity and access management solution for modern applications and services.
Affected versions of this package are vulnerable to Incorrect Authorization due to claim handling in the UMA claim-token evaluation path. An attacker can access protected resources outside the allowed time window by supplying a forged kc.time.date_time value in a claim_token or UMA permission request, causing policy evaluation to use the attacker-controlled time instead of the server clock. The issue lives in the authorization services code that builds the DefaultEvaluationContext and merges request claims into evaluation attributes. Because user-supplied claims with the kc. prefix are accepted into that context, time-based policies can be bypassed and Resource Permission Tokens can be issued when access should have been denied.