CVE-2020-7606: Injection Vulnerability
(updated )
docker-compose-remote-api allows execution of arbitrary OS commands. Within index.js
of the package, the variable serviceName
passed to the function exec(serviceName, cmd, fnStdout, fnStderr, fnExit)
can be controlled by users to provide OS commands without any sanitization.
References
Detect and mitigate CVE-2020-7606 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →