cve/2006/CVE-2006-4006.md

19 lines
791 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-4006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4006)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The do_gameinfo function in BomberClone 0.11.6 and earlier, and possibly other functions, does not reset the packet data size, which causes the send_pkg function (packets.c) to use this data size when sending a reply, and allows remote attackers to read portions of server memory.
### POC
#### Reference
- http://aluigi.altervista.org/adv/bcloneboom-adv.txt
- http://aluigi.org/poc/bcloneboom.zip
#### Github
No PoCs found on GitHub currently.