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 express-openid-connect
to version 2.7.2 or higher.
express-openid-connect is an Express JS middleware implementing sign on for Express web apps using OpenID Connect.
Affected versions of this package are vulnerable to Open Redirect when the middleware is applied to a catch all route.
If all routes under example.com
are protected with the requiresAuth middleware, a visit to http://example.com//google.com
will be redirected to google.com
after login because the original url reported by the Express framework is not properly sanitised.