CVE-2026-44430
Last modified
CVE-2026-44430 is a medium-severity vulnerability rated 4/10 on the CVSS scale. 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. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/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
| Vendor | Product | Versions |
|---|---|---|
| Lfprojects | Mcp Registry | < 1.7.7 |
References
- https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6vExploit, Vendor Advisory
- https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-r48c-v28r-pf6vExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-44430?
How severe is CVE-2026-44430?
How do I fix CVE-2026-44430?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-44425ShellHub is a centralized SSH gateway. Prior to 0.24.2, the …5.4
- CVE-2026-44426ShellHub is a centralized SSH gateway. Prior to 0.24.2, GET …6.5
- CVE-2026-44427The MCP Registry provides MCP clients with a list of MCP ser…0
- CVE-2026-44428The MCP Registry provides MCP clients with a list of MCP ser…4.7
- CVE-2026-44429The MCP Registry provides MCP clients with a list of MCP ser…5.4
- CVE-2026-4443Heap buffer overflow in WebAudio in Google Chrome prior to 1…8.8
- CVE-2026-44431urllib3 is an HTTP client library for Python. From 1.23 to b…5.3
- CVE-2026-44432urllib3 is an HTTP client library for Python. From 2.6.0 to …7.5
- CVE-2026-44433Quicly is an IETF QUIC protocol implementation intended prim…7.5
- CVE-2026-44434Quicly is an IETF QUIC protocol implementation intended prim…5.3
- CVE-2026-44435Quicly is an IETF QUIC protocol implementation intended prim…7.5
- CVE-2026-44436Quicly is an IETF QUIC protocol implementation intended prim…7.5
Are you affected by CVE-2026-44430?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
