FlawAtlas
Search the atlas
CVE-2019-10746 Critical

Prototype Pollution in mixin-deep

Versions of `mixin-deep` prior to 2.0.1 or 1.3.2 are vulnerable to Prototype Pollution. The `mixinDeep` 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 `mixin-deep` 2.x, upgrade to version 2.0.1 or later. If you are using `mixin-deep` 1.x, upgrade to version 1.3.2 or later.

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

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

8 explicit affected versions

npm mixin-deep

1 explicit affected versions

03 / CONNECTIONS

Connected vulnerabilities

related SNYK-JS-MIXINDEEP-450212

04 / EVIDENCE

Source records

Open Source Vulnerabilities CVE-2019-10746

mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

View original source
Open Source Vulnerabilities GHSA-fhjf-83wg-r2j9

Versions of `mixin-deep` prior to 2.0.1 or 1.3.2 are vulnerable to Prototype Pollution. The `mixinDeep` 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 `mixin-deep` 2.x, upgrade to version 2.0.1 or later. If you are using `mixin-deep` 1.x, upgrade to version 1.3.2 or later.

View original source

05 / REFERENCES

Further evidence