Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/laravel/socialite
- https://github.com/laravel/socialite/commit/caf714f55d51ab0d914b40033d8b0f489d62
- https://github.com/laravel/socialite/pull/789
- https://www.vulncheck.com/advisories/laravel-socialite-facebook-provider-authent
FAQ
What is CVE-2026-73683?
CVE-2026-73683 is a vulnerability with a CVSS score of 8.1 (HIGH). 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 vali...
How severe is CVE-2026-73683?
CVE-2026-73683 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73683?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.