Files
CVEs-PoC/2017/CVE-2017-15118.md
2025-09-29 21:09:30 +02:00

18 lines
872 B
Markdown

### [CVE-2017-15118](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15118)
![](https://img.shields.io/static/v1?label=Product&message=Qemu&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.11%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-121&color=brightgreen)
### Description
A stack-based buffer overflow vulnerability was found in NBD server implementation in qemu before 2.11 allowing a client to request an export name of size up to 4096 bytes, which in fact should be limited to 256 bytes, causing an out-of-bounds stack write in the qemu process. If NBD server requires TLS, the attacker cannot trigger the buffer overflow without first successfully negotiating TLS.
### POC
#### Reference
- https://www.exploit-db.com/exploits/43194/
#### Github
No PoCs found on GitHub currently.