GHSA-349c-2h2f-mxf6 · Severity: high · Ecosystem: composer — Laravel Passport: TokenGuard Authenticates Unrelated User for Client Credentials Tokens
Laravel Passport provides OAuth2 server support to Laravel. From 13.0.0 to before 13.7.1, there is an Authentication Bypass for client_credentials tokens. the league/oauth2-server library sets the JWT sub claim to the client identifier (since there's no user). The token guard then passes this value to retrieveById() without validating it's actually a user identifier, potentially resolving an unrelated real user. Any machine-to-machine token can inadvertently authenticate as an actual user. This vulnerability is fixed in 13.7.1.
Conclusion & alert: CVE-2026-39976 is rated Exploit Available (50.4/100): CVSS High severity, with low exploitation likelihood (EPSS 0.06%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-10 | — | 0.06% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.1 | 3.1 | HIGH |
|
1.8 | 4.7 | [email protected] |
GHSA-349c-2h2f-mxf6 · Severity: high · Ecosystem: composer — Laravel Passport: TokenGuard Authenticates Unrelated User for Client Credentials Tokens
| URL | Tags |
|---|---|
| https://github.com/laravel/passport/issues/1900 | Exploit Issue Tracking |
| https://github.com/laravel/passport/pull/1901 | Issue Tracking Patch |
| https://github.com/laravel/passport/pull/1902 | Issue Tracking Patch |
| https://github.com/laravel/passport/security/advisories/GHSA-349c-2h2f-mxf6 | Mitigation Vendor Advisory |
| https://github.com/thephpleague/oauth2-server/issues/1456#issuecomment-2734989996 | Issue Tracking Patch |