Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-54073 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

mcp-package-docs is an MCP (Model Context Protocol) server that provides LLMs with efficient access to package documentation across multiple programming languages and language server protocol (LSP) capabilities. A command injection vulnerability exists in the `mcp-package-docs` MCP Server prior to the fix in commit cb4ad49615275379fd6f2f1cf1ec4731eec56eb9. The vulnerability is caused by the unsanitized use of input parameters within a call to `child_process.exec`, enabling an attacker to inject arbitrary system commands. Successful exploitation can lead to remote code execution under the server process's privileges. The server constructs and executes shell commands using unvalidated user input directly within command-line strings. This introduces the possibility of shell metacharacter injection (`|`, `>`, `&&`, etc.). Commit cb4ad49615275379fd6f2f1cf1ec4731eec56eb9 in version 0.1.27 contains a fix for the issue, but upgrading to 0.1.28 is recommended.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')[email protected]

Affected Products

ProductVersions
sammcj mcp-package-docs
<= 0.1.27 (semver)

CPE

  • cpe:2.3:a:sammcj:mcp-package-docs:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.1.28moderate effort
cyanheads/git-mcp-server
<= 2.1.4 (semver)

CPE

  • cpe:2.3:a:cyanheads:git-mcp-server:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2.1.5moderate effort
alfonsograziano/node-code-sandbox-mcp
<= 1.2.0 (semver)

CPE

  • cpe:2.3:a:alfonsograziano:node-code-sandbox-mcp:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.3.0moderate effort
Flux159/mcp-server-kubernetes
< 2.5.0 (semver)

CPE

  • cpe:2.3:a:flux159:mcp-server-kubernetes:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2.5.0moderate effort

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-54073
NVD Published Date:
Jul 18, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-54073 Details - Not Deferred