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 Unsafe Query Generation Risk vulnerabilities in an interactive lesson.
Start learningactionpack
is a web app builder and tester on Rails.
Affected versions of this Gem are vulnerable to Unsafe Query Generation Risk.
The prior fix to CVE-2013-0155 was incomplete, and some 3rd party libraries can accidentally circumvent the protection.
It is possible for a 3rd party or custom rack middleware to parse the parameters insecurely and store them in the same key that Rails uses for its own parameters. This is due to the way that Rack::Request
and Rails::Request
interact.
If this happens, the application will receive unsafe parameters and could be vulnerable to the earlier vulnerability.