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

18 lines
678 B
Markdown

### [CVE-2017-14140](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14140)
![](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 move_pages system call in mm/migrate.c in the Linux kernel before 4.12.9 doesn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid executable despite ASLR.
### POC
#### Reference
- https://usn.ubuntu.com/3583-2/
#### Github
- https://github.com/fir3storm/Vision2