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 Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade ash
to version 3.5.39 or higher.
ash is an A declarative, extensible framework for building Elixir applications.
Affected versions of this package are vulnerable to Incorrect Authorization when running a bulk of action calls with a before_transaction
hook and no after_transaction
hook. A malicious user could cause a before_transaction
to run even though they are not authorized to perform the whole action. The before_action
could run a sensitive/expensive operation.
If for whatever reason you cannot update, you can add logic to those before_transaction
hooks to prevent them from doing their logic before they should.