CVE-2020-28436: google-cloudstorage-commands Command Injection vulnerability
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.27834%
CWE
Published
7/26/2022
Updated
1/27/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 |
|---|---|---|---|
| google-cloudstorage-commands | npm | <= 0.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability is command injection (CWE-77) which requires unsanitized input in command execution.
- Snyk's PoC specifically shows exploitation via the upload function.
- The GitHub advisory links to index.js line 11 which likely contains the vulnerable command construction.
- The package's deprecated status and lack of patching confirm the vulnerability resides in existing functions.