Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

laravel/passport
13.x @ 8760872
10
Fixes
1
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 8 prior fixes. Scrutinize any change in this area.
src/Http/Controllers/AuthorizationController.php: most-fixed (2 issues). Treat as high-risk during review.
5 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Auth Bypass: Inadequate separation of client and user credentials allows client-authenticated tokens to resolve to users with matching IDs, leading to total user impersonation (as tracked in CVE-2026-39976).
Auth Bypass: Flaws in evaluating requested scopes (such as empty or previously granted scopes) allow authorization checks to skip the user consent prompt erroneously.
Auth Bypass: Failure to map and validate supported client grant types allows unauthorized clients to leverage disallowed OAuth2 authorization flows.