CVE-2026-54504
8.8Andrea9293 · mcp-documentation-server
The MCP Documentation Server incorrectly binds the unauthenticated document management API to all network interfaces, allowing remote attackers to access, modify, or delete sensitive documentation.
Executive summary
An unauthenticated vulnerability in the MCP Documentation Server allows unauthorized network users to manipulate the AI knowledge base and access sensitive documents.
Vulnerability
The application incorrectly binds the web interface to all network interfaces instead of localhost, and fails to implement authentication for the document management API. This allows any attacker on the local network, VPN, or connected bridge to perform unauthorized CRUD operations on the corpus.
Business impact
This vulnerability carries a CVSS score of 8.8, reflecting its high severity. Successful exploitation could lead to the total compromise of the AI assistant's knowledge base, leading to data exfiltration, the injection of malicious information, or the destruction of critical documentation. This poses a significant risk to organizational data integrity and confidentiality.
Remediation
Immediate Action: Update the mcp-documentation-server package to version 1.13.1 or later immediately.
Proactive Monitoring: Monitor network traffic for unauthorized access attempts directed at port 3080 and review access logs for unexpected API calls to the /api/documents or /api/search-all endpoints.
Compensating Controls: Restrict network access to the server by using host-based firewalls to ensure the service is only reachable from authorized management workstations.
Exploitation status
Public Exploit Available: Yes, a published PoC exists.
Analyst recommendation
Given the ease of access and the potential for severe data tampering, organizations should prioritize patching this vulnerability immediately. Ensure that the updated version is deployed across all environments and verify that the service is no longer listening on public or unauthorized network interfaces.
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Analyst report updated
- Published in the daily brief high section
Sources
- https://github.com/andrea9293/mcp-documentation-server/security/advisories/GHSA-6f5r-5672-72j7
- https://github.com/andrea9293/mcp-documentation-server/pull/20
- https://github.com/andrea9293/mcp-documentation-server/commit/37159d4e06b8ee50c3645b2496e3d3f6d32c47f9
- https://github.com/andrea9293/mcp-documentation-server/releases/tag/v1.13.1