Files
CVEs-PoC/2018/CVE-2018-3719.md
T
2024-06-18 02:51:15 +02:00

883 B

CVE-2018-3719

Description

mixin-deep node module before 1.3.1 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.

POC

Reference

Github