Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55605
Published:July 09, 2026
Updated:August 04, 2026
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.
Affected Packages
@arikusi/deepseek-mcp-server (NPM):
Affected version(s) >=1.4.2 <1.8.0
Fix Suggestion:
Update to version 1.8.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Missing Authentication for Critical Function
EPSS
Base Score:
0.43