checkm8 – The iPhone A5–A11 BootROM Exploit Explained
5 min read
What Is checkm8?
checkm8 is a BootROM-level exploit that enables unsigned code execution on iOS, iPadOS, tvOS, watchOS, bridgeOS, and audioOS devices. Because it exploits a bug in the device's read-only SecureROM chip, Apple cannot fix it with any software update. Every device based on the affected chips will remain exploitable for its entire lifetime.
It was discovered and published by axi0mX (Twitter/X: @axi0mX) as an open-source proof of concept via the ipwndfu tool on GitHub (7,300+ stars). The CVE identifier is CVE-2019-8900.
Affected Apple Chips & Devices
| Apple SoC | iPhone Models | Other Devices |
|---|---|---|
| A5 / A5X | iPhone 4s | iPad 2, iPad 3, iPad mini 1, iPod touch 5G, Apple TV 2G/3G |
| A6 / A6X | iPhone 5, iPhone 5c | iPad 4th gen |
| A7 | iPhone 5s | iPad Air 1, iPad mini 2/3, iPad Pro 9.7" |
| A8 / A8X | iPhone 6, iPhone 6 Plus | iPad Air 2, iPad mini 4, iPod touch 6G |
| A9 / A9X | iPhone 6s, iPhone 6s Plus, iPhone SE (1st gen) | iPad 5th gen, iPad Pro 9.7"/12.9" |
| A10 / A10X | iPhone 7, iPhone 7 Plus | iPad 6th/7th gen, iPad Pro 10.5"/12.9" 2nd gen, iPod touch 7G |
| A11 Bionic | iPhone 8, iPhone 8 Plus, iPhone X | — |
| T2 (Mac) | — | MacBook Pro 2018–2020, MacBook Air 2018–2020, Mac mini 2018, iMac Pro |
Not affected: A12 and newer (iPhone XR / XS / XS Max onwards). Note: the core use-after-free bug technically exists in A12/A13 SecureROMs as well, but the memory leak needed to exploit it was patched — this gap was later closed by USBLiter8 (June 2026) which uses a completely different technique.
The Root Cause – USB DFU Use-After-Free
The vulnerability lives in the USB DFU (Device Firmware Update) code inside SecureROM. Here is what happens:
- When DFU initialises, it allocates a global I/O buffer and registers a USB interface to handle transfers.
- During a data transfer, the interface code sets a global pointer to this I/O buffer and prepares for the data phase.
- The attacker sends a specially crafted USB packet that starts the data phase but violates the USB spec — then sends nothing. This leaves the global pointer set but the data phase incomplete.
- The attacker triggers a DFU re-entry (USB reset or failed image parse), causing the I/O buffer to be freed. But the global pointer still points to it — this is the use-after-free.
- The attacker now controls what gets allocated in that freed memory slot (heap grooming / "heap feng-shui") and overwrites a callback function pointer in a USB request object.
- When USB sends a reset, the device walks the request queue and executes the attacker's callback — giving full PC (program counter) control.
On A9X through A11, an additional memory leak vulnerability is needed to groom the heap precisely. By stalling the USB endpoint and sending requests with a length that is not a multiple of 64 bytes, zero-length packet objects accumulate on the heap without being freed. The attacker uses this to carve a perfectly sized "hole" for the freed I/O buffer to land exactly where needed.
Tools Built on checkm8
| Tool | Purpose | Notes |
|---|---|---|
| ipwndfu | Original PoC — SecureROM dump, keybag decrypt, JTAG demotion | Mac/Linux; does not work on Apple Silicon via USB-C |
| checkra1n | Full semi-tethered jailbreak (up to iOS 14.x) | macOS/Linux GUI + CLI; widely used in repair shops |
| palera1n | Semi-tethered jailbreak (iOS 15.0 through latest) | Actively maintained; see our palera1n article |
| gaster | Low-level exploit runner; used by developers and tool builders | Works on Apple Silicon Macs via USB-C |
| checkm8-a5 | A5 devices (iPhone 4s, iPad 2) | Requires Arduino due to USB packet timing differences |
What checkm8 Enables for GSM Professionals
- Carrier unlock (iPhone 6 through iPhone X) — BootROM access allows booting custom firmware that can read and write baseband NVM, enabling full carrier unlock without an official code from the operator.
- iCloud Activation Lock bypass — The most common use case in repair shops. checkra1n/palera1n provide a jailbroken environment where iCloud bypass tools operate.
- FRP and MDM bypass — BootROM access enables bypassing various enterprise lock mechanisms on affected devices.
- IMEI repair / blacklist removal research — Baseband NVM access has been used to study IMEI structure (though writing IMEI is illegal in most jurisdictions).
- SecureROM dump & keybag decryption — Used by researchers and tool developers to reverse-engineer firmware encryption keys.
- JTAG debugging — The "demotion" function lowers production mode, enabling hardware-level JTAG debugging.
Frequently Asked Questions
Q: Can Apple patch checkm8?
No. The vulnerability is in the BootROM which is mask-programmed silicon. Apple cannot push an update to change it. They fixed the issue starting with A12 (iPhone XR/XS, 2018).
Q: Does checkm8 work on iPhone 12 and newer?
No. A12 and newer chips are not affected. For iPhone XR, XS, and iPhone 11 series (A12/A13), the newer exploit USBLiter8 (June 2026) provides similar capabilities.
Q: Is it safe to use?
Physical access to the device in DFU mode is required each time. It cannot be triggered remotely. The Secure Enclave Processor (SEP) is not directly compromised.
Q: Which jailbreak should I use with checkm8?
For iOS 15 and above on A8–A11 devices, use palera1n 2.3. For iOS 14 and below, checkra1n is the classic choice.
Sources & Further Reading
Back to Knowledge Base
Categories
- SFR GENERIC CLEAN 1
- Déblocage d'usine officiel d'iPhone 1
- How to enter my Unlock Code on Nokia ? 2
- Unlocking by code OPPO 1
- Unlock Htc By code 1
- What is The Apple ID Hints? 1
- How to Root Your Android Device 1
- iCloud Bypass & Activation Lock 2
- Chimera Tool 2
- UnlockTool 4
- UAT PRO (Uni Android Tool) 2
- HALABTECH 2
- Global FRP Tool 3
- TTool Pro 3
- Zhizhen Schematics 2
- Z3X Tool 4
- Miracle Box / Thunder 1
- Infinity-Box / CM2 1
- EFT Product (Easy Firmware Team) 1
- Griffin-Unlocker 1
- Borneo Schematics 1
- RTC Tool 1
- NCK Box / Dongle / Online 1
- Hydra Tool 1
- DC-Unlocker 1
- Sigma Plus / Sigma Pack 1
- DeviceSavior Tool 1
- SamKey 1
- XinZhiZao Schematic Tool 1
- Octoplus FRP Tool 1
- CF-Tools 1
- OrionSchematics by ESTECH 1
- S-Tool Pro 1
- JCID Schematic Tool 1
- Pragmafix Tool 1
- TFM Tool Pro 1
- Cheetah Tool 1
- Sim-Unlocker Pro 1
- MobileSea Tool 1
- AndroidWinTool (AWT) 1
- Smart Tool Pro 1
- TMT Pro Tool 1
- Piranha Tool 1
- XiaomiKEY / XiaomiOTPLogin 1
- DFT / DT Pro Tool 1
- KingTool 1
- EVO Tool Unlock 1
- Fast Unlocker Pro 1
- General Unlocker / Global Unlocker Pro 1
- SGX Tool 1
- E-GSM Tool 1
- Pandora Box / Online 1
- Micro Box Activations 1
- Firmware Tools 1
- Box Activations (Multi-Brand) 1
- Android Multi Tool (AMT) 1
- Canva Tool / Design Credits 1
- FlexUnlock Tool 1
- DZKJ Phone Repair Tools 1
- TSM Tool 1
- WorldlinkGSM KG Tool 1
- Xiaomi Fix Pro Tool 1
- Xiaomi Fire Tool (XFT) 4
- Xiaomi Speed Tool 1
- Xiaomi King Tool 1
- Xiaomi Repair Tool (XRT) 1
- XM AUTH TOOL / BD AUTH 1
- XIAOMI FLASHER PRO 1
- Xiaomi / Redmi General Tools 1
- Nokia HMD Tool (Phoenix) 1
- Meow RealMe Tool 1
- MH Unlocker Pro 1
- DF-Tool 1
- Key Tool / Samsung FRP Tool 1
- SamsungTool.us 1
- Pixel Pro Tool 1
- GPT-PRO Tool 1
- GSD Dongle 1
- GUERRA TOOL 1
- HW-Key Tool (Huawei) 1
- Easy Jtag / Easy Jtag Plus 1
- Motorola Tools 1
- Avengers Box 1
- Wuxing / WXJ / FIVESTAR Tool 1
- T-Unlock Credits 1
- Mdm-Fix-Tool (MDM Bypass) 1
- GAWANSMIRT UNLOCKER PRO 1
- GAPro Login Tool 1
- RFT Login Tool 1
- imobiletool 1
- Mobile1Tech 1
- TR TOOLS 1
- IPTV Subscriptions 1
- Cryptocurrency Services 1
- Gift Cards (iTunes, Google Play, Amazon) 1
- Gaming Credits (PlayStation, Xbox, Steam) 1
- Software Subscriptions & Licenses 1
- Apple iCloud & MDM Services 1
- Samsung Account Services 1
- iPhone Security & BootROM Research 5

