mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
19 lines
872 B
Markdown
19 lines
872 B
Markdown
### [CVE-2020-7792](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7792)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|