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 Improper Authorization vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
org.keycloak:keycloak-authz-policy-common is a KeyCloak AuthZ: Common Policy Providers
Affected versions of this package are vulnerable to Improper Authorization via the group policy provider in GroupPolicyProvider.java. An attacker can gain unauthorized access to protected resources by using a token or identity that carries only a group name, then matching a same-named group on a different path that the policy should not allow. The vulnerable evaluation logic accepts exact name matches when a claim does not encode the full group path, so a user in an unrelated homonymous group can satisfy a group-based policy intended for another group. This breaks fine-grained access control for resources protected by group policies in realms that contain duplicate group names under different branches.