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 applicationsUpgrade mcp-docker to version 1.0.2 or higher.
mcp-docker is a Model Context Protocol server for Docker management with AI assistants
Affected versions of this package are vulnerable to Command Injection due to insufficient validation of list-format commands in the docker_exec_command tool. The docker_exec_command tool accepts a user-controlled cmd parameter that can be provided as a list, and before the introduction of the validate_command_safety() helper, only string-based commands were inspected for dangerous patterns, allowing malicious list elements to bypass these checks and be sent unfiltered to the Docker engine for execution.