### [CVE-2017-16994](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16994) ![](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 walk_hugetlb_range function in mm/pagewalk.c in the Linux kernel before 4.14.2 mishandles holes in hugetlb ranges, which allows local users to obtain sensitive information from uninitialized kernel memory via crafted use of the mincore() system call. ### POC #### Reference - https://www.exploit-db.com/exploits/43178/ #### Github - https://github.com/ARPSyndicate/cvemon - https://github.com/jedai47/CVE-2017-16994