CVE-2020-7606: OS Command Injection in docker-compose-remote-api
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.6142%
CWE
Published
5/7/2021
Updated
9/11/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
docker-compose-remote-api | npm | <= 0.1.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation explicitly identifies the exec
function in index.js
as the vulnerable component. Multiple sources (GitHub Advisory, NVD, Snyk) confirm that user-controlled serviceName
parameter is passed directly to command execution without sanitization. The function's parameters and attack pattern match classic command injection scenarios where untrusted input flows into system commands. The PoC demonstrates command injection through serviceName
parameter manipulation.