|
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.
|