CVE-2022-21803:
Prototype Pollution in nconf
7.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/13/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:L/I:L/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nconf | npm | < 0.11.4 | 0.11.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability documentation explicitly identifies the .set() function as the vulnerable entry point. 2. The GitHub PR #397 shows security fixes were made to the memory store implementation. 3. The CVE description confirms the memory engine is affected. 4. Prototype pollution typically occurs in functions that recursively set nested properties without prototype checks. 5. The patch version 0.11.4 would have contained the fix for these specific functions in the memory store implementation.