mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-11 20:52:49 +02:00
19 lines
759 B
Markdown
19 lines
759 B
Markdown
### [CVE-2017-14954](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14954)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The waitid implementation in kernel/exit.c in the Linux kernel through 4.13.4 accesses rusage data structures in unintended cases, which allows local users to obtain sensitive information, and bypass the KASLR protection mechanism, via a crafted system call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/bcoles/kasld
|
|
- https://github.com/echo-devim/exploit_linux_kernel4.13
|
|
|