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 Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade flarum/core
to version 1.6.3 or higher.
flarum/core is a simple discussion platform for your website.
Affected versions of this package are vulnerable to Missing Authorization when the first post of a discussion is permanently deleted, the first_post_id
attribute of the discussion becomes null, which causes access control to be skipped for all new replies. Exploiting this vulnerability allows any actor who can view the discussion to create a new reply via the REST API, no matter the reply permission or lock status.
If you don't delete the first posts you are not affected. A workaround can be to delete the discussion itself, or amend the database to manually set a first_post_id
.