GHSA-349c-2h2f-mxf6 · 深刻度: high · エコシステム: 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.
総合評価: CVE-2026-39976 は公開エクスプロイトあり(50.8/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.29%、20 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.29% | +0.23% |
| 2 | 2026-04-10 | — | 0.06% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.1 | 3.1 | HIGH |
|
1.8 | 4.7 | [email protected] |
GHSA-349c-2h2f-mxf6 · 深刻度: high · エコシステム: composer — Laravel Passport: TokenGuard Authenticates Unrelated User for Client Credentials Tokens
| URL | タグ |
|---|---|
| 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 |