vendor:
Kernel
by:
Anonymous
7,8
CVSS
HIGH
Kernel Address Leakage
200
CWE
Product Name: Kernel
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2020
Kernel Address Leakage Vulnerability
This exploit is based on a vulnerability in the Linux kernel which allows an attacker to leak kernel addresses from uninitialized memory. The exploit uses a MAP_ANONYMOUS | MAP_HUGETLB mapping to touch a mishandle and then uses mincore() to find the kernel address. The kernel address can then be used to bypass kaslr.
Mitigation:
The best way to mitigate this vulnerability is to ensure that all kernel memory is properly initialized and that all kernel memory is properly protected.