惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
WordPress大学
WordPress大学
爱范儿
爱范儿
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
博客园_首页
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
MyScale Blog
MyScale Blog
IT之家
IT之家
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Unpatchable BootROM Flaw Impacts Apple A12, A13 Chips
https://www.infosecurity-magazine.com/profile/alessandro-mascell · 2026-06-22 · via www.infosecurity-magazine.com

A novel iPhone BootROM vulnerability has been discovered by researchers that gives attackers with physical access a route to compromise the boot chain on Apple A12, S4/S5 and Apple A13 systems-on-chips (SoCs).

Paradigm Shift's new analysis shared how the bug, which the firm dubbed usbliter8, could be exploited by combining a hardware vulnerability in the USB controller with a firmware configuration flaw in SecureROM.

The finding matters because BootROM code is immutable after manufacture. Unlike recent Apple software flaws, this class of issue cannot be fully corrected through an operating system update.

Exploitation is not remote. The proof-of-concept (PoC) shared by Paradigm Shift requires Device Firmware Update (DFU) mode and RP2350-based microcontroller hardware, limiting broad abuse but increasing the risk for seized, stolen or unattended devices.

Read more: Apple Mitigates "Extremely Sophisticated" Zero-Day Exploit

How the USB Bug Reaches SecureROM

Paradigm Shift traced the issue to how the Synopsys DesignWare USB controller stores setup data. The controller can hold three setup packets, then resets its direct memory access (DMA) pointer by a fixed amount when a fourth transaction arrives.

The controller also accepts undersized packets and stores them in 4-byte chunks. That mismatch allows the pointer to move backward, causing an underflow primitive that can overwrite static random-access memory (SRAM) used by SecureROM.

On Apple A12 and Apple A13 SecureROMs, the researchers said the Data Address Resolution Table (DART) configuration allowed this DMA behavior to break the application processor boot chain. A11 is not affected in the same way because its USB driver resets the DMA address after each packet.

Why the Impact Varies by Chip

The path to code execution differs by generation. On A12 and S4/S5, where SecureROM does not use Pointer Authentication, the exploit gains code execution by corrupting the link register on the stack. The researchers then used that access to patch the boot process and return to DFU mode with a custom USB request handler.

Apple A13 required a more complex route because Pointer Authentication protects stack-stored return addresses. Paradigm Shift said it bypassed that constraint through heap manipulation, task-state tampering and an interrupt handler overwrite.

The proof of concept currently supports:

  • Apple A12 devices using the targeted SecureROM path

  • Apple S4/S5 systems covered by the same exploit strategy

  • Apple A13 devices after Pointer Authentication bypass work

  • DFU mode features including demotion and raw iBoot booting

A14 and later chips appear to configure DART correctly in SecureROM, making the same route unexploitable. Paradigm Shift said usbliter8 does not directly compromise the Secure Enclave, but warned that BootROM-level control can open wider attack paths.

The firm said affected A12 and A13 devices will carry the issue for their lifetime, making migration to newer hardware the most effective mitigation.