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

19 lines
919 B
Markdown

### [CVE-2015-8816](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8816)
![](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 hub_activate function in drivers/usb/core/hub.c in the Linux kernel before 4.3.5 does not properly maintain a hub-interface data structure, which allows physically proximate attackers to cause a denial of service (invalid memory access and system crash) or possibly have unspecified other impact by unplugging a USB hub device.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html
- http://www.oracle.com/technetwork/topics/security/ovmbulletinoct2016-3090547.html
#### Github
No PoCs found on GitHub currently.