{"id":17626,"date":"2026-06-20T09:51:53","date_gmt":"2026-06-20T16:51:53","guid":{"rendered":"https:\/\/jasonsblog.ddns.net\/?p=17626"},"modified":"2026-06-20T09:51:53","modified_gmt":"2026-06-20T16:51:53","slug":"new-unpatchable-exploit-targets-apple-devices-with-a12-and-a13-chips","status":"publish","type":"post","link":"https:\/\/jasonsblog.ddns.net\/index.php\/2026\/06\/20\/new-unpatchable-exploit-targets-apple-devices-with-a12-and-a13-chips\/","title":{"rendered":"New Unpatchable Exploit Targets Apple Devices With A12 and A13 Chips"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">As a general rule, you should control access to your computers and not leave them somewhere public and unattended. And with big tech cooperating with governments, are these exploits left on purpose?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/9to5mac.com\/2026\/06\/18\/new-unpatchable-exploit-targets-apple-devices-with-a12-and-a13-chips\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/9to5mac.com\/2026\/06\/18\/new-unpatchable-exploit-targets-apple-devices-with-a12-and-a13-chips\/<\/a><\/p>\n\n\n<div class=\"wp-block-ub-divider ub_divider ub-divider-orientation-horizontal\" id=\"ub_divider_0217287d-9429-4d10-9e74-7f5ae1ea34ee\"><div class=\"ub_divider_wrapper\" style=\"position: relative; margin-bottom: 2px; width: 100%; height: 2px; \" data-divider-alignment=\"center\"><div class=\"ub_divider_line\" style=\"border-top: 2px solid #ccc; margin-top: 2px; \"><\/div><\/div><\/div>\n\n\n<p class=\"wp-block-paragraph\">By Marcus Mendes<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/9to5mac.com\/wp-content\/uploads\/sites\/6\/2023\/09\/Apple-Silicon-chips.jpg?quality=82&amp;strip=all&amp;w=1600\" alt=\"Apple Silicon chip arm iPhone iPad Mac\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Researchers at Paradigm Shift have published the technical details of usbliter8, a new unpatchable iPhone BootROM vulnerability that enables arbitrary code execution on devices powered by Apple\u2019s A12 and A13 chips. Here are the details.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How usbliter8 works<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In a highly detailed <a href=\"https:\/\/ps.tc\/pages\/blog-usbliter8.html\">technical post<\/a> published today, the Paradigm Shift Team details <code>usbliter8<\/code>, a new exploit that \u201cleverages both a hardware bug in the USB controller and a specific configuration flaw present in the device firmware\u201d and cannot be patched.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The PS Team explains that ahead of today\u2019s disclosure, it shared its findings and worked with Apple Product Security to coordinate the release. The researchers also thanked Apple\u2019s security team for its \u201cprompt response, constructive engagement, and cooperation throughout\u201d the process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In a nutshell, this bug affects the following Apple SoCs: A12, S4, S5, and A13. Althrough the authors only explicitly mention the iPhone in their write-up, these are the devices equipped with these SoCs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>A12:<\/strong>\u00a0iPhone XR, iPhone XS\/XS Max, iPad Air 3, iPad mini 5, iPad 8, and second-generation Apple TV 4K<\/li>\n\n\n\n<li><strong>S4:<\/strong>\u00a0Apple Watch Series 4<\/li>\n\n\n\n<li><strong>S5:<\/strong>\u00a0Apple Watch Series 5, first-generation Apple Watch SE, and HomePod mini<\/li>\n\n\n\n<li><strong>A13:<\/strong>\u00a0iPhone 11\/11 Pro\/11 Pro Max, second-generation iPhone SE, iPad 9, and Studio Display<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">They add that \u201ctechnical support for A12X\/Z is possible,\u201d but \u201cit is not currently implemented.\u201d That could add the 2018 and 2020 iPad Pro lineups to the list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The way <code>usbliter8<\/code> works is: it sends specially crafted data to a device over USB while it is in DFU mode, confusing the USB controller and causing it to write data to the wrong part of memory.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/9to5mac.com\/wp-content\/uploads\/sites\/6\/2026\/06\/usbliter8.jpg?quality=82&amp;strip=all&amp;w=1024\" alt=\"\" class=\"wp-image-1057511\"\/><figcaption class=\"wp-element-caption\">Image: <a href=\"https:\/\/ps.tc\/pages\/blog-usbliter8.html\">Introducing usbliter8<\/a><\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">That gives an attacker with physical access to the device control over its startup process. From there, they can run their own code before iOS loads, bypass signature checks, and boot modified system software.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Importantly, the exploit does not affect or compromise the device\u2019s Secure Enclave, which in practice means that data such as passcodes and encrypted user data remain secure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That said, PS Team says that \u201calthough <code>usbliter8<\/code> doesn\u2019t affect SEP itself, it opens up wider attack vectors to compromise the Secure Enclave,\u201d adding that \u201cby releasing this exploit publicly, we hope to highlight the real-world impact of these hardware flaws and contribute to a broader understanding of modern SecureROM security.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The PS Team explains that there are different methods for leveraging the exploit on A12, S4, S5, and A13 chips, with the A13 exploit being more intricate because its SecureROM uses Pointer Authentication, or PAC, a security feature designed to prevent attackers from redirecting code execution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, the researchers found a way around PAC by carefully corrupting several parts of memory in stages, eventually taking control of the USB interrupt handler and using it to run their own code.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What now?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Given that this is also an unpatchable exploit, the researchers note that \u201caffected users should be aware that migrating to newer hardware remains the most effective mitigation.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interestingly, this exploit doesn\u2019t affect the A11 or earlier chips, which are vulnerable to a separate unpatchable BootROM exploit <a href=\"https:\/\/9to5mac.com\/2019\/09\/03\/ios-exploit-market-report\/\">known as checkm8<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After that exploit was discovered, it became the foundation for several jailbreak tools targeting older iPhones and iPads, so it is possible that the same might happen with the devices affected by <code>usbliter8<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to the technical write-up, the researchers also published a proof-of-concept project on <a href=\"https:\/\/github.com\/prdgmshift\/usbliter8\">GitHub<\/a>, which has amassed more than 280 stars in just a few hours.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Their write-up of the process is highly technical but a fascinating read. To learn more about <code>usbliter8<\/code> and how it works, <a href=\"https:\/\/ps.tc\/pages\/blog-usbliter8.html\">follow this link<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As a general rule, you should control access to your computers and not leave them somewhere public and unattended. And with big tech cooperating with governments, are these exploits left on purpose? https:\/\/9to5mac.com\/2026\/06\/18\/new-unpatchable-exploit-targets-apple-devices-with-a12-and-a13-chips\/ By Marcus Mendes Researchers at Paradigm Shift have published the technical details of usbliter8, a new unpatchable iPhone BootROM vulnerability that enables [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,7],"tags":[],"class_list":["post-17626","post","type-post","status-publish","format-standard","hentry","category-tech","category-world"],"blocksy_meta":[],"featured_image_src":null,"author_info":{"display_name":"Jason","author_link":"https:\/\/jasonsblog.ddns.net\/index.php\/author\/jturning\/"},"_links":{"self":[{"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/17626","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/comments?post=17626"}],"version-history":[{"count":1,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/17626\/revisions"}],"predecessor-version":[{"id":17627,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/posts\/17626\/revisions\/17627"}],"wp:attachment":[{"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/media?parent=17626"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/categories?post=17626"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jasonsblog.ddns.net\/index.php\/wp-json\/wp\/v2\/tags?post=17626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}