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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Replay Attack through the getUserByOIDCToken() process in FacebookProvider.php. An attacker can impersonate a victim account by replaying a captured, valid Facebook OIDC id_token to userFromToken() without providing a matching session nonce. The affected code verifies the token signature, audience, and issuer but does not bind the token to the expected nonce value, so an unexpired token issued for the same Facebook App ID is accepted as authentic. This lets an unauthenticated attacker gain unauthorized access to the target user’s account and the application session created from that token.