Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-3360. PoCs published by clarity_.
AI-analyzed exploit summary This exploit targets a buffer overflow vulnerability in BitchX IRC client (CVE-2007-3360) by manipulating hash table structures to achieve remote command execution. It constructs malicious IRC messages to overwrite critical memory addresses and inject an EXEC command.
Description
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.
Exploits (1)
This exploit targets a buffer overflow vulnerability in BitchX IRC client (CVE-2007-3360) by manipulating hash table structures to achieve remote command execution. It constructs malicious IRC messages to overwrite critical memory addresses and inject an EXEC command.