CVE-2026-73683
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Laravel | Socialite | 0 < 5.29.0 | affected |
Weaknesses
- CWE-294: Authentication Bypass by Capture-replay
References
- https://github.com/laravel/socialite/pull/789
- https://github.com/laravel/socialite/commit/caf714f55d51ab0d914b40033d8b0f489d6219cc
- https://github.com/laravel/socialite
- https://www.vulncheck.com/advisories/laravel-socialite-facebook-provider-authentication-bypass-via-nonce-replay
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.