CVE-2020-36377:
Vulnerability in dump function leads to arbitrary code execution via filePath parameters
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.77242%
CWE
Published
11/2/2021
Updated
2/1/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 |
---|---|---|---|
aaptjs | npm | <= 1.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability description explicitly mentions the dump function as the entry point
- The GitHub issue #2 shows code using exec() with user-controlled cmd parameter
- CWE-78 (OS Command Injection) directly matches the pattern of unsanitized input passed to exec()
- The line number reference in the GitHub issue points to insecure command execution pattern
- The filePath parameter is specifically called out as the injection vector in both CVE and GHSA descriptions