FlawAtlas
Search the atlas
CVE-2019-10747 Critical

Prototype Pollution in set-value

Versions of `set-value` prior to 3.0.1 or 2.0.1 are vulnerable to Prototype Pollution. The `set` function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. ## Recommendation If you are using `set-value` 3.x, upgrade to version 3.0.1 or later. If you are using `set-value` 2.x, upgrade to version 2.0.1 or later.

Exploit probability 2.5%
Published August 27, 2019
Required by Not available
Last source change March 13, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

16 explicit affected versions

npm set-value

1 explicit affected versions

03 / CONNECTIONS

Connected vulnerabilities

related SNYK-JS-SETVALUE-450213

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2019-10747

set-value is vulnerable to Prototype Pollution in versions lower than 3.0.1. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using any of the constructor, prototype and _proto_ payloads.

View original source
Open Source Vulnerabilities GHSA-4g88-fppr-53pp

Versions of `set-value` prior to 3.0.1 or 2.0.1 are vulnerable to Prototype Pollution. The `set` function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. ## Recommendation If you are using `set-value` 3.x, upgrade to version 3.0.1 or later. If you are using `set-value` 2.x, upgrade to version 2.0.1 or later.

View original source

05 / REFERENCES

Further evidence