CVE-2020-28430:
Command Injection in nuance-gulp-build-common
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/13/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 |
---|---|---|---|
nuance-gulp-build-common | npm | <= 0.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The PoC demonstrates direct command execution through a.run('touch JHU')
- The vulnerability type (Command Injection) implies unsanitized input passed to command execution functions
- The advisory specifically mentions index.js as the vulnerable entry point
- The function name 'run' aligns with common patterns for command execution in build tools
- Lack of patching information suggests the vulnerable function remains unmodified