mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
785 B
Markdown
18 lines
785 B
Markdown
### [CVE-2017-8071](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8071)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|