Lucene search
+L

10644 matches found

Github Security Blog
Github Security Blog
added 2025/09/15 3:31 p.m.19 views

mcp-kubernetes-server has an OS Command Injection vulnerability

feiskyer/mcp-kubernetes-server through 0.1.11 allows OS command injection via the /mcp/kubectl endpoint. The handler constructs a shell command with user-supplied arguments and executes it with subprocess using shell=True, enabling injection through shell metacharacters e.g., ;, &&, $, even when...

9.8CVSS7.8AI score0.01203EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/09/15 3:31 p.m.12 views

mcp-kubernetes-server has a Command Injection vulnerability

mcp-kubernetes-server does not correctly enforce the --disable-write / --disable-delete protections when commands are chained. The server only inspects the first token to decide whether an operation is write/delete, which allows a read-like command to be followed by a write action using shell...

5.3CVSS7.2AI score0.00302EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2025/09/15 3:31 p.m.29 views

Command Injection

Overview mcp-kubernetes-server is a The mcp-kubernetes-server is a Model Context Protocol MCP server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools like Claude, Cursor, and GitHub Copilot and Kubernetes, translating natural language request...

9.8CVSS7.6AI score0.01203EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 3:31 p.m.20 views

GHSA-HJM5-XGJ8-VWJ6 mcp-kubernetes-server has a Command Injection vulnerability

mcp-kubernetes-server does not correctly enforce the --disable-write / --disable-delete protections when commands are chained. The server only inspects the first token to decide whether an operation is write/delete, which allows a read-like command to be followed by a write action using shell...

5.3CVSS7.2AI score0.00302EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/15 3:31 p.m.59 views

GHSA-4HQQ-7Q79-932P mcp-kubernetes-server has an OS Command Injection vulnerability

feiskyer/mcp-kubernetes-server through 0.1.11 allows OS command injection via the /mcp/kubectl endpoint. The handler constructs a shell command with user-supplied arguments and executes it with subprocess using shell=True, enabling injection through shell metacharacters e.g., ;, &&, $, even when...

9.8CVSS7.8AI score0.01203EPSS
SaveExploits0References5
Snyk
Snyk
added 2025/09/15 3:31 p.m.8 views

Arbitrary Command Injection

Overview mcp-kubernetes-server is a The mcp-kubernetes-server is a Model Context Protocol MCP server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools like Claude, Cursor, and GitHub Copilot and Kubernetes, translating natural language request...

6.3CVSS7.3AI score0.00302EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/15 2:15 p.m.14 views

CVE-2025-59377

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and CVE-2025-53355...

9.8CVSS0.01203EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/15 2:15 p.m.11 views

CVE-2025-59376

feiskyer mcp-kubernetes-server through 0.1.11 does not consider chained commands in the implementation of --disable-write and --disable-delete, e.g., it allows a "kubectl version; kubectl delete pod" command because the first word i.e., "version" is not a write or delete operation...

5.3CVSS0.00302EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 12:31 p.m.12 views

GHSA-2GG8-85M5-8R2P Chaos Mesh's Chaos Controller Manager is Missing Authentication for Critical Function

The Chaos Controller Manager in Chaos Mesh exposes a GraphQL debugging server without authentication to the entire Kubernetes cluster, which provides an API to kill arbitrary processes in any Kubernetes pod, leading to cluster-wide denial of service...

7.5CVSS7.2AI score0.00776EPSS
SaveExploits1References5
NVD
NVD
added 2025/09/15 12:15 p.m.10 views

CVE-2025-59358

The Chaos Controller Manager in Chaos Mesh exposes a GraphQL debugging server without authentication to the entire Kubernetes cluster, which provides an API to kill arbitrary processes in any Kubernetes pod, leading to cluster-wide denial of service...

7.5CVSS0.00776EPSS
SaveExploits1References2
CVE
CVE
added 2025/09/15 11:34 a.m.37 views

CVE-2025-59358

The CVE-2025-59358 entry is linked to Chaos Mesh: the Chaos Controller Manager exposes a GraphQL debugging server without authentication, reachable across the Kubernetes cluster. This misconfiguration permits an attacker to access an API capable of killing arbitrary processes in any pod, leading ...

7.5CVSS6.7AI score0.00776EPSS
SaveExploits1References2Affected Software1
Kubernetes Security Advisories
Kubernetes Security Advisories
added 2025/09/15 4:59 a.m.26 views

Kubernetes C# Client: improper certificate validation in custom CA mode may lead to man-in-the-middle attacks

CVSS Rating: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N — Medium 6.8 A vulnerability exists in the Kubernetes C client where the certificate validation logic accepts properly constructed certificates from any Certificate Authority CA without properly verifying the trust chain. This flaw allows ...

6.8CVSS5.8AI score0.00309EPSS
SaveExploits0Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/15 12:00 a.m.3 views

CVE-2025-59376

feiskyer mcp-kubernetes-server through 0.1.11 does not consider chained commands in the implementation of --disable-write and --disable-delete, e.g., it allows a "kubectl version; kubectl delete pod" command because the first word i.e., "version" is not a write or delete operation...

3.7CVSS6.9AI score0.00302EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/15 12:00 a.m.37 views

CVE-2025-59377

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and CVE-2025-53355...

3.7CVSS0.01203EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 12:00 a.m.9 views

CVE-2025-59377

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and CVE-2025-53355...

3.7CVSS7.1AI score
SaveExploits0References4
CVE
CVE
added 2025/09/15 12:00 a.m.46 views

CVE-2025-59376

The CVE-2025-59376 entry concerns feiskyer’s mcp-kubernetes-server (through v0.1.11). The issue is improper handling of chained commands in the --disable-write/--disable-delete logic: commands like kubectl version; kubectl delete pod may bypass restrictions because only the first token is checked...

5.3CVSS6.9AI score0.00302EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.12 views

PT-2025-37489

Name of the Vulnerable Software and Affected Versions feiskyer mcp-kubernetes-server versions through 0.1.11 Description feiskyer mcp-kubernetes-server is susceptible to an OS command injection issue. This occurs through the /mcp/kubectl API endpoint, even when the system is in read-only mode, du...

9.8CVSS5.8AI score0.01203EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.34 views

mcp-kubernetes-server 安全漏洞

mcp-kubernetes-server is a Model Context Protocol server for Pengfei Ni Personal Developer. A security vulnerability exists in mcp-kubernetes-server version 0.1.11 and earlier, which stems from the use of the shell=True parameter and could lead to an OS command injection attack...

9.8CVSS7AI score0.01203EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/09/15 12:00 a.m.1 views

CVE-2025-59377

feiskyer mcp-kubernetes-server through 0.1.11 allows OS command injection, even in read-only mode, via /mcp/kubectl because shell=True is used. NOTE: this is unrelated to mcp-server-kubernetes and CVE-2025-53355...

3.7CVSS6.7AI score0.01203EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 12:00 a.m.12 views

CVE-2025-59376

feiskyer mcp-kubernetes-server through 0.1.11 does not consider chained commands in the implementation of --disable-write and --disable-delete, e.g., it allows a "kubectl version; kubectl delete pod" command because the first word i.e., "version" is not a write or delete operation...

3.7CVSS7.3AI score
SaveExploits0References4
Rows per page
Query Builder