CVE-2026-73683: Laravel Socialite Facebook Provider Authentication Bypass via Nonce Replay
Laravel Socialite's Facebook provider contains an authentication bypass vulnerability that allows unauthenticated attackers to replay captured OIDC idtokens by exploiting the missing nonce claim validation in the getUserByOIDCToken() function within FacebookProvider.php. Attackers who obtain a valid, unexpired idtoken issued for the same Facebook App ID can submit the captured token to the backend userFromToken() endpoint, bypassing authentication controls because signature, aud, and iss checks pass while no session-bound nonce comparison is performed, resulting in unauthorized access to victim accounts.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-73683?
The severity of CVE-2026-73683 is rated high with a score of 8.1.
How do I fix CVE-2026-73683?
To fix CVE-2026-73683, ensure that nonce claim validation is implemented in the getUserByOIDCToken() function.
What impact does CVE-2026-73683 have on my application?
CVE-2026-73683 allows unauthenticated attackers to bypass authentication by replaying captured OIDC id_tokens.
Which software is affected by CVE-2026-73683?
CVE-2026-73683 affects the Laravel Socialite Facebook Provider.
When was CVE-2026-73683 published?
CVE-2026-73683 was published on August 14, 2026.