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.
CVE-2026-54504
This high-severity CVE scores 8.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(low)
- EG Risk
- 56(Track*)EG Risk 56/100SSVC: Track*
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 1%
- EPSS %ILE
- 51%
- KEV
- Not listed
Published
July 15, 2026
Last Modified
September 17, 2026
Advisory Details (4)
Auto-updated Sep 17, 2026v1.13.1
Patch available: andrea9293/mcp-documentation-server v1.13.1
https://github.com/andrea9293/mcp-documentation-server/releases/tag/v1.13.1commit 37159d4e06b8 (andrea9293/mcp-documentation-server)
Patch available: andrea9293/mcp-documentation-server v1.13.1 (contains commit 37159d4e06b8)
https://github.com/andrea9293/mcp-documentation-server/commit/37159d4e06b8ee50c3645b2496e3d3f6d32c47f9fix: resolve npm security vulnerabilities (31 alerts fixed)
Patch available: andrea9293/mcp-documentation-server v1.13.1 (PR #20 merged 2026-06-04)
https://github.com/andrea9293/mcp-documentation-server/pull/20Web UI API binds to all interfaces without authentication by default · Advisory · andrea9293/mcp-documentation-server · GitHub
https://github.com/andrea9293/mcp-documentation-server/security/advisories/GHSA-6f5r-5672-72j7Vendor Advisories for CVE-2026-54504(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| @andrea9293/mcp-documentation-server | 1.13.0 | 1.13.1 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 3× in last 7d / 3× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 20:18 UTCEG score recompute
- 2026-09-17 19:21 UTCEG score recompute
- 2026-07-30 16:00 UTCEG score recompute
- 2026-07-26 11:29 UTCEG score recompute
- 2026-07-23 03:19 UTCEG score recompute
- 2026-07-15 23:54 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-306 · CWE-668
Frequently asked(5)
What is CVE-2026-54504?
When was CVE-2026-54504 disclosed?
Is CVE-2026-54504 actively exploited?
What is the CVSS score of CVE-2026-54504?
How do I remediate CVE-2026-54504?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-54504
Is Your Infrastructure Affected by CVE-2026-54504?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.