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

18 lines
766 B
Markdown

### [CVE-2020-28441](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28441)
![](https://img.shields.io/static/v1?label=Product&message=conf-cfg-ini&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%201.2.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Prototype%20Pollution&color=brighgreen)
### Description
This affects the package conf-cfg-ini before 1.2.2. If an attacker submits a malicious INI file to an application that parses it with decode, they will pollute the prototype on the application. This can be exploited further depending on the context.
### POC
#### Reference
- https://security.snyk.io/vuln/SNYK-JS-CONFCFGINI-1048973
#### Github
No PoCs found on GitHub currently.