/CVE-2018-4407-IOS

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

Primary LanguagePython

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