The vulnpocalypse rains iBugs down on Apple with record-setting number of patches
Apple's record patch cycle fixes 260+ CVEs across iOS 27 and macOS 27, including CUPS remote code execution, with no active exploitation reported.
Apple patched more than 260 CVEs across its operating systems and software, its largest single patch cycle ever, with iOS 27 fixing 122 flaws and macOS 27 Golden Gate fixing 204. Notable bugs include CVE-2026-43692, a CUPS validation issue allowing remote code execution, and CVE-2026-43689, an iOS privilege-escalation flaw granting root access. Ten CVEs were credited to AI-assisted bug hunting, including CVE-2026-65410 and CVE-2026-65409 found by Calif with Claude and Anthropic Research. None of the vulnerabilities are listed as actively exploited.
- 260+ CVEs patched is Apple's largest-ever single patch cycle
- CVE-2026-43692 in CUPS enables remote code execution via printer interface
- CVE-2026-43689 allows iOS apps to gain root privileges
- Multiple SMB and WebDAV flaws could leak kernel memory or execute code
- AI-assisted discovery credited for ten CVEs including by Nvidia AI Red Team
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-65374 | Memory Corruption RCE via Malicious WebDAV Server in Apple macOS CVE-2026-65374 is an out-of-bounds write (memory corruption) flaw in Apple macOS's handling of WebDAV connections, rated 8.8 (high) with network vector, low attack complexity, no privileges required, but user interaction required. It is triggered when a victim connects to an attacker-controlled WebDAV server — for example by clicking a webdav:// link or mounting an untrusted WebDAV share via Finder's 'Connect to Server' — and the malformed server responses corrupt memory in the WebDAV client code. Successful exploitation can yield arbitrary code execution with the privileges of the connecting user, impacting confidentiality, integrity, and availability. All Macs running macOS Sequoia before 15.8, macOS Tahoe before 26.7, and macOS Golden Gate before 27 are affected; Apple addressed the issue with improved validation. No public proof-of-concept is known and the flaw is not on the CISA KEV catalog, so there is no evidence of in-the-wild exploitation at this time. Do: Patch to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 (System Settings > Software Update), prioritizing fleets where users mount network shares. Advise users not to click webdav:// links or connect to WebDAV servers from untrusted sources, since the flaw requires user interaction. Egress/URL filtering can also block or flag webdav:// schemes and unexpected outbound WebDAV (TCP 80/443 with WebDAV methods) as a defense-in-depth measure. | 8.8 group max | <1% | PoC |
| masstens of millions of Macs (est. >1M, likely 10M–100M+ devices on unpatched macOS versions) | |
| CVE-2026-43689 | Apple Permissions Flaw Lets Malicious Apps Gain Root on iOS, iPadOS, macOS, visionOS CVE-2026-43689 is a permissions issue in Apple's operating systems where insufficient restrictions allowed a malicious application to elevate itself to root privileges, effectively breaking out of the app sandbox. Exploitation is local: an attacker must first get a malicious app onto the victim's iPhone, iPad, Mac, or Vision Pro, after which the flaw grants the app full root control of the device. Root access on these platforms exposes sensitive user data and enables deep persistence on the compromised device. Apple addressed the issue with additional restrictions in iOS 26.7/iPadOS 26.7, iOS 27/iPadOS 27, macOS Golden Gate 27, and visionOS 27, released as part of Apple's September 'Updates Everything' wave. No public proof of concept is known, the flaw is not on the CISA KEV list, and there are no reports of in-the-wild exploitation. Do: Patch promptly: update iPhones and iPads to iOS/iPadOS 26.7 or later (or iOS/iPadOS 27), Macs to macOS Golden Gate 27, and Vision Pro headsets to visionOS 27 as soon as the rollout reaches the device. Because exploitation requires a malicious app to already be installed, audit installed apps and remove anything sideloaded, enterprise-signed, or from untrusted sources, and keep installations limited to the App Store. MDM administrators should push these updates fleet-wide and review device logs for unexpected privilege-escalation or sandbox-escape behavior. | 7.8 | — |
| mass≈1 billion+ devices (Apple's global active install base across iPhone, iPad, Mac, and Vision Pro) | ||
| CVE-2026-43690 | Race condition allows local kernel memory read in Apple macOS CVE-2026-43690 is a race condition in Apple's macOS caused by insufficient locking, which Apple addressed with improved locking mechanics. A local attacker with an existing account on an affected Mac could exploit the timing flaw to read portions of kernel memory, potentially exposing sensitive data such as pointers, credentials, or secrets that could aid in further privilege-escalation or sandbox-escape chains. Only users on unpatched macOS versions are affected; the fix ships in macOS Golden Gate 27, macOS Sequoia 15.8, and macOS Tahoe 26.7. The issue requires local access, so remote exploitation is not in scope. No public proof of concept is known and the flaw is not listed in CISA's Known Exploited Vulnerabilities catalog. Do: Patch affected Macs to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 (or later) as soon as practical via Software Update or your MDM deployment. Because exploitation requires local access, enforce least-privilege local account policies, limit who can run arbitrary code on shared or lab Macs, and review logs for suspicious local privilege-elevation attempts. | — | — |
| masslikely tens to hundreds of millions of Macs (unpatched macOS installs) | ||
| CVE-2026-43719 | Use-After-Free in Apple macOS SMB Client Crashes Macs via Malicious Network Share CVE-2026-43719 is a use-after-free flaw (CWE-416) in the way macOS handles SMB network shares, addressed by Apple with improved memory management. An attacker triggers it by convincing a user to mount a maliciously crafted SMB share — for example through an smb:// link or an attacker-controlled file server on the network — and successful exploitation causes the affected Mac to terminate (a crash or kernel-level denial of service). The CVSS 3.1 vector (6.5, A:H) shows the impact is availability only, with no indicated path to code execution or data theft, though a repeatable crash gives a reliable remote DoS against any user who mounts the share. The flaw affects macOS Sequoia before 15.8, macOS Tahoe before 26.7, and macOS Golden Gate before 27, and the vulnerable SMB client ships in standard macOS installs. It was fixed as part of a record-setting Apple patch batch; no public proof of concept or in-the-wild exploitation is known, and it is not on the CISA KEV list. Do: Update to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 (or later) via System Settings > General > Software Update. Instruct users not to mount SMB shares from untrusted servers and to be cautious with unsolicited smb:// links that prompt to connect. Admins should treat this patch batch — reported as record-setting in size — as a priority rollout and verify update compliance across their Mac fleets. | 6.5 | — |
| mass≈100M+ Macs (the vulnerable SMB client ships in every default macOS install) | ||
| CVE-2026-43791 | Input Validation Flaw in macOS Lets Apps Read Arbitrary Files Apple patched a validation and input sanitization flaw in macOS that allows an app to read arbitrary files on the system, bypassing the file-access restrictions normally enforced for third-party apps. Exploitation requires a locally installed app invoking the affected component, so an attacker must first get their app onto a victim's Mac (e.g., via sideloading, a compromised or repackaged legitimate app, or an app that slips past review). Successful abuse can expose any file accessible to the logged-in user — documents, credentials, keychains, and configuration data — though the flaw does not by itself grant code execution or remote access. All Macs running macOS versions older than Sequoia 15.8, Tahoe 26.7, or Golden Gate 27 are affected. No CVSS score has been assigned, no public proof-of-concept exists, and the issue is not on CISA's Known Exploited Vulnerabilities catalog; the fix shipped as part of a record-setting wave of Apple security patches. Do: Update to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 (or later) via System Settings > Software Update on all managed and personal Macs. Because exploitation requires a locally running app, audit installed third-party apps and remove untrusted or non-essential ones, and treat sideloaded or repackaged apps with heightened scrutiny. Monitor for a CVSS score, public PoC, or KEV listing as analysis of Apple's record-setting patch batch progresses. | — | — |
| massTens of millions of Macs plausibly remain unpatched (base of 100M+ active Macs, only a fraction updated at disclosure) | ||
| CVE-2026-64790 | macOS Path Validation Flaw Lets Apps Gain Elevated Privileges CVE-2026-64790 is a path handling vulnerability in Apple's macOS in which insufficient validation of file paths allows a malicious or compromised application to gain elevated privileges on the system. Exploitation is local: an attacker must first get their app running on a target Mac, then abuse the flawed path handling to escalate beyond the app's normal permissions. The issue was fixed with improved validation in macOS Sequoia 15.8, macOS Tahoe 26.7, and macOS Golden Gate 27, so Macs running earlier builds of these release lines remain exposed. NVD has not yet assigned a CVSS score, there is no known public proof-of-concept, and the flaw is not in CISA's KEV catalog, though it shipped as part of a record-setting batch of Apple patches. No exploitation in the wild has been reported. Do: Update affected Macs to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 or later via System Settings > General > Software Update, and verify patch status across the fleet. Because exploitation requires a local app to be running, keep Gatekeeper and notarization enforcement enabled, restrict installation of unvetted software, and monitor endpoint logs for apps spawning higher-privilege processes. Note this fix landed in a record-sized Apple update wave, so triage the other CVEs patched in the same releases as well. | — | — |
| masstens of millions of Macs (unpatched share of Apple's ~100M+ active Mac installed base across three macOS release lines) | ||
| CVE-2026-65375 | macOS Authentication Flaw Lets Apps Trigger Unexpected System Termination An authentication weakness in macOS allows an app running on an affected Mac to cause unexpected system termination, effectively a local denial-of-service condition. The flaw is triggered when an app invokes a privileged system operation without the caller being properly authenticated, leading the system to crash or restart rather than rejecting the request. An attacker gains only an availability impact — repeated reboots or crashes of a victim's Mac — with no indication of code execution or data exposure. Affected users are those on macOS versions prior to the fixes, which shipped in macOS Sequoia 15.8, macOS Tahoe 26.6, and macOS Golden Gate 27 as part of a record-setting Apple patch batch. No public proof-of-concept exists and the flaw is not listed in CISA's Known Exploited Vulnerabilities catalog, so exploitation is presumed limited or absent. Do: Update to macOS Sequoia 15.8, macOS Tahoe 26.6, or macOS Golden Gate 27 as appropriate for your hardware, since the fix strengthens the authentication check that prevents apps from terminating the system. Restrict app installations to trusted, notarized sources such as the App Store, and enable Gatekeeper to reduce the chance of running a malicious app that could abuse this. Check logs for unexpected shutdowns or kernel panics that may indicate past abuse of this behavior. | — | — |
| masson the order of 100M+ Macs (Apple's active Mac installed base) | ||
| CVE-2026-65376 | Out-of-Bounds Read in Apple macOS Enables App-Triggered System Crashes CVE-2026-65376 is an out-of-bounds read vulnerability in Apple's macOS caused by insufficient bounds checking, which Apple addressed with improved validation. It is triggered when an app on an affected Mac performs the out-of-bounds memory read, allowing that app to cause unexpected system termination — effectively a denial-of-service crash of the machine. While out-of-bounds reads can sometimes expose memory contents, Apple's advisory only documents the crash impact, so data disclosure should not be assumed. Users on any macOS version older than Golden Gate 27, Sequoia 15.8, or Tahoe 26.7 are affected, and the flaw was disclosed amid a record-setting wave of Apple security patches. No public proof of concept exists, the issue is not on the CISA KEV list, and no exploitation in the wild has been reported. Do: Update to macOS Tahoe 26.7, macOS Sequoia 15.8, or macOS Golden Gate 27 via Software Update as soon as the fixed builds are available. Because exploitation requires running a malicious app, keep Gatekeeper enabled and restrict installations to App Store or notarized software. On unpatched Macs, investigate unexpected system terminations or crash logs as a potential indicator of abuse. | — | — |
| mass≈100M+ Macs (Apple's active Mac installed base across three supported macOS generations) | ||
| CVE-2026-65406 | App Data-Access Logic Flaw in Apple iOS, iPadOS, macOS, tvOS, visionOS CVE-2026-65406 is a logic flaw caused by insufficient validation in Apple's operating systems, addressed with improved checks in a record-setting wave of Apple patches. An app installed on an affected device may be able to access sensitive user data beyond what its permissions should allow, meaning exploitation requires the victim to first install a malicious or compromised app (e.g., via App Store, sideloading, or enterprise distribution) rather than a remote network vector. Successful abuse gives the attacker's app unauthorized access to sensitive user data, a privacy/confidentiality breach rather than code execution. Affected users are those running iOS and iPadOS prior to the fixes in 26.7 and 27, macOS Sequoia prior to 15.8, macOS Tahoe prior to 26.7, macOS Golden Gate prior to 27, tvOS prior to 27, and visionOS prior to 27. There is no known in-the-wild exploitation, no public PoC, and the CVE is not on CISA's KEV list, though CVSS has not yet been scored and details may evolve. Do: Patch promptly: update iPhones and iPads to iOS/iPadOS 26.7 or 27, Macs to macOS Sequoia 15.8, Tahoe 26.7, or Golden Gate 27, Apple TVs to tvOS 27, and Vision Pro headsets to visionOS 27, with MDM/IT fleets pushing these updates organization-wide. Because exploitation requires a malicious app on the device, audit installed apps, remove unfamiliar or unnecessary ones, and review app permission grants for suspicious data access. Watch for follow-up Apple advisories or a CVSS score, since this flaw landed in a record-setting patch wave and severity details may still be refined. | — | — |
| massPotentially 1 billion+ Apple devices worldwide running pre-fix OS versions (clearly an estimate) | ||
| CVE-2026-65409 | Type Confusion Denial of Service in Apple iOS, macOS, and watchOS CVE-2026-65409 is a type confusion vulnerability (CWE-843) caused by improper memory handling in Apple's operating system frameworks, fixed with improved memory management. It is triggered when a locally installed malicious app interacts with the vulnerable code, requiring user interaction to execute (per the CVSS vector: local attack vector, no privileges required, user interaction required). Successful exploitation results only in a denial of service — an app may be able to crash the affected process or device — with no impact on confidentiality or integrity. The flaw affects a broad range of Apple platforms, including iOS, iPadOS, macOS (Sequoia, Tahoe, and Golden Gate), tvOS, visionOS, and watchOS, and was addressed in a record-setting batch of Apple patches. No public proof-of-concept exists and the issue is not listed in CISA's Known Exploited Vulnerabilities catalog, so there is no evidence of in-the-wild exploitation. Do: Patch affected devices to iOS/iPadOS 26.7 or 27, macOS Sequoia 15.8, macOS Tahoe 26.7, macOS Golden Gate 27, tvOS 27, visionOS 27, or watchOS 27, prioritizing devices that sideload or freely install third-party apps. Because exploitation requires a local app plus user interaction and only affects availability, this is a lower-priority patch than actively exploited flaws, but it should still roll into standard update cycles via MDM or automatic updates. Restrict app installation to the App Store and review any enterprise- or developer-signed apps deployed to managed fleets. | 5.5 | — |
| mass≈1B+ devices (Apple's installed base exceeds 2 billion active devices, most running pre-patch OS branches) | ||
| CVE-2026-65410 | App-Triggered Denial of Service in Apple iOS, iPadOS, macOS, tvOS, visionOS, watchOS This is a denial-of-service flaw spanning Apple's operating systems: a locally installed app may be able to cause unexpected system termination (a device crash or forced reboot), which Apple addressed by adding improved validation checks. It is triggered by running a malicious or misbehaving app on the device, which abuses the missing checks to bring down the OS; there is no indication of remote triggering, code execution, or data exposure. The impact an attacker gains is purely availability — the ability to crash or repeatedly terminate a victim's device. Affected users include those on iPhone, iPad, Mac, Apple TV, Apple Watch, and Apple Vision Pro devices running OS builds older than the fix releases (iOS/iPadOS 26.7 and 27, macOS Tahoe 26.7, macOS Golden Gate 27, tvOS 27, visionOS 27, watchOS 27). There is no public PoC, the CVE is absent from CISA's KEV catalog, and no exploitation in the wild is known; the patch shipped amid a record-setting batch of Apple security fixes. Do: Deploy the fixed builds across the fleet: iOS/iPadOS 26.7 or 27, macOS Tahoe 26.7 or macOS Golden Gate 27, tvOS 27, visionOS 27, and watchOS 27; enabling automatic updates will cover most consumer and BYOD devices. Because exploitation requires a malicious app already present on the device, this is lower urgency than remotely exploitable bugs — standard controls such as App Store-only installation and MDM app allow-listing substantially limit the attack path. Monitor for the pending CVSS score and any crash-report patterns suggesting abuse of the termination path. | — | — |
| mass≈1-2 billion active Apple devices (essentially the entire pre-update iPhone, iPad, Mac, Apple TV, Apple Watch, and Vision Pro install base) |
Full article768 words · extracted from theregister.com · click to collapse
Apple has addressed more than 260 CVEs across all of its operating systems, browsers, and other software products, marking the largest single patch cycle in Cupertino's history.
While this CVE count is hardly notable compared to some vendors - hello, Microsoft’s record-breaking 974 bugs disclosed earlier this month - it does set a company record for Apple. It also reflects the new reality of AI-driven bug hunting, as models become exponentially better and faster at finding security vulnerabilities.
However, the flip side of the AI coin we were promised - that models would also excel at writing patches and automatically fixing software and systems - yeah, that hasn't happened yet.
REG AD
The silver lining for everyone updating their Apple products right now (including this humble vulture): none of the vulnerabilities are listed as being under active exploitation. Of course, that may change very quickly as attackers are, at this very moment, looking to exploit the newly disclosed bugs, too. And we promise you that they are using AI.
REG AD
Apple’s latest mobile and operating system versions, iOS 27 and macOS 27 Golden Gate, released on Monday, also address a record 122 and 204 security vulnerabilities, respectively, across phone, iPad, and computer operating systems.
Of these hundreds of CVEs, however, there are only ten (by our count) that AI is directly credited with finding.
iOS 27 fixes 122 flaws
Just two of the iPhone and iPad CVEs fixed with iOS 27 credit a coding agent or AI assistant with finding them. These include CVE-2026-65410, a vuln that exists in iPhone and iPad AVE video encoders, that can cause unexpected system termination. Apple credited AI-bug-finding firm Calif, along with Claude and Anthropic Research, with finding and reporting this security flaw.
Then there's CVE-2026-65409, a type-confusion issue in iOS’ Foundation framework that can be abused to cause a denial of service, also found by Calif - specifically human researcher Bruce Dang - in collaboration with Claude and Anthropic Research.
Some of the more interesting and serious iOS bugs fixed with the newest update aren’t listed as found by AI.
These include CVE-2026-43689, a privilege-escalation flaw that could allow an app to gain root access. Apple credited Nosebeard Labs’ Andreas Jaegersberger and Ro Achterberg with reporting this bug.
Additionally, CVE-2026-65406, a logic-issue flaw due to improper validation in Background Assets, could be abused to access sensitive user data. Background Assets is an Apple framework that lets you download large files and content in the background before a user opens the app for the first time. Baidu Security researcher Ye Zhang spotted this one.
REG AD
macOS 27 patches 204 vulns
Meanwhile, the new macOS 27 update that addresses 204 vulns also fixes both the AI hunted bugs: CVE-2026-65410 and CVE-2026-65409. Plus, it credits AI helpers with discovering eight others, including one especially nasty flaw that could lead to remote code execution through the CUPS printer interface. Let’s start with that one.
CVE-2026-43692 is a validation issue in CUPS that can be exploited by a remote user to either terminate the app or execute malicious code. Aaron Grattafiori and the Nvidia AI Red Team receive credit for disclosing this flaw.
CVE-2026-64790 in CUPS can be exploited to gain elevated privileges. Grattafiori and the Nvidia AI Red Team again get credit for the win.
CVE-2026-43791, a validation issue in StorageKit, can be abused to read files. Grattafiori, the Nvidia AI Red Team, Meridian Miftari, and Amy from amys.website disclosed this flaw to Apple.
CVE-2026-43690 is a race-condition bug in the Server Message Block (SMB) network communication protocol. A local user can exploit the flaw to read kernel memory. Calif’s Bruce Dang, with Claude and Anthropic Research, found this one.
CVE-2026-43719 is another SMB use-after-free bug, discovered by Calif’s Dang and Jakob Pammer, Claude, and Anthropic. “Mounting a maliciously crafted SMB network share may lead to system termination,” Apple warned.
CVE-2026-65376 is yet another SMB issue - this one an out-of-bounds-read flaw reported by Dang, Claude, Anthropic, and 재영 정.
REG AD
CVE-2026-65374 is a memory-corruption issue in the WebDAV protocol that can lead to code execution. Dang, Claude, Anthropic, and He Wei (ギカク) receive credit for finding this bug.
CVE-2026-65375, also in WebDAV, can cause unexpected system termination. Apple credited Dang, Claude, Anthropic, and Devcore Research Team’s YingMuo.
CVE-2026-43677 is an out-of-bounds write issue in WebDAV with a slew of researchers receiving credit for finding it. In addition to the usual trio (Dang, Claude, and Anthropic), bubu, Omar Cerrito, HE WEI(ギカク), Roman Zabicki, Richard Zana, Chris Bailey - Short Circuit, Aswin Kumar Gokulakannan, and Surya Narayan Kushwaha are on the list.®
Text extracted automatically; images, tables and formatting may be missing. Original: https://www.theregister.com/security/2026/09/15/the-vulnpocalypse-rains-ibugs-down-on-apple-with-record-setting-number-of-patches/5296679