CVE-2026-44430

The MCP Registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. Prior to 1.7.7, the Registry's HTTP-based namespace verification (POST /v0/auth/http, POST /v0.1/auth/http) uses safeDialContext (internal/api/handlers/v0/auth/http.go:67-110) to refuse dialling private/internal addresses when fetching the well-known public-key file from a publisher-supplied domain. The blocklist (isBlockedIP, lines 125-133) relies entirely on Go stdlib's IsLoopback / IsPrivate / IsLinkLocalUnicast / IsMulticast / IsUnspecified plus a manual CGNAT range. None of these cover IPv6 6to4 (2002::/16), NAT64 (64:ff9b::/96 and 64:ff9b:1::/48 per RFC 8215), or deprecated site-local (fec0::/10) — all of which encode arbitrary IPv4 in the address bits and tunnel to RFC1918 / cloud-metadata services on dual-stack / NAT64-enabled hosts. This vulnerability is fixed in 1.7.7.
Configurations

Configuration 1 (hide)

cpe:2.3:a:lfprojects:mcp_registry:*:*:*:*:*:*:*:*

History

15 May 2026, 19:16

Type Values Removed Values Added
References () https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6v - Exploit, Vendor Advisory () https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6v - Exploit, Vendor Advisory

15 May 2026, 17:44

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 4.0
CPE cpe:2.3:a:lfprojects:mcp_registry:*:*:*:*:*:*:*:*
First Time Lfprojects mcp Registry
Lfprojects
References () https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6v - () https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6v - Exploit, Vendor Advisory

14 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-14 21:16

Updated : 2026-05-15 19:16


NVD link : CVE-2026-44430

Mitre link : CVE-2026-44430

CVE.ORG link : CVE-2026-44430


JSON object : View

Products Affected

lfprojects

  • mcp_registry
CWE
CWE-918

Server-Side Request Forgery (SSRF)