~/f4n6 $ grep -r "Apple Updates Everything" ./investigations/ --include="*.md"

Apple Updates Everything

Jeff Davies 14 Sep 2026 9 min read

1. Executive summary

On 2026-09-14 Apple shipped its annual coordinated OS refresh — iOS/iPadOS 27, macOS 27 ("Golden Gate"), macOS Tahoe 26.7, macOS Sequoia 15.8, tvOS 27, watchOS 27 and visionOS 27 — remediating 261 CVEs, the largest single Apple patch cycle on record. Apple also issued bug-fix-only releases on the 26 branch and for macOS 15 (Sequoia). No CVE in this cycle is flagged by Apple as exploited, and none of the three CVEs with verified reference data is in CISA KEV; the highest verified severity is 7.5 HIGH (CVE-2026-28930, CVE-2026-28969), with CVE-2022-3437 at 6.5 MEDIUM carrying the only non-zero EPSS in the verified set (4%). For EMEA financial services the bottom line is a fleet-wide patch-management load rather than an emergency: there is no evidence of exploitation, but the cycle refreshes a very large attack surface across endpoint, mobile and shared-infrastructure components (SMB, NFS, WebDAV, CUPS, Screen Sharing, autofs) that are directly reachable in corporate networks. Two operational caveats apply — a reported iOS 27 download/version-reporting mismatch, and mandatory pre-upgrade updates to security tooling (Little Snitch; Objective-See BlockBlock 2.5.2) before macOS 27.

2. Regulatory framing

No specific DORA/NIS2 article is directly engaged by this item. This is a vendor patch cycle with no reported exploitation, no incident, and no confirmed compromise; the fact patterns that would trigger DORA Art. 17/18/19 (incident management, classification, major-incident reporting), DORA Art. 24 (resilience testing) or NIS2 Art. 23 (incident reporting) are absent. Apple is an ICT third-party provider to most EMEA financial firms, but that alone is true of every vendor advisory and does not by itself engage DORA Art. 28–30 or NIS2 Art. 21(2)(d) on the distinctive-fact test. Clients should treat this as routine patch governance under existing change-management and vulnerability-management controls, not as a reportable event.

3. Technical analysis & attack chain

This is a patch roundup covering 261 CVEs. Apple assigns no per-CVE severity in its security notes, so the only severity/exploitation values available are the three CVEs present in the verified reference data; the remainder are ranked below by the impact description Apple published. No exploitation in the wild is reported for any CVE in this cycle, and none of the verified CVEs is in CISA KEV.

3.1 Prioritised triage table

Ordered KEV-first (none), then by EPSS from the verified reference data, then by described impact.

CVE Component CVSS KEV / EPSS Why it matters
CVE-2022-3437 Heimdal 6.5 MEDIUM Not KEV / EPSS 4% Highest EPSS in the verified set. Network-position information leak. A 2022-vintage CVE only now fixed by Apple — indicates a long-dormant dependency.
CVE-2026-28930 Spotlight 7.5 HIGH Not KEV / EPSS 0% Improper access control; an app can reach protected user data via Spotlight.
CVE-2026-28969 IOKit 7.5 HIGH Not KEV / EPSS 0% Use-after-free in a kernel-adjacent driver framework; source describes system termination.
CVE-2026-84568 autofs Not in verified data Attacker controlling a network directory server can execute arbitrary code with root privileges. Highest described impact in the cycle.
CVE-2026-65400 Screen Sharing Server Not in verified data Network attacker can authenticate to Screen Sharing without valid credentials.
CVE-2026-65329 Telephony Not in verified data Privileged network position → bypass IPsec authentication and intercept traffic.
CVE-2026-43689 Kernel Not in verified data Malicious app may gain root privileges.
CVE-2026-84607 AVEVideoEncoder Not in verified data Sandboxed app may execute arbitrary code with kernel privileges.
CVE-2026-84506 udf Not in verified data Arbitrary code execution with kernel privileges.
CVE-2026-65374 WebDAV Not in verified data Connecting to a malicious WebDAV server may result in code execution.
CVE-2026-86881 Security Not in verified data Attacker with a compromised intermediate CA can issue certificates with arbitrary extended key usages.
CVE-2026-28899, CVE-2026-65369, CVE-2026-65383, CVE-2026-65399, CVE-2026-84570, CVE-2026-86909 WebDAV / Kernel / System Settings / copyfile / autofs Not in verified data Six independent Gatekeeper bypasses in one cycle.

3.2 Attack chain (confirmed steps only)

The source describes exploitation patterns, not an observed campaign. The chain below is the pattern the CVE descriptions support; no in-the-wild chain, persistence, C2 or exfiltration is documented for any CVE in this cycle.

  1. Delivery. Untrusted input reaches a native parser or a network service. Vectors named in the source: maliciously crafted files (images, 3D models/scenes, fonts, archives, disk images, asset catalogs, video, documents, webarchive), malicious network services (SMB, NFS, WebDAV, CUPS, autofs directory server), malicious web content (WebKit, WebRTC, WebKit Canvas/Storage/History), a privileged network position, and physical access to a locked or unlocked device.
  2. Processing. The affected framework parses the input — ImageIO, SceneKit, CoreMedia, FontParser, CoreText, RealityKit, Model I/O, Quick Look, libarchive, AppleDouble, HFS/exFAT/APFS/cd9660/udf, Disk Images, or the kernel/IOKit/IOGPUFamily/IOMobileFrameBuffer/AVEVideoEncoder paths.
  3. Impact. Ranges from denial-of-service (unexpected system/app termination) through kernel memory disclosure and corruption, sandbox escape, Gatekeeper bypass, privilege escalation to root, and arbitrary code execution with kernel privileges.
  4. Post-exploitation. Not described in the source. No persistence mechanism, C2 channel, lateral-movement technique or data-access step is documented for any CVE in this cycle.

3.3 Depth on the three verified entries

CVE-2022-3437 (Heimdal, 6.5 MEDIUM, EPSS 4%). The source describes it as a user in a privileged network position being able to leak sensitive user information, affecting Heimdal. The verified reference data classifies it as CWE-122 (heap-based buffer overflow) — a discrepancy worth noting, though both can describe the same flaw: a heap overflow in a network-facing parser can manifest as an information leak. This is the only CVE in the cycle with a non-zero EPSS and the only one where the underlying defect predates the current release train by four years, which suggests a vendored dependency that has been carried unpatched. Fixed in iOS 27 / iPadOS 27, iOS 26.7 / iPadOS 26.7 and macOS 27 per the source table.

CVE-2026-28930 (Spotlight, 7.5 HIGH, EPSS 0%). Source: "An app may be able to access protected user data." Verified classification is CWE-284 (improper access control) — consistent with the source description. Fixed in iOS 27 / iPadOS 27 only per the source table, i.e. the 26-branch and macOS releases do not carry this fix.

CVE-2026-28969 (IOKit, 7.5 HIGH, EPSS 0%). Source: "An app may be able to cause unexpected system termination." Verified classification is CWE-416 (use-after-free) — the source describes only the crash outcome, but a UAF in IOKit is a memory-corruption class defect and the crash description should not be read as bounding the impact. Fixed across all eight release trains in the source table (iOS 27, iOS 26.7, macOS 27, macOS Tahoe 26.7, macOS Sequoia 15.8, tvOS 27, watchOS 27, visionOS 27).

3.4 Caveated / single-sourced observations

The following are single-sourced to the SANS Internet Storm Center diary and should be verified before acting on them:

  • iOS 27 download/version mismatch. Users report seeing 26.7 downloaded while iOS 27 may in fact be installed. This is a reporting/UX artefact, not a security defect, but it breaks version-based compliance checks — see §5 behavioural indicators.
  • Security tooling compatibility. Little Snitch and Objective-See BlockBlock (version 2.5.2) require updates before upgrading to macOS 27. BlockBlock 2.5.2 is described as improving macOS 27 compatibility. Upgrading a host before its endpoint security tooling supports the new OS can leave it unprotected.
  • Patch volume context. The source notes 261 CVEs is Apple's largest ever single cycle, but characterises the increase as less significant than other vendors' post-AI patch releases. No exploitation is reported for any of the 261.

4. Mitigation & containment

P1 — within 24 hours

  • Inventory the Apple estate and establish which devices are on which train: iOS/iPadOS 27 and 26.7, macOS 27 (Golden Gate), macOS Tahoe 26.7, macOS Sequoia 15.8, tvOS 27, watchOS 27, visionOS 27. Patch coverage differs per CVE — CVE-2026-28930 is iOS 27 only, for example.
  • Prioritise the following hosts for immediate update, because they are exposed to the untrusted-input and network-service vectors in §3.2: mail gateway and mail-client endpoints (Mail, ImageIO, CoreMedia), hosts with SMB/NFS/WebDAV mounts to untrusted or partner networks, CUPS print servers, hosts with Screen Sharing enabled, and devices used by executives and other high-value targets.
  • Disable or restrict Screen Sharing where it is not operationally required (CVE-2026-65400 — unauthenticated network authentication). Where required, bind it to the management VLAN and require VPN.
  • Filter at the network boundary: SMB (TCP 445), NFS (TCP/UDP 2049), WebDAV (TCP 80/443 to untrusted hosts), CUPS (TCP 631), and autofs directory-server traffic. These are the protocols named in the highest-impact CVE descriptions.
  • Verify the iOS 27 install actually landed rather than trusting the Software Update screen, given the reported 26.7 mislabel. Check Settings > General > About.
  • Do not upgrade to macOS 27 until Little Snitch and BlockBlock 2.5.2+ are in place. Sequence the OS upgrade after the security-tooling upgrade, not before.

P2 — within 72 hours

  • Stage the updates through MDM and enforce automatic updates on unmanaged and BYOD-adjacent devices. Apply the bug-fix-only 26-branch releases and macOS Sequoia 15.8 to devices that cannot move to 27.
  • For the Gatekeeper-bypass cluster (CVE-2026-28899, CVE-2026-65369, CVE-2026-65383, CVE-2026-65399, CVE-2026-84570, CVE-2026-86909), confirm Gatekeeper and notarisation enforcement is on and alert on quarantine-attribute stripping and on archives/disk images being opened from Downloads or mail attachments.
  • Review IPsec configuration on hosts relying on it for connectivity (CVE-2026-65329 — authentication bypass and traffic interception from a privileged network position). Prefer certificate-based authentication and treat IPsec-only integrity as insufficient until patched.
  • Review certificate-trust configuration in light of CVE-2026-86881 (compromised intermediate CA → certificates with arbitrary EKUs). Confirm intermediate CA pinning and EKU enforcement in your TLS inspection and internal PKI.

P3 — within 7 days

  • Complete fleet remediation and close out with MDM compliance reporting; record any devices held back (e.g. pending security-tooling compatibility) in the exception register with an owner and a date.
  • Re-test endpoint security tooling (Little Snitch, BlockBlock, EDR agents) after the macOS 27 upgrade to confirm it is functioning, not merely installed.
  • Fold the 261-CVE cycle into the standard vulnerability-management reporting cadence; no emergency change process is warranted given the absence of KEV listing and exploitation reporting.

5. Indicators of compromise

No indicators of compromise available in the source material. The source contains no hashes, domains, IP addresses, file paths, registry keys or command lines.

Behavioural indicators

Behaviour Where to observe Confidence
Device reports iOS 26.7 in Software Update but is actually running iOS 27 Settings > General > About on the device; MDM OS-version inventory Single-sourced (SANS ISC); verify before relying on it for compliance reporting
Security tooling (Little Snitch, BlockBlock) not updated to a macOS 27-compatible version before the OS upgrade Endpoint software inventory vs. OS version Single-sourced (SANS ISC)

6. Detection

Insufficient indicators to author detection rules.

The source provides only CVE identifiers, Apple framework/component names, and Apple's standard impact boilerplate. None of these are artefacts of a threat — a rule built on them would detect reporting about the vulnerabilities, not exploitation of them. No file names, command-line flags, mutexes, scheduled-task or service names, registry keys, ransom-note text or hard-coded values are present in the source material.

CVE assessment

3 referenced CVEs

CVE CVSS Exploited EPSS Summary
CVE-2026-28930 7.5 High 0% A permissions issue was addressed with additional restrictions. This issue is fixed in macOS Tahoe 26.5. An app may be able to…
CVE-2026-28969 7.5 High 0% A use after free issue was addressed with improved memory management. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS…
CVE-2022-3437 6.5 Medium 4% A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heim…

Could not resolve: CVE-2026-20683, CVE-2026-28899, CVE-2026-28934, CVE-2026-28935, CVE-2026-28937, CVE-2026-28966, CVE-2026-28968.

7. Sources

  • SANS Internet Storm Center — Apple Updates Everything, Johannes B. Ullrich, 2026-09-14 — https://isc.sans.edu/diary/rss/33336
  • SANS Internet Storm Center — Apple Patches Everything (July 2026), 2026-07-29 — https://isc.sans.edu/diary/rss/33196
  • SANS Internet Storm Center — June 2026 Apple Updates, 2026-06-30 — https://isc.sans.edu/diary/rss/33114
  • Malwarebytes Labs — July Apple updates are especially important if you receive images — https://www.malwarebytes.com/blog/news/2026/07/july-apple-updates-are-especially-important-if-you-receive-images
  • Malwarebytes Labs — Update time: Apple releases security patches for iOS, MacOS Tahoe, Safari — https://www.malwarebytes.com/blog/news/2026/06/update-time-apple-releases-security-patches-for-ios-macos-tahoe-safari
  • GitHub Security Advisories (high+) — GHSA-5h6f-9c4p-cfr8 — https://github.com/advisories/GHSA-5h6f-9c4p-cfr8
  • The Register — Apple plugs image-processing hole ripe for spyware abuse, 2026-08-18 — https://www.theregister.com/security/2026/08/18/apple-plugs-image-processing-hole-ripe-for-spyware-abuse/5289031

8. Adverse Trace position

We assess this cycle as elevated patch-management load, not an emergency. The verified reference data shows no CISA KEV listing and no exploitation for any CVE in scope; the highest verified severity is 7.5 HIGH (CVE-2026-28930, CVE-2026-28969) and the only non-zero EPSS is 4% (CVE-2022-3437). Apple's own notes label nothing as exploited. The risk to EMEA financial services clients is therefore concentrated in the sheer breadth of the refresh — 261 CVEs across endpoint, mobile and shared network services — and in the operational sequencing risk around macOS 27 (security-tooling compatibility) and the reported iOS 27 version-reporting mismatch. The highest-described-impact items (CVE-2026-84568 autofs root RCE, CVE-2026-65400 Screen Sharing unauthenticated access, CVE-2026-65329 IPsec bypass) carry no verified CVSS or EPSS and rest on a single source; we flag them as single-sourced, verify before enforcement and have not assigned them a severity. We will monitor for post-release exploitation reporting, for the emergence of any of these CVEs in CISA KEV, and for corroboration of the autofs, Screen Sharing and IPsec items from a second source, and will reissue if the exploitation status changes.


Read the original source →

Published via PulseTrace — Adverse Trace threat intelligence.

Post this to LinkedIn
Formatting is converted automatically — headings, bullets, a link back & hashtags. Paste straight in.
J
Jeff Davies