CVE-2025-53355
BaseFortify
Publication date: 2025-07-08
Last updated on: 2025-07-10
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a command injection flaw in the MCP Server Kubernetes component of the MCP Server. It occurs because input parameters are not properly sanitized before being used in a call to child_process.execSync, allowing an attacker to inject and execute arbitrary system commands remotely with the privileges of the server process.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to remote code execution on the server running MCP Server Kubernetes. This means an attacker could run arbitrary commands, potentially compromising the server, accessing sensitive data, or disrupting services.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the MCP Server Kubernetes to version 2.5.0 or later, as this version contains the fix for the command injection vulnerability.