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 github.com/openfga/openfga/pkg/server/commands/listusers to version 1.18.1 or higher.
Affected versions of this package are vulnerable to Incorrect Authorization in the ListUsers. An attacker can gain unauthorized access to information by exploiting an intersection of relations where a user excluded by a but not clause is also granted access through another operand.
Note: This is only exploitable if the authorization model contains a relation defined as an intersection (and) with at least one operand being an exclusion of the form base but not excluded, the base side of that exclusion is granted through a type-bound public wildcard, a user excluded by the but not clause is also granted via a concrete tuple through another operand of the intersection, and the application uses ListUsers to enumerate or enforce access.