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 activerecord
to version 6.0.6.1, 6.1.7.1, 7.0.4.1 or higher.
activerecord is a library for databases on Rails.
Affected versions of this package are vulnerable to SQL Injection due to improper sanitization of comments passed via annotate
, optimzer_hints
methods, or via the QueryLogs
interface, which adds annotations automatically. Exploiting this behavior allows a malicious user to inject SQL outside of the comment.
Avoid passing user input to annotate and avoid using QueryLogs configuration, which can include user input.