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

20 lines
832 B
Markdown

### [CVE-2016-3139](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3139)
![](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 wacom_probe function in drivers/input/tablet/wacom_sys.c in the Linux kernel before 3.17 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=1283375
- https://bugzilla.redhat.com/show_bug.cgi?id=1283377
- https://www.exploit-db.com/exploits/39538/
#### Github
No PoCs found on GitHub currently.