cve/2018/CVE-2018-3720.md

19 lines
865 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-3720](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3720)
![](https://img.shields.io/static/v1?label=Product&message=assign-deep%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Modification%20of%20Assumed-Immutable%20Data%20(MAID)%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
2024-06-09 00:33:16 +00:00
- https://hackerone.com/reports/310707
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.