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 google_sign_in
to version 1.3.0 or higher.
google_sign_in is a Sign in (or up) with Google for Rails applications
Affected versions of this package are vulnerable to Open Redirect via the ensure_same_origin
function in the redirect_protector.rb
file. An attacker can cause users to be redirected to an attacker-controlled origin by injecting a crafted URL, potentially exposing authentication information such as tokens.
Note: This is exploitable if the application is configured to store session information in a session cookie, and the attacker can inject arbitrary data into the session cookie.
This vulnerability can be mitigated by explicitly setting SameSite=Lax
or SameSite=Strict
on the application session cookie.