cvedb.io
CVE-2026-39884
HIGH · CVSS 8.3
EPSS exploitation probability: 0%
Published 2026-04-15T04:17:37.097 · Last modified 2026-06-17T10:42:44.897

Summary

mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Versions 3.4.0 and prior contain an argument injection vulnerability in the port_forward tool in src/tools/port_forward.ts, where a kubectl command is constructed via string concatenation with user-controlled input and then naively split on spaces before being passed to spawn(). Unlike all other tools in the codebase which correctly use array-based argument passing with execFileSync(), port_forward treats every space in user-controlled fields (namespace, resourceType, resourceName, localPort, targetPort) as an argument boundary, allowing an attacker to inject arbitrary kubectl flags. This enables exposure of internal Kubernetes services to the network by injecting --address=0.0.0.0, cross-namespace

Affected products

suyogs — mcp-server-kubernetes

Does this affect you?

Add your gear to cvedb and we'll alert you only when suyogs ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.