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 mantisbt/mantisbt to version 2.27.2 or higher.
mantisbt/mantisbt is a mantis bug tracker.
Affected versions of this package are vulnerable to Incorrect Comparison via the authentication_api.php process. An attacker can gain unauthorized access to user accounts by exploiting PHP type juggling in the authentication logic, allowing login with any password that produces a hash matching a specific pattern. This is only exploitable if the instance is configured to use the MD5 login method and the user's password hash matches the regex ^0+[Ee][0-9]+$.
This vulnerability can be mitigated by checking the database for accounts with vulnerable password hashes and changing those users' passwords.