CVE-2026-55605
Description
DeepSeek MCP Server is an MCP server for DeepSeek V4. Starting in version 1.4.2 and prior to version 1.8.0, the self-hosted HTTP transport of @arikusi/deepseek-mcp-server exposes POST /mcp without any authentication: createMcpExpressApp is called without an authProvider and no middleware guards the route, so any network-reachable client can issue an unauthenticated initialize request and obtain a valid MCP session identifier. In reproduced testing against commit 5e1302171e99, an unauthenticated client was able to initialize a session, enumerate tools, and invoke the local deepseek_sessions tool with no credentials. The same unauthenticated session also exposes deepseek_chat, whose handler uses the server-side DEEPSEEK_API_KEY when self-hosted deployments configure one. This issue applies to self-hosted HTTP mode, not the separately documented hosted BYOK endpoint in README.md, which expects an Authorization: Bearer ... header. Upstream self-hosted container assets enable HTTP mode by default (Dockerfile) and publish port 3000 (docker-compose.yml). Version 1.8.0 contains a patch for this issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@arikusi/deepseek-mcp-servernpm | >= 1.4.2, < 1.8.0 | 1.8.0 |
Affected products
1- Range: >=1.4.2,<1.8.0
Patches
Vulnerability mechanics
References
7- github.com/advisories/GHSA-72f3-6w86-7rv3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-55605ghsaADVISORY
- github.com/arikusi/deepseek-mcp-server/blob/main/CHANGELOG.mdnvdWEB
- github.com/arikusi/deepseek-mcp-server/commit/dab07ed93ddde0ab219d4cb7066785847db53a32ghsaWEB
- github.com/arikusi/deepseek-mcp-server/pull/4ghsaWEB
- github.com/arikusi/deepseek-mcp-server/releases/tag/v1.8.0nvdWEB
- github.com/arikusi/deepseek-mcp-server/security/advisories/GHSA-72f3-6w86-7rv3nvdWEB
News mentions
0No linked articles in our index yet.