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

18 lines
672 B
Markdown

### [CVE-2020-8141](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8141)
![](https://img.shields.io/static/v1?label=Product&message=dot&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Code%20Injection%20(CWE-94)&color=brighgreen)
### Description
The dot package v1.1.2 uses Function() to compile templates. This can be exploited by the attacker if they can control the given template or if they can control the value set on Object.prototype.
### POC
#### Reference
- https://hackerone.com/reports/390929
#### Github
No PoCs found on GitHub currently.