Apple: New iPhone BootROM Vulnerability Exposes Apple SoCs to Full Chain-of-Trust Compromise
Home
cyber
Apple: New iPhone BootROM Vulnerability Exposes Apple SoCs to Full Chain-of-Trust Compromise
cyber
Vulnerability
Apple: New iPhone BootROM Vulnerability Exposes Apple SoCs to Full Chain-of-Trust Compromise
Jun 18, 2026<br>3 min read
Critical BootROM Vulnerability "usbliter8" Exposes Apple A12/A13 Devices to Unpatchable Exploits<br>Researchers at Paradigm Shift have uncovered a severe BootROM vulnerability, dubbed usbliter8, affecting Apple devices powered by A12, S4/S5, and A13 system-on-chips (SoCs). The flaw stems from a hardware-level bug in the Synopsys DWC2 USB controller, combined with a firmware misconfiguration, enabling attackers to achieve full application processor boot-chain compromise. Due to the immutable nature of BootROM code, no software patch can address the issue.
The vulnerability arises from a mismatch in how the DWC2 USB controller handles USB Setup packets. The controller stores up to three packets in memory before resetting the DMA base address (DOEPDMA register) to its starting position. However, while the controller increments the address by the size of written data after each operation, the reset always decrements it by a fixed 24 bytes. This discrepancy creates a buffer underflow, allowing controlled writes to unintended memory regions in 12-byte steps.
Exploitation varies by SoC generation. On A12 and S4/S5 devices, the DMA buffer’s proximity to the USB task’s stack enables direct corruption of a saved Link Register (LR), granting attackers program counter (PC) control during a scheduler context switch. A return-oriented programming (ROP) chain then redirects DMA writes into the boot trampoline, bypassing write protections and executing shellcode with full privileges.
The A13 SoC introduces additional hurdles, including Pointer Authentication (PAC), but researchers bypassed these protections through a multi-stage attack. By overwriting DART heap metadata, neutralizing checksum protections, and suppressing reboots via a panic counter overwrite, they achieved arbitrary code execution. The exploit leverages a firmware oversight only the IB key is enabled for PAC allowing attackers to load function pointers from controlled memory. Once EL1 execution is achieved, the exploit injects a custom USB request handler, patches the device’s serial number with a “PWND” identifier, and maintains stability by restoring corrupted heap allocations.
On A13 devices, the attack’s memory corruption necessitates a full SecureROM restart. Researchers achieve this by copying the ROM into SRAM, remapping it via custom MMU tables, and hooking ROM page table entry generation to preserve address space consistency. The custom handler enables two privileged operations: SoC demotion (temporarily lowering production mode) and unsigned iBoot booting, effectively bypassing Apple’s Secure Boot chain.
Affected Devices:
Apple A12 (iPhone XS, XR, iPad Pro 2018)
Apple S4/S5 (Apple Watch Series 4/5)
Apple A13 (iPhone 11 series)
As the vulnerability resides in immutable silicon, the only mitigation is migrating to A14 or later hardware. While Apple’s Secure Enclave Processor (SEP) provides an additional security layer, usbliter8 expands potential attack vectors against it. Paradigm Shift coordinated disclosure with Apple Product Security, and the full proof-of-concept exploit is publicly available in their research repository.<br>Source: https://cybersecuritynews.com/iphone-bootrom-vulnerability/<br>Apple TPRM report: https://www.rankiteo.com/company/apple-tree-partners
"id": "app1781807037",<br>"linkid": "apple-tree-partners",<br>"type": "Vulnerability",<br>"date": "6/2026",<br>"severity": "100",<br>"impact": "5",<br>"explanation": "Attack threatening the organization's existence"<br>{'affected_entities': [{'customers_affected': 'Users of A12/A13-based devices',<br>'industry': 'Consumer Electronics',<br>'location': 'Cupertino, California, USA',<br>'name': 'Apple Inc.',<br>'size': 'Large',<br>'type': 'Technology Company'}],<br>'attack_vector': 'Physical USB access',<br>'customer_advisories': 'Users of affected devices (A12/A13-based) should '<br>'consider upgrading to newer hardware (A14 or later) '<br>'as no software patch is possible.',<br>'data_breach': {'data_exfiltration': 'Potential if exploited',<br>'personally_identifiable_information': 'Potential if '<br>'exploited'},<br>'description': 'Researchers at Paradigm Shift have uncovered a severe BootROM '<br>'vulnerability, dubbed *usbliter8*, affecting Apple devices '<br>'powered by A12, S4/S5, and A13 system-on-chips (SoCs). The '<br>'flaw stems from a hardware-level bug in the Synopsys DWC2 USB '<br>'controller, combined with a firmware misconfiguration, '<br>'enabling attackers to achieve full application processor '<br>'boot-chain compromise. Due to the immutable nature of BootROM '<br>'code, no software patch can address the issue.',<br>'impact': {'brand_reputation_impact': 'Potential reputational damage due to '<br>'unpatchable...