mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 05:59:31 +02:00
18 lines
783 B
Markdown
18 lines
783 B
Markdown
### [CVE-2020-7606](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7606)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
docker-compose-remote-api through 0.1.4 allows execution of arbitrary commands. Within 'index.js' of the package, the function 'exec(serviceName, cmd, fnStdout, fnStderr, fnExit)' uses the variable 'serviceName' which can be controlled by users without any sanitization.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-JS-DOCKERCOMPOSEREMOTEAPI-560125
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|