Linux kernel mincore() heap page disclosure (poc) Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2017-12-11 |
Type : dos |
Platform : linux
This exploit / vulnerability Linux kernel mincore() heap page disclosure (poc) is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
/*
* The source is modified from
* https://bugs.chromium.org/p/project-zero/issues/detail?id=1431
* I try to find out infomation useful from the infoleak
* The kernel address can be easily found out from the uninitialized memory
* leaked from kernel, which can help bypass kaslr
*/