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

19 lines
797 B
Markdown

### [CVE-2020-8116](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8116)
![](https://img.shields.io/static/v1?label=Product&message=dot-prop&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
Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.
### POC
#### Reference
- https://hackerone.com/reports/719856
#### Github
- https://github.com/AleBekk/DependencyCheckParser
- https://github.com/ossf-cve-benchmark/CVE-2020-8116