Files
CVEs-PoC/2017/CVE-2017-17053.md
T
2025-09-29 21:09:30 +02:00

18 lines
875 B
Markdown

### [CVE-2017-17053](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17053)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The init_new_context function in arch/x86/include/asm/mmu_context.h in the Linux kernel before 4.12.10 does not correctly handle errors from LDT table allocation when forking a new process, allowing a local attacker to achieve a use-after-free or possibly have unspecified other impact by running a specially crafted program. This vulnerability only affected kernels built with CONFIG_MODIFY_LDT_SYSCALL=y.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/bongbongco/kernel-analysis