Vulnerability Description
Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/{persona_id} endpoints expose another user's OAuth Authorization header because OnyxTokenStorage.set_tokens and OnyxTokenStorage.set_client_info in backend/onyx/server/features/mcp/api.py copy per-user tokens into a shared admin MCPConnectionConfig row and _db_mcp_server_to_api_mcp_server returns that row through auth_template.headers to any BASIC_ACCESS user. This issue is fixed in versions 3.1.10, 3.2.14, and 4.0.0.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/onyx-dot-app/onyx/commit/3f3d79d1a7722fdc84a1c61c8aa830d89001
- https://github.com/onyx-dot-app/onyx/commit/4001cedd0a8968723bfe95dd188914ed5677
- https://github.com/onyx-dot-app/onyx/commit/b103937888fd5008067c2bb6eb6e54245763
- https://github.com/onyx-dot-app/onyx/pull/11238
- https://github.com/onyx-dot-app/onyx/pull/11242
- https://github.com/onyx-dot-app/onyx/pull/11243
- https://github.com/onyx-dot-app/onyx/releases/tag/v4.0.0
- https://github.com/onyx-dot-app/onyx/security/advisories/GHSA-q62f-rv3h-f822
FAQ
What is CVE-2026-71424?
CVE-2026-71424 is a vulnerability with a CVSS score of 9.6 (CRITICAL). Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/{persona_id} endpoints expose another user's OAuth Authorization he...
How severe is CVE-2026-71424?
CVE-2026-71424 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-71424?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.