mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 23:31:36 +02:00
19 lines
780 B
Markdown
19 lines
780 B
Markdown
### [CVE-2017-16994](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16994)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|