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

18 lines
905 B
Markdown

### [CVE-2020-28495](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28495)
![](https://img.shields.io/static/v1?label=Product&message=total.js&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%203.4.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Prototype%20Pollution&color=brighgreen)
### Description
This affects the package total.js before 3.4.7. The set function can be used to set a value into the object according to the path. However the keys of the path being set are not properly sanitized, leading to a prototype pollution vulnerability. The impact depends on the application. In some cases it is possible to achieve Denial of service (DoS), Remote Code Execution or Property Injection.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-JS-TOTALJS-1046671
#### Github
- https://github.com/dellalibera/dellalibera