VYPR
High severityNVD Advisory· Published Jul 17, 2022· Updated Sep 17, 2024

Prototype Pollution

CVE-2020-7641

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.

PackageAffected versionsPatched versions
grunt-util-propertynpm
<= 0.0.2

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.