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

18 lines
805 B
Markdown

### [CVE-2017-7187](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7187)
![](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 sg_ioctl function in drivers/scsi/sg.c in the Linux kernel through 4.10.4 allows local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact via a large command size in an SG_NEXT_CMD_LEN ioctl call, leading to out-of-bounds write access in the sg_write function.
### POC
#### Reference
- https://gist.github.com/dvyukov/48ad14e84de45b0be92b7f0eda20ff1b
#### Github
No PoCs found on GitHub currently.