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 github.com/oauth2-proxy/oauth2-proxy/v7 to version 7.15.2 or higher.
github.com/oauth2-proxy/oauth2-proxy/v7 is a reverse proxy that provides authentication with Google, Github or other providers.
Affected versions of this package are vulnerable to Insufficient Session Expiration through the SignInPage handler in oauthproxy.go. An attacker can keep a victim’s authenticated session cookie in place by sending the victim to the sign-in page, causing the proxy to render the login flow without clearing the existing session state. This leaves the user operating under a stale session and can preserve access tied to an account that should have been signed out, leading to unintended account access and session confusion.
Notes
v7.11.0 through v7.15.1.Workarounds
SignInPage flow to end a session; this prevents the existing session cookie from remaining valid after logout.