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

18 lines
829 B
Markdown

### [CVE-2020-3812](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-3812)
![](https://img.shields.io/static/v1?label=Product&message=netqmail&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=information%20disclosure&color=brighgreen)
### Description
qmail-verify as used in netqmail 1.06 is prone to an information disclosure vulnerability. A local attacker can test for the existence of files and directories anywhere in the filesystem because qmail-verify runs as root and tests for the existence of files in the attacker's home directory, without dropping its privileges first.
### POC
#### Reference
- https://www.openwall.com/lists/oss-security/2020/05/19/8
#### Github
No PoCs found on GitHub currently.