cve/2007/CVE-2007-5467.md
2024-05-26 14:27:05 +02:00

19 lines
860 B
Markdown

### [CVE-2007-5467](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5467)
![](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
Integer overflow in eXtremail 2.1.1 and earlier allows remote attackers to cause a denial of service, and possibly execute arbitrary code, via a long USER command containing "%s" sequences to the pop3 port (110/tcp), which are expanded to "%%s" before being used in the memmove function, possibly due to an incomplete fix for CVE-2001-1078.
### POC
#### Reference
- http://www.digit-labs.org/files/exploits/extremail-v3.pl
- https://www.exploit-db.com/exploits/4532
#### Github
No PoCs found on GitHub currently.