Prototype Pollution
Description
All versions of package deep-get-set are vulnerable to Prototype Pollution via the 'deep' function. Note: This vulnerability derives from an incomplete fix of CVE-2020-7715
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
All versions of deep-get-set npm package are vulnerable to prototype pollution via the deep function.
Vulnerability
The deep-get-set package (all versions) is vulnerable to Prototype Pollution via the deep function [1][2]. The deep function allows setting and getting values on objects using dot-notation strings. This vulnerability derives from an incomplete fix of CVE-2020-7715 [1].
Exploitation
An attacker can provide a crafted path like __proto__ or constructor.prototype to pollute the object prototype [2]. This can be achieved without authentication if the application processes user-supplied path strings [2].
Impact
Successful exploitation can lead to prototype pollution, potentially resulting in remote code execution, denial of service, or property injection that alters application behavior [2].
Mitigation
As of the available references, no patch has been released. The package repository appears to be archived [3]. Users should consider avoiding the use of deep-get-set or implementing strict input sanitization and validation for path strings.
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
deep-get-setnpm | <= 1.1.1 | — |
Affected products
2- Range: all versions
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-mjjj-6p43-vhhvghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-21231ghsaADVISORY
- snyk.io/vuln/SNYK-JS-DEEPGETSET-2342655ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.