CVE-2026-75866
Last modified
CVE-2026-75866 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Punk::OAuth2::Server versions through 0.03 for Perl issue access tokens outside a client's registered scopes and grant types because no authorization path reads them. Punk::OAuth2::Server::Store registers scopes and grant_types per client and documents both as client registration. token dispatches on the grant_type in the request body, so a client registered for authorization_code alone can ask for client_credentials, and that arm passes the requested scope straight to the minter, which signs it into the at+jwt access token. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
Punk::OAuth2::Server versions through 0.03 for Perl issue access tokens outside a client's registered scopes and grant types because no authorization path reads them. Punk::OAuth2::Server::Store registers scopes and grant_types per client and documents both as client registration. token dispatches on the grant_type in the request body, so a client registered for authorization_code alone can ask for client_credentials, and that arm passes the requested scope straight to the minter, which signs it into the at+jwt access token. authorize copies the query scope into the authorization code record without comparing it against the registration, leaving the optional consent hook as the only check between an arbitrary scope and the issued code. redirect_uris on the same client row is read and enforced. A registered client can obtain a correctly signed token carrying any scope it names, and a resource server running Punk::OAuth2::Checker accepts that token and honours the scope. A client registered without a secret authenticates on its client_id alone, so anyone who knows that identifier can request one.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | <= 0.03 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-75866?
How severe is CVE-2026-75866?
How do I fix CVE-2026-75866?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7586A weakness has been identified in Open5GS up to 2.7.7. Affec…4.3
- CVE-2026-75860The JSON Options WordPress plugin through 0.0.4 does not hav…9.8
- CVE-2026-75861The Ultimate Gift Cards for WooCommerce WordPress plugin bef…6.5
- CVE-2026-75862Photoshop Desktop is affected by an Integer Overflow or Wrap…7.8
- CVE-2026-75863Photoshop Desktop is affected by an Integer Overflow or Wrap…7.8
- CVE-2026-75865The WPLP Cookie Consent – Cookie Banner & Consent Management…9.8
- CVE-2026-7587A vulnerability has been found in Open5GS up to 2.7.7. This …4.3
- CVE-2026-75870Punk versions before 0.18 for Perl allow session cookie forg…9.1
- CVE-2026-75871GitLab has remediated a vulnerability in the GitLab AI Gatew…9.6
- CVE-2026-75872HTML Injection in the public subscription form in maalfer Ma…6.9
- CVE-2026-75874Sandbox escape in the Remote Settings Client component. This…10
- CVE-2026-75876A security vulnerability has been detected in xianrendzw Eas…6.3
Are you affected by CVE-2026-75866?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
