CVE Catalog

CVE-2026-79746

HighCVSS 8.1
Published: Translated: NVD NIST

Summary

MCPHub prior to version 1.0.31 has an authorization flaw for bearer keys with accessType 'servers' or 'custom' used against group routes. isBearerKeyAllowedForRequest grants access to the entire group as long as any single server in that group appears in the key's allowedServers list, without re-checking after authorization. A key scoped to one server also grants full access to every other server in the group.

Risk Assessment

The organization is exposed to unauthorized access to MCP servers, as API keys may be used to access servers they were not intended for. This could lead to confidentiality and integrity breaches.

Recommendation

It is recommended to upgrade MCPHub to version 1.0.31 or later, which includes the fix. Also review key configurations and ensure they are scoped to the correct servers.

Other vulnerabilities in MCPHub

See all
Original NVD description (English source)

MCPHub is a unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing strategies. Prior to version 1.0.31, when a bearer key with accessType: 'servers' (or 'custom') is used against a group route, isBearerKeyAllowedForRequest grants access to the entire group as long as any single server in that group appears in the key's allowedServers list — not only when every server the key is scoped to matches, and critically, without ever re-checking allowedServers again once the group-level connection is authorized. A key explicitly scoped to one specific server therefore also grants full access to every other server that happens to share a group with it, including servers the key was never authorized for. This issue has been patched in version 1.0.31.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS