CVE-2026-11717
Last modified
CVE-2026-11717 is a critical-severity vulnerability rated 9.3/10 on the CVSS scale. An authentication bypass vulnerability exists in the generic opaque token validation path (validateOpaqueToken) of googleapis/mcp-toolbox. When verifying an unparsed opaque token via an OAuth 2.0 introspection endpoint (RFC 7662), the toolbox decodes the response into an introspectResp struct where the Active field is declared as a pointer to a boolean (*bool). The code only explicitly rejects a token if the response contains a populated active field set to false (if introspectResp.Active != nil && !*introspectResp.Active). EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
An authentication bypass vulnerability exists in the generic opaque token validation path (validateOpaqueToken) of googleapis/mcp-toolbox. When verifying an unparsed opaque token via an OAuth 2.0 introspection endpoint (RFC 7662), the toolbox decodes the response into an introspectResp struct where the Active field is declared as a pointer to a boolean (*bool). The code only explicitly rejects a token if the response contains a populated active field set to false (if introspectResp.Active != nil && !*introspectResp.Active). If an introspection endpoint responds with a payload that completely omits the mandatory active key, the internal variable remains nil, causing the conditional check to short-circuit. As a result, Toolbox accepts authorization tokens missing the "active" field, granting access to protected tools and underlying data sources.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MCP Toolbox for Databases (googleapis/mcp-toolbox) | >= 1.0.0, <= 1.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-11717?
How severe is CVE-2026-11717?
How do I fix CVE-2026-11717?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-11703Missing SNI/ALPN binding on stateful (session-ID) resumption…7.5
- CVE-2026-11707IBM Tivoli System Automation Application Manager 4.1 and IBM…9.3
- CVE-2026-11708IBM WebSphere Application Server 9.0, and 8.5 is affected by…9.3
- CVE-2026-1171A flaw has been found in birkir prime up to 0.4.0.beta.0. Im…7.5
- CVE-2026-11712IBM WebSphere Application Server 9.0, and 8.5 is affected by…9.3
- CVE-2026-11714IBM WebSphere Application Server Liberty is affected by a se…9.8
- CVE-2026-11718An authentication bypass vulnerability exists in the generic…9.3
- CVE-2026-11719An authenticated authorization bypass vulnerability exists i…8.6
- CVE-2026-1172A vulnerability has been found in birkir prime up to 0.4.0.b…7.5
- CVE-2026-11720A path traversal vulnerability exists in the HTTP tool URL b…9.1
- CVE-2026-11721It is possible for an attacker's zone to respond to a query …7.5
- CVE-2026-1173A vulnerability was found in birkir prime up to 0.4.0.beta.0…9.8
Are you affected by CVE-2026-11717?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
