๐Ÿ” CVE Alert

CVE-2026-54504

HIGH 8.8

MCP Documentation Server: Web UI API binds to all interfaces without authentication by default

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

MCP Documentation Server is a local-first document management and semantic search server for AI coding agents. From 1.13.0 until 1.13.1, the automatically started Web UI in src/server.ts calls startWebServer in src/web-server.ts with START_WEB_UI enabled by default and WEB_PORT set to 3080. startWebServer uses app.listen(PORT) without a host, which binds the unauthenticated document-management API to all interfaces rather than localhost. A network-reachable client can invoke GET /api/documents, GET /api/documents/:id, POST /api/documents, POST /api/search-all, DELETE /api/documents/:id, and GET /api/config without credentials to enumerate and read documents, search the corpus, insert or delete documents, and tamper with the MCP assistant's knowledge base. The service must be reachable from the attacker's LAN, VM network, container bridge, VPN, or another routed network, and the issue does not provide remote code execution. This issue is fixed in 1.13.1.

CWE CWE-306 CWE-668
Vendor andrea9293
Product mcp-documentation-server
Published Sep 17, 2026
Last Updated Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for andrea9293 mcp-documentation-server

Be the first to know when new high vulnerabilities affecting andrea9293 mcp-documentation-server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

andrea9293 / mcp-documentation-server
>= 1.13.0, < 1.13.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/andrea9293/mcp-documentation-server/security/advisories/GHSA-6f5r-5672-72j7 github.com: https://github.com/andrea9293/mcp-documentation-server/pull/20 github.com: https://github.com/andrea9293/mcp-documentation-server/commit/37159d4e06b8ee50c3645b2496e3d3f6d32c47f9 github.com: https://github.com/andrea9293/mcp-documentation-server/releases/tag/v1.13.1