mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
729 B
Markdown
18 lines
729 B
Markdown
### [CVE-2007-3360](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3360)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/4087
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|