CVE-2026-44429
Last modified
CVE-2026-44429 is a medium-severity vulnerability rated 5.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 public catalogue UI served at GET / (file internal/api/handlers/v0/ui_index.html) is vulnerable to stored cross-site scripting via the server.websiteUrl field of any published server.json. EPSS estimates a 0.17% 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 public catalogue UI served at GET / (file internal/api/handlers/v0/ui_index.html) is vulnerable to stored cross-site scripting via the server.websiteUrl field of any published server.json. Server-side validation in internal/validators/validators.go (validateWebsiteURL) only checks that the URL parses, is absolute, and uses the https scheme; it does not reject quote characters. Client-side, the value is interpolated into a double-quoted href attribute via innerHTML, using a homegrown escapeHtml helper that performs the standard textContent → innerHTML round-trip. Per the HTML serialisation algorithm, that round-trip encodes only &, <, > and U+00A0 inside text nodes — it does not encode " or '. A literal " in websiteUrl therefore breaks out of the href attribute, allowing arbitrary on* event handlers to be appended to the same <a> element. The Content-Security-Policy on / is script-src 'self' 'unsafe-inline' https://cdn.tailwindcss.com, so the injected event handlers execute. Any user able to obtain a publish token (e.g. via POST /v0/auth/github-at with their own GitHub account, or POST /v0/auth/none on a deployment that has anonymous auth enabled) can plant a poisoned record visible to every visitor of the registry homepage. This vulnerability is fixed in 1.7.7.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:L/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-rqv2-m695-f8j4Exploit, Mitigation, Vendor Advisory
- https://github.com/modelcontextprotocol/registry/security/advisories/GHSA-rqv2-m695-f8j4Exploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-44429?
How severe is CVE-2026-44429?
How do I fix CVE-2026-44429?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-44423ShellHub is a centralized SSH gateway. Prior to 0.24.2, GET …6.5
- CVE-2026-44424ShellHub is a centralized SSH gateway. Prior to 0.24.2, GET …6.5
- 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-4443Heap buffer overflow in WebAudio in Google Chrome prior to 1…8.8
- CVE-2026-44430The MCP Registry provides MCP clients with a list of MCP ser…4
- 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
Are you affected by CVE-2026-44429?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
