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

20 lines
914 B
Markdown

### [CVE-2015-4003](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4003)
![](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 oz_usb_handle_ep_data function in drivers/staging/ozwpan/ozusbsvc1.c in the OZWPAN driver in the Linux kernel through 4.0.5 allows remote attackers to cause a denial of service (divide-by-zero error and system crash) via a crafted packet.
### POC
#### Reference
- http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=04bf464a5dfd9ade0dda918e44366c2c61fce80b
- http://www.ubuntu.com/usn/USN-2665-1
- https://github.com/torvalds/linux/commit/04bf464a5dfd9ade0dda918e44366c2c61fce80b
#### Github
- https://github.com/Live-Hack-CVE/CVE-2015-4003