Files
CVEs-PoC/2009/CVE-2009-3616.md
T
2024-06-18 02:51:15 +02:00

18 lines
871 B
Markdown

### [CVE-2009-3616](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3616)
![](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
Multiple use-after-free vulnerabilities in vnc.c in the VNC server in QEMU 0.10.6 and earlier might allow guest OS users to execute arbitrary code on the host OS by establishing a connection from a VNC client and then (1) disconnecting during data transfer, (2) sending a message using incorrect integer data types, or (3) using the Fuzzy Screen Mode protocol, related to double free vulnerabilities.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=508567
#### Github
No PoCs found on GitHub currently.