Laravel Socialite's Facebook provider contains an authentication bypass vulnerability that allows unauthenticated attackers to replay captured OIDC id_tokens by exploiting the missing nonce claim validation in the getUserByOIDCToken() function within FacebookProvider.php. Attackers who obtain a valid, unexpired id_token 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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-14 22:17
Updated : 2026-08-18 03:16
NVD link : CVE-2026-73683
Mitre link : CVE-2026-73683
CVE.ORG link : CVE-2026-73683
JSON object : View
Products Affected
No product.
CWE
CWE-294
Authentication Bypass by Capture-replay
