CVE-2018-16491:
Prototype Pollution in node.extend
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.58883%
CWE
Published
2/7/2019
Updated
9/12/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
node.extend | npm | < 1.1.7 | 1.1.7 |
node.extend | npm | = 2.0.0 | 2.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability fundamentally exists in the core object extension mechanism of the library. While no specific patch code is shown, all documentation indicates the vulnerability manifests in the primary extend function when merging objects. Runtime detection would show the extend function processing malicious input that modifies prototype properties. This matches the pattern of prototype pollution vulnerabilities in JavaScript object utilities where merge operations lack prototype property checks.