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

18 lines
785 B
Markdown

### [CVE-2017-8071](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8071)
![](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
drivers/hid/hid-cp2112.c in the Linux kernel 4.9.x before 4.9.9 uses a spinlock without considering that sleeping is possible in a USB HID request callback, which allows local users to cause a denial of service (deadlock) via unspecified vectors.
### POC
#### Reference
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7a7b5df84b6b4e5d599c7289526eed96541a0654
#### Github
No PoCs found on GitHub currently.