Prototype Pollution
Description
Prototype Pollution in grunt-util-property allows attackers to add or modify Object.prototype via __proto__ payload.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Prototype Pollution in grunt-util-property allows attackers to add or modify Object.prototype via __proto__ payload.
All versions of the package grunt-util-property are vulnerable to Prototype Pollution. The utility's function call can be tricked into adding or modifying properties of Object.prototype by using a __proto__ payload [1]. This is a classic prototype pollution issue common in JavaScript utilities that handle property assignment without proper sanitization.
Exploitation requires the attacker to control the input passed to the vulnerable function. By crafting an object with a __proto__ key, the attacker can pollute the global Object prototype. This attack does not require authentication but relies on the application processing untrusted data through the library [2].
Successful exploitation can lead to denial of service, property injection, or remote code execution depending on how the polluted properties are used by the application. No patch is available as the package appears to be unmaintained; users should avoid using this package or apply strict input validation [3].
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 |
|---|---|---|
grunt-util-propertynpm | <= 0.0.2 | — |
Affected products
2- grunt-util-property/grunt-util-propertydescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- github.com/advisories/GHSA-4hq8-jgr8-mw9jghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2020-7641ghsaADVISORY
- github.com/mikaelkaron/grunt-util-property/blob/master/main.js%23L41ghsax_refsource_MISCWEB
- security.snyk.io/vuln/SNYK-JS-GRUNTUTILPROPERTY-565088ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.