CVE-2025-59376
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-09-20
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| feisky | mcp-kubernetes-server | to 0.1.11 (inc) |
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. |
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in feiskyer mcp-kubernetes-server (up to version 0.1.11) occurs because the implementation of the --disable-write and --disable-delete options does not properly handle chained commands. Specifically, it only checks the first command word and ignores subsequent commands in a chain, allowing an attacker to execute write or delete operations by chaining commands after a non-write/delete command.
How can this vulnerability impact me? :
This vulnerability can allow unauthorized write or delete operations to be executed on the Kubernetes server, potentially leading to unintended modification or deletion of resources, which could disrupt services or compromise system integrity.