cve/2023/CVE-2023-52729.md

18 lines
648 B
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-52729](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-52729)
![](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
TCPServer.cpp in SimpleNetwork through 29bc615 has an off-by-one error that causes a buffer overflow when trying to add '\0' to the end of long msg data. It can be exploited via crafted TCP packets.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Halcy0nic/Trophies