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

18 lines
806 B
Markdown

### [CVE-2020-11458](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11458)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
app/Model/feed.php in MISP before 2.4.124 allows administrators to choose arbitrary files that should be ingested by MISP. This does not cause a leak of the full contents of a file, but does cause a leaks of strings that match certain patterns. Among the data that can leak are passwords from database.php or GPG key passphrases from config.php.
### POC
#### Reference
- https://matthias.sdfeu.org/misp-poc.py
#### Github
No PoCs found on GitHub currently.