zteeed / CVE-2018-4407-IOS

POC: Heap buffer overflow in the networking code in the XNU operating system kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2018-4407-IOS

CVE ? (Common Vulnerabilities and Exposures)

TLDR

The vulnerability is a heap buffer overflow in the networking code in the XNU operating system kernel. XNU is used by both iOS and macOS, which is why iPhones, iPads, and Macbooks are all affected. My exploit PoC just overwrites the heap with garbage, which causes an immediate kernel crash and device reboot.

Installation

bash install.sh

Usage

python3 exploit.py

POC

About

POC: Heap buffer overflow in the networking code in the XNU operating system kernel


Languages

Language:Python 96.6%Language:Shell 3.4%