mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
### [CVE-2007-5466](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5466)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|