vendor:
Kernel
by:
Daniel Jiang
9,8
CVSS
HIGH
Out-of-bounds write
787
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
Android Kernel Crash PoC
This PoC exploits an out-of-bounds write vulnerability in the Android kernel. The vulnerability is triggered when the sin_family field of the sockaddr_in structure is set to 0. This causes the kernel to write to an out-of-bounds memory location, resulting in a kernel panic.
Mitigation:
The vulnerability can be mitigated by ensuring that the sin_family field of the sockaddr_in structure is set to a valid value before calling connect().