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

18 lines
793 B
Markdown

### [CVE-2014-1738](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1738)
![](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_copyout function in drivers/block/floppy.c in the Linux kernel through 3.14.3 does not properly restrict access to certain pointers during processing of an FDRAWCMD ioctl call, which allows local users to obtain sensitive information from kernel heap memory 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.