### [CVE-2007-5466](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5466) ![](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 Multiple buffer overflows in eXtremail 2.1.1 and earlier allow remote attackers to (1) have an unknown impact by sending multiple long strings to the IMAP port (143/tcp); (2) execute arbitrary code via a long string in an IMAP AUTHENTICATE PLAIN action, involving the ifParseAuthPlain function; (3) execute arbitrary code via a long LOGIN command to the admin interface port (4501/tcp); or (4) execute arbitrary code via a long string in an IMAP AUTHENTICATE LOGIN (aka CRAM-MD5 authentication) action, involving the ifProcImapAuth1 function. ### POC #### Reference - http://www.digit-labs.org/files/exploits/extremail-v8.pl - https://www.exploit-db.com/exploits/4533 - https://www.exploit-db.com/exploits/4534 - https://www.exploit-db.com/exploits/4535 #### Github No PoCs found on GitHub currently.