Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Shion Takabe

#29349of 56,330
9.2Total CVSS
Vulnerabilities · 1
PT-2026-72122
9.2
2026-08-14
Unknown · Laravel/Socialite · CVE-2026-73683
**Name of the Vulnerable Software and Affected Versions** Laravel Socialite (affected versions not specified) **Description** The Facebook provider contains an authentication bypass that allows unauthenticated attackers to replay captured OIDC id tokens. This occurs due to missing nonce claim validation in the `getUserByOIDCToken()` function within FacebookProvider.php. An attacker with a valid, unexpired id token issued for the same Facebook App ID can submit it to the `userFromToken()` endpoint. Because the system validates the signature, `aud` (audience), and `iss` (issuer) but fails to perform a session-bound nonce comparison, the attacker can gain unauthorized access to victim accounts. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.