{"id":8166,"date":"2025-11-04T10:04:12","date_gmt":"2025-11-04T10:04:12","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2025\/11\/04\/apple-patches-multiple-critical-vulnerabilities-in-ios-26-1-and-ipados-26-1\/"},"modified":"2025-11-04T10:04:12","modified_gmt":"2025-11-04T10:04:12","slug":"apple-patches-multiple-critical-vulnerabilities-in-ios-26-1-and-ipados-26-1","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2025\/11\/04\/apple-patches-multiple-critical-vulnerabilities-in-ios-26-1-and-ipados-26-1\/","title":{"rendered":"Apple Patches Multiple Critical Vulnerabilities in iOS 26.1 and iPadOS 26.1"},"content":{"rendered":"<p>    Apple Patches Multiple Critical Vulnerabilities in iOS 26.1 and iPadOS 26.1<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>Apple released iOS 26.1 and iPadOS 26.1, addressing multiple vulnerabilities that could lead to privacy breaches, app crashes, and potential data leaks for iPhone and iPad users.<\/p>\n<p>The update targets devices starting from the iPhone 11 series and various iPad models, including the iPad Pro (3rd generation 12.9-inch and later), iPad Pro 11-inch (1st generation and later), iPad Air (3rd generation and later), iPad (8th generation and later), and iPad mini (5th generation and later).<\/p>\n<p>This release underscores Apple\u2019s ongoing commitment to rapid response against evolving threats, especially as cyber risks intensify in an era of advanced malware and targeted attacks.<\/p>\n<p>The patches address over 50 issues across core components like WebKit, the Kernel, and Accessibility features. Many stem from memory corruption risks, privacy issues, and sandbox escapes, which could allow malicious apps to snoop on user data or destabilize the system.<\/p>\n<p>Security researchers from ByteDance, Trend Micro\u2019s Zero Day Initiative, Google, and independent experts discovered most flaws, highlighting the collaborative nature of vulnerability hunting in the iOS ecosystem.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-key-privacy-and-sandbox-vulnerabilities-patched\"><strong>Key Privacy and Sandbox Vulnerabilities Patched<\/strong><\/h2>\n<p>Several fixes focus on preventing apps from overstepping boundaries, a common vector for data theft. For instance, in Accessibility (CVE-2025-43442), a permissions flaw let apps detect other installed applications, potentially enabling fingerprinting.<\/p>\n<p>Apple <a href=\"https:\/\/support.apple.com\/en-us\/125632\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">mitigated<\/a> this with stricter restrictions. Similarly, the Apple Account component (CVE-2025-43455) blocked malicious apps from screenshotting sensitive info in embedded views through enhanced privacy checks.<\/p>\n<p>In the Kernel and Apple Neural Engine, memory handling improvements (CVE-2025-43398, CVE-2025-43447, CVE-2025-43462) prevent unexpected crashes or kernel corruption, which could lead to <a href=\"https:\/\/cybersecuritynews.com\/tag\/denial-of-service-attack\/\">denial-of-service attacks<\/a>.<\/p>\n<p>Assets and CloudKit updates (CVE-2025-43407, CVE-2025-43448) reinforce sandbox integrity by validating symlinks more rigorously and preventing apps from escaping their confines to access protected files.<\/p>\n<p>Contacts and Photos also received logging and temporary file tweaks (CVE-2025-43426, CVE-2025-43391) to redact sensitive data and curb unauthorized access. A notable fix in Stolen Device Protection (CVE-2025-43422) adds logic to prevent physical attackers from disabling the feature, vital for protecting lost or stolen devices.<\/p>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th>Component<\/th>\n<th>CVE<\/th>\n<th>Impact<\/th>\n<th>Description<\/th>\n<th>Researcher<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Accessibility<\/td>\n<td>CVE-2025-43442<\/td>\n<td>App identifies installed apps<\/td>\n<td>Permissions issue with added restrictions<\/td>\n<td>Zhongcheng Li (ByteDance)<\/td>\n<\/tr>\n<tr>\n<td>Apple Account<\/td>\n<td>CVE-2025-43455<\/td>\n<td>Malicious app screenshots sensitive info<\/td>\n<td>Privacy issue with improved checks<\/td>\n<td>Ron Masas, Pinak Oza<\/td>\n<\/tr>\n<tr>\n<td>Kernel<\/td>\n<td>CVE-2025-43398<\/td>\n<td>Unexpected system termination<\/td>\n<td>Improved memory handling<\/td>\n<td>Cristian Dinca (icmd.tech)<\/td>\n<\/tr>\n<tr>\n<td>Assets<\/td>\n<td>CVE-2025-43407<\/td>\n<td>App breaks sandbox<\/td>\n<td>Improved entitlements<\/td>\n<td>JZ<\/td>\n<\/tr>\n<tr>\n<td>CloudKit<\/td>\n<td>CVE-2025-43448<\/td>\n<td>App breaks sandbox<\/td>\n<td>Improved symlink validation<\/td>\n<td>Hikerell (Loadshine Lab)<\/td>\n<\/tr>\n<tr>\n<td>Contacts<\/td>\n<td>CVE-2025-43426<\/td>\n<td>App accesses sensitive data<\/td>\n<td>Improved data redaction in logging<\/td>\n<td>Wojciech Regula (SecuRing)<\/td>\n<\/tr>\n<tr>\n<td>Stolen Device Protection<\/td>\n<td>CVE-2025-43422<\/td>\n<td>Attacker disables protection<\/td>\n<td>Added logic<\/td>\n<td>Will Caine<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<h2 class=\"wp-block-heading\" id=\"h-webkit-overhaul-targets-web-based-exploits\"><strong>WebKit Overhaul Targets Web-Based Exploits<\/strong><\/h2>\n<p>WebKit, powering Safari and web views, dominates the update with fixes for crashes, memory corruption, and cross-origin data exfiltration.<\/p>\n<p>A <a href=\"https:\/\/cybersecuritynews.com\/use-after-free-vulnerability\/\" target=\"_blank\" rel=\"noreferrer noopener\">use-after-free<\/a> vulnerability (CVE-2025-43438) could crash Safari via malicious content, while buffer overflows (CVE-2025-43429) risked arbitrary code execution.<\/p>\n<p>Apple addressed these through better memory management, bounds checking, and disabling risky optimizations like array allocation sinking (CVE-2025-43421).<\/p>\n<p>Privacy threats include keystroke monitoring (CVE-2025-43495) and cross-origin image theft in Canvas (CVE-2025-43392). Visiting spoofed sites could trick users (CVE-2025-43493, CVE-2025-43503), now countered with UI state improvements.<\/p>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th>Component<\/th>\n<th>CVE<\/th>\n<th>Impact<\/th>\n<th>Description<\/th>\n<th>Researcher<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>WebKit<\/td>\n<td>CVE-2025-43480<\/td>\n<td>Cross-origin data exfiltration<\/td>\n<td>Improved checks (Bugzilla 276208)<\/td>\n<td>Aleksejs Popovs<\/td>\n<\/tr>\n<tr>\n<td>WebKit<\/td>\n<td>CVE-2025-43438<\/td>\n<td>Safari crash via use-after-free<\/td>\n<td>Improved memory management (Bugzilla 297662)<\/td>\n<td>shandikri (Trend Micro ZDI)<\/td>\n<\/tr>\n<tr>\n<td>WebKit<\/td>\n<td>CVE-2025-43495<\/td>\n<td>Keystroke monitoring<\/td>\n<td>Improved checks (Bugzilla 300095)<\/td>\n<td>Lehan Dilusha Jayasinghe<\/td>\n<\/tr>\n<tr>\n<td>WebKit Canvas<\/td>\n<td>CVE-2025-43392<\/td>\n<td>Cross-origin image exfil<\/td>\n<td>Improved cache handling (Bugzilla 297566)<\/td>\n<td>Tom Van Goethem<\/td>\n<\/tr>\n<tr>\n<td>WebKit<\/td>\n<td>CVE-2025-43429<\/td>\n<td>Process crash via buffer overflow<\/td>\n<td>Improved bounds checking (Bugzilla 298232)<\/td>\n<td>Google Big Sleep<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p>Other components like Camera, Siri, and Text Input received targeted patches for logic flaws and lock screen leaks (CVE-2025-43450, CVE-2025-43454, CVE-2025-43452).<\/p>\n<p>Experts urge immediate updates, as unpatched devices remain vulnerable to zero-day exploits. Apple\u2019s security page details all fixes, crediting researchers under its <a href=\"https:\/\/cybersecuritynews.com\/what-is-bug-bounty-program-why-organization-needs-them\/\" target=\"_blank\" rel=\"noreferrer noopener\">bounty program<\/a>. With iOS 26.1, users gain stronger defenses against a landscape rife with sophisticated threats.<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 94%,rgb(169,184,195) 100%)\"><strong>Follow us on <a href=\"https:\/\/news.google.com\/publications\/CAAqMggKIixDQklTR3dnTWFoY0tGV041WW1WeWMyVmpkWEpwZEhsdVpYZHpMbU52YlNnQVAB?hl=en-IN&amp;gl=IN&amp;ceid=IN:en\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Google News<\/a>, <a href=\"https:\/\/www.linkedin.com\/company\/cybersecurity-news\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">LinkedIn<\/a>, and <a href=\"https:\/\/x.com\/cyber_press_org\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">X<\/a> for daily cybersecurity updates. <a href=\"https:\/\/cybersecuritynews.com\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Contact us<\/a> to feature your stories.<\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/apple-patches-critical-vulnerabilities\/\">Apple Patches Multiple Critical Vulnerabilities in iOS 26.1 and iPadOS 26.1<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Guru Baran<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/apple-patches-critical-vulnerabilities\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apple Patches Multiple Critical Vulnerabilities in iOS 26.1 and iPadOS 26.1 Apple released iOS 26.1 and iPadOS 26.1, addressing multiple vulnerabilities that could lead to privacy breaches, app crashes, and potential data leaks for iPhone and iPad users. The update targets devices starting from the iPhone 11 series and various iPad models, including the iPad [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,131,648],"tags":[130],"class_list":["post-8166","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-vulnerability","category-vulnerability-news","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/8166"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=8166"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/8166\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=8166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=8166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=8166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}