(Pwn2Own) Microsoft Internet Explorer onPropertyChange Remote Code Execution Vulnerability

April 12th, 2011

Vulnerability Details

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Internet Explorer. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.

The specific flaw exists within the way Internet Explorer handles onPropertyChange function calls. When the onPropertyChange event handler is set to an object's attribute collection, it fails to keep an accurate reference counter to the event object. The effect of this can be that the program frees the event object while there are still references to it. This can result in remote code execution under the content of the current user.

Additional Details

Microsoft has issued an update to correct this vulnerability. More details can be found at:
http://www.microsoft.com/technet/security/Bulletin/MS11-018.mspx

Disclosure Timeline

  • 2011-03-09 - Vulnerability reported to vendor
  • 2011-04-12 - Coordinated public release of advisory

Credit

Stephen Fewer of Harmony Security (www.harmonysecurity.com)

Back to Advisories