GHSA-73hr-6785-f5p8:
Malicious Package in donotinstallthis
9.8
CVSS Score
3.1
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
9/2/2020
Updated
1/9/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 |
---|---|---|---|
donotinstallthis | npm | >= 0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from malicious code in the package's install script, which is executed during installation. However, the provided information does not specify any particular functions or file paths containing the malicious code. NPM install scripts are typically defined in package.json
's 'scripts' field (e.g., preinstall
/postinstall
), but without access to the actual package.json
or script implementation details, we cannot identify specific vulnerable functions with high confidence. The advisory only confirms the presence of malicious behavior in the installation process, not specific code functions.