mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 19:18:06 +02:00
19 lines
883 B
Markdown
19 lines
883 B
Markdown
### [CVE-2018-3719](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3719)
|
|

|
|

|
|
%20(CWE-471)&color=brighgreen)
|
|
|
|
### 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
|
|
- https://hackerone.com/reports/311236
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ossf-cve-benchmark/CVE-2018-3719
|
|
|