CVE Catalog

CVE-2026-79749

HighCVSS 7.6
Published: Updated: Translated: NVD NIST

Summary

MCPHub prior to version 1.0.32 has an SSRF guard flaw in src/utils/ssrf.ts. The isBlockedIpv6 function only checks for loopback, link-local, unique-local, IPv4-mapped, and IPv4-compatible IPv6 addresses, but not IPv6 transition address families (NAT64, 6to4, Teredo). An attacker can encode a private IPv4 address in these IPv6 forms to bypass the guard and reach internal infrastructure.

Risk Assessment

The organization is exposed to SSRF attacks that could allow access to internal systems and services that should not be accessible from outside. This could lead to confidentiality and integrity breaches.

Recommendation

It is recommended to upgrade MCPHub to version 1.0.32 or later, which includes the fix. Also consider additional network security measures such as egress filtering.

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.32, MCPHub's SSRF guard in src/utils/ssrf.ts uses a custom isBlockedIpv6 function that only checks for loopback, link-local, unique-local, IPv4-mapped, and IPv4-compatible IPv6 addresses. IPv6 transition address families -- NAT64 (64:ff9b::/96), 6to4 (2002::/16), and Teredo (2001::/32) -- are not checked. An attacker who can specify a URL for an MCP server connection can encode a private IPv4 address inside one of these IPv6 forms to bypass the SSRF guard and reach internal infrastructure. This issue has been patched in version 1.0.32.

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