cve/2018/CVE-2018-7755.md

23 lines
1016 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-7755](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7755)
![](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
An issue was discovered in the fd_locked_ioctl function in drivers/block/floppy.c in the Linux kernel through 4.15.7. The floppy driver will copy a kernel pointer to user memory in response to the FDGETPRM ioctl. An attacker can send the FDGETPRM ioctl and use the obtained kernel pointer to discover the location of kernel code and data and bypass kernel security protections such as KASLR.
### POC
#### Reference
- https://usn.ubuntu.com/3696-1/
2024-06-09 00:33:16 +00:00
- https://usn.ubuntu.com/3696-1/
2024-05-26 14:27:05 +02:00
- https://usn.ubuntu.com/3698-1/
2024-06-09 00:33:16 +00:00
- https://usn.ubuntu.com/3698-1/
2024-05-26 14:27:05 +02:00
- https://usn.ubuntu.com/3698-2/
2024-06-09 00:33:16 +00:00
- https://usn.ubuntu.com/3698-2/
2024-05-26 14:27:05 +02:00
#### Github
- https://github.com/ARPSyndicate/cvemon