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

18 lines
772 B
Markdown

### [CVE-2014-1737](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1737)
![](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 raw_cmd_copyin function in drivers/block/floppy.c in the Linux kernel through 3.14.3 does not properly handle error conditions during processing of an FDRAWCMD ioctl call, which allows local users to trigger kfree operations and gain privileges by leveraging write access to a /dev/fd device.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2014/05/09/2
#### Github
No PoCs found on GitHub currently.