cve/2016/CVE-2016-2392.md

18 lines
817 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-2392](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2392)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The is_rndis function in the USB Net device emulator (hw/usb/dev-network.c) in QEMU before 2.5.1 does not properly validate USB configuration descriptor objects, which allows local guest OS administrators to cause a denial of service (NULL pointer dereference and QEMU process crash) via vectors involving a remote NDIS control message packet.
### POC
#### Reference
- http://www.securityfocus.com/bid/83274
#### Github
No PoCs found on GitHub currently.