Vulnerability Description
mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Prior to version 3.6.0, mcp-server-kubernetes exposes three environment variables (ALLOW_ONLY_READONLY_TOOLS, ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS, ALLOWED_TOOLS) documented as access controls for restricting which Kubernetes operations are available. These controls are enforced at the tool discovery layer (tools/list) but not at the execution layer (tools/call). Any client that knows a tool name can invoke it directly regardless of the configured restriction mode. The access control was effectively cosmetic. This issue has been patched in version 3.6.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/Flux159/mcp-server-kubernetes/releases/tag/v3.6.0
- https://github.com/Flux159/mcp-server-kubernetes/security/advisories/GHSA-cr22-w
- https://github.com/Flux159/mcp-server-kubernetes/security/advisories/GHSA-cr22-w
FAQ
What is CVE-2026-46519?
CVE-2026-46519 is a vulnerability with a CVSS score of 8.8 (HIGH). mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Prior to version 3.6.0, mcp-server-kubernetes exposes three environment variables (ALLOW_ONLY_READONLY_TOOLS...
How severe is CVE-2026-46519?
CVE-2026-46519 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46519?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.