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 Improper Authentication vulnerabilities in an interactive lesson.
Start learningUpgrade Flask-AppBuilder
to version 4.8.1 or higher.
Flask-AppBuilder is a simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.
Affected versions of this package are vulnerable to Improper Authentication via the reset my password
endpoint when configured with non-database authentication methods. An attacker can regain access to a disabled account and generate JWT tokens by exploiting the accessible password reset functionality.
This vulnerability can be mitigated by manually disabling password reset routes in the application configuration, implementing additional access controls at the web server or proxy level to block access to the reset my password URL, or monitoring for suspicious password reset attempts from disabled accounts.