mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
18 lines
825 B
Markdown
18 lines
825 B
Markdown
### [CVE-2018-3720](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3720)
|
|

|
|

|
|
%20(CWE-471)&color=brighgreen)
|
|
|
|
### Description
|
|
|
|
assign-deep node module before 0.4.7 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/310707
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|