๐Ÿ” CVE Alert

CVE-2026-73683

HIGH 8.1

Laravel Socialite Facebook Provider Authentication Bypass via Nonce Replay

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-294
Vendor laravel
Product socialite
Published Aug 14, 2026
Stay Ahead of the Next One

Get instant alerts for laravel socialite

Be the first to know when new high vulnerabilities affecting laravel socialite are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

Laravel / Socialite
0 < 5.29.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/laravel/socialite/pull/789 github.com: https://github.com/laravel/socialite/commit/caf714f55d51ab0d914b40033d8b0f489d6219cc github.com: https://github.com/laravel/socialite vulncheck.com: https://www.vulncheck.com/advisories/laravel-socialite-facebook-provider-authentication-bypass-via-nonce-replay

Credits

shion takabe (GitHub: meihao550)