The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade mcp-server-kubernetes to version 3.6.0 or higher.
mcp-server-kubernetes is a MCP server for interacting with Kubernetes clusters via kubectl
Affected versions of this package are vulnerable to Incorrect Authorization through the CallTool handler in src/index.ts. An attacker can invoke disallowed Kubernetes tools and perform destructive operations by sending a direct tools/call request for a restricted tool name, even when that tool is omitted from tools/list under ALLOW_ONLY_READONLY_TOOLS, ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS, or ALLOWED_TOOLS. This allows a client that knows or guesses a restricted tool name to reach the underlying Kubernetes operation path and execute actions that the server was meant to block.