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 Authorization Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/openfga/openfga/server/commands
to version 0.3.1 or higher.
Affected versions of this package are vulnerable to Authorization Bypass due to insufficient checks in the readUserTuple
function.
Users are affected by this vulnerability if all of the following applies:
User is using OpenFGA v0.3.0
User created a model using modeling language v1.1 that applies a type restriction to an object e.g. define viewer: [user]
User created tuples based on the aforementioned model, e.g. document:1#viewer@user:jon
User updated the previous model by adding a new type and replacing the previous restriction with the newly added type e.g. define viewer: [employee]
User uses the tuples created against the first model (step 3) and issue checks against the updated model e.g. user=user:jon, relation=viewer, object:document:1