Files
CVEs-PoC/2009/CVE-2009-20007.md
T
2025-09-29 21:09:30 +02:00

20 lines
1.0 KiB
Markdown

### [CVE-2009-20007](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-20007)
![](https://img.shields.io/static/v1?label=Product&message=Talkative%20IRC&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-121%20Stack-based%20Buffer%20Overflow&color=brightgreen)
### Description
Talkative IRC v0.4.4.16 is vulnerable to a stack-based buffer overflow when processing specially crafted response strings sent to a connected client. An attacker can exploit this flaw by sending an overly long message that overflows a fixed-length buffer, potentially leading to arbitrary code execution in the context of the vulnerable process. This vulnerability is exploitable remotely and does not require authentication.
### POC
#### Reference
- https://www.exploit-db.com/exploits/16459
- https://www.exploit-db.com/exploits/8227
- https://www.zeroscience.mk/en/vulnerabilities/ZSL-2009-4909.php
#### Github
No PoCs found on GitHub currently.