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 Cross-site Request Forgery (CSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade jquery-rails
to versions 3.1.3, 4.0.4 or higher.
jquery-rails
provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
Affected versions allow a CSRF attack with a maliciously crafted anchor element. In the scenario where an attacker might be able to control the href attribute of an anchor tag or the action attribute of a form tag that will trigger a POST action, the attacker can set the href or action to " https://attacker.com" (note the leading space). This will be passed to JQuery, and be treated as a same origin request, potentially send the user's CSRF token to the attacker domain.