Files
CVEs-PoC/2020/CVE-2020-7792.md
T
2024-05-25 21:48:12 +02:00

19 lines
872 B
Markdown

### [CVE-2020-7792](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7792)
![](https://img.shields.io/static/v1?label=Product&message=mout&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%200%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Prototype%20Pollution&color=brighgreen)
### Description
This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn 'mixes objects into the target object, recursively mixing existing child objects as well'. In both cases, the key used to access the target object recursively is not checked, leading to a Prototype Pollution.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/dellalibera/dellalibera