Rapid7 Vulnerability & Exploit Database

MS08-078 Microsoft Internet Explorer Data Binding Memory Corruption

Back to Search

MS08-078 Microsoft Internet Explorer Data Binding Memory Corruption

Disclosed
12/07/2008
Created
05/30/2018

Description

This module exploits a vulnerability in the data binding feature of Internet Explorer. In order to execute code reliably, this module uses the .NET DLL memory technique pioneered by Alexander Sotirov and Mark Dowd. This method is used to create a fake vtable at a known location with all methods pointing to our payload. Since the .text segment of the .NET DLL is non-writable, a prefixed code stub is used to copy the payload into a new memory segment and continue execution from there.

Author(s)

  • hdm <x@hdm.io>

Platform

Windows

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/windows/browser/ms08_078_xml_corruption
msf exploit(ms08_078_xml_corruption) > show targets
    ...targets...
msf exploit(ms08_078_xml_corruption) > set TARGET < target-id >
msf exploit(ms08_078_xml_corruption) > show options
    ...show and set options...
msf exploit(ms08_078_xml_corruption) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;