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 rails
to version 6.1.4.1, 6.0.4.1 or higher.
rails is an opensource MVC web framework.
Affected versions of this package are vulnerable to Open Redirect. Specially crafted “X-Forwarded-Host” headers in combination with certain “allowed host” formats can cause the Host Authorization middleware in Action Pack to redirect users to a malicious website.
NOTE: This is similar to CVE-2021-22881
, and only affects applications that allow hosts with leading dots. Example of a config file that allows this:
config.hosts << '.EXAMPLE.com'