Skip to main content
CybersecurityVulnerability Management

BootROM Exploit Targets Millions of iPhones

Close-up of a smartphone's circuit board with blurred background, components out of focus.

“While newer generations have addressed the underlying issue, affected A12 and A13 devices will carry it for the remainder of their lifetime,” said Paradigm researchers.

Paradigm Shift’s usbliter8: the exploit in plain terms

Security researchers at Paradigm Shift published a BootROM exploit they call “usbliter8” that targets a flaw in SecureROM code on Apple devices using A12 and A13 processors. The vulnerability resides in immutable BootROM code burned into silicon during manufacturing, which means the bug cannot be patched through software updates. Paradigm’s proof-of-concept demonstrates the ability to run unsigned code during the boot process, to load custom iBoot images without signature checks, and to modify Device Firmware Update (DFU) behavior.

Devices affected: A12 and A13 iPhones (XS, XR, 11, 11 Pro) and similar hardware

Paradigm identified the affected models explicitly: iPhone XS, iPhone XR, iPhone 11, and iPhone 11 Pro, along with other devices powered by Apple’s A12 and A13 chips. The researchers contrasted those chips with Apple’s A11 and A14 families: A11 avoids the issue because it uses a different USB implementation, while A14 and later hardware “appears to have fixed the conditions that make the exploit possible.”

SecureROM, DFU mode, and the chain of trust

The exploit traces to the Synopsys DesignWare USB controller used by Apple. According to Paradigm, a flaw in how the hardware handles certain USB setup packets lets attackers corrupt memory while a device is in DFU mode, eventually giving control of SecureROM itself. SecureROM — the Secure Read-Only Memory at the bottom of Apple’s boot chain — is where the device’s chain of trust begins. If SecureROM is compromised, everything that follows in the boot process can be interfered with, which is why researchers regard BootROM vulnerabilities as especially consequential.

What this means for security researchers, end users, and adversaries

Security researchers: Paradigm’s proof-of-concept is a significant research tool. It marks compromised devices with the traditional “PWND” string familiar from jailbreaking history and allows researchers to experiment with unsigned boot code and custom iBoot images. Because BootROM bugs cannot be patched, affected hardware remains an enduring platform for study.

End users: Practical exploitation requires physical access to a device and the ability to place it into DFU mode. Paradigm and the reporting outlet both note there is “little reason to panic” for ordinary owners because the flaw is not easily weaponized for remote phishing or drive-by attacks.

Adversaries and threat actors: The exploit does not directly compromise the Secure Enclave Processor, which the report says still protects passcodes, encryption keys, and other sensitive data. However, gaining control of SecureROM moves an attacker very close to the device’s core trust mechanisms short of breaching the Secure Enclave itself.

Disclosure, vendor response, and the practical remedy

Paradigm said it disclosed the findings to Apple before publication and coordinated the release of the research with the company. The Register reported that Apple did not respond to its request for comment. Because the vulnerability is in immutable silicon, the researchers and the report are clear about the technical limits: there is no software patch that can remediate the underlying flaw. The Register tersely summarized the ultimate practical fix: replace the affected hardware — “buy a new iPhone” — a remedy described as simple but somewhat expensive.

The release of usbliter8 underscores a particular property of hardware-level bugs: they persist for the device’s lifetime. For researchers, that permanence can be a resource; for owners of A12- and A13-powered devices, it is a constraint with a costly workaround. Where the balance between research value and user risk lands will be shaped by how widely the exploit is used and whether future Apple hardware or procurement choices eliminate the underlying component behavior Paradigm identified.

Original story