9.3
CVSSv2

CVE-2007-3360

Published: 22/06/2007 Updated: 11/10/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

hook.c in BitchX 1.1-final allows remote IRC servers to execute arbitrary commands by sending a client certain data containing NICK and EXEC strings, which exceeds the bounds of a hash table, and injects an EXEC hook function that receives and executes shell commands.

Vulnerable Product Search on Vulmon Subscribe to Product

bitchx bitchx 1.1-final

Exploits

/* Name: PBXS - Pointless BitchX Sploit * Author: clarity_ * Infected Versions: 11-final and others? * Synopsis: BitchX suffers from a unchecked bounds in a hash table in hookc where one * can inject data structures allowing for the remote execution of commands! * Usage: Execute "gcc -o pbxs pbxsc; /pbxs ps -aux | nc -l -p 6667" Now wh ...