ZeroHour
Cyber Security Newspublished ()ingested Guru Baran1

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

AI summary · glm-5.3

Apple's coordinated rollout patches 273 unique vulnerabilities across iOS 27, macOS Golden Gate 27, watchOS and Safari, including remote code execution flaws.

Apple shipped one of its largest coordinated security updates on September 14, 2026, fixing 273 unique CVEs across iOS 27, iPadOS 27, macOS Golden Gate 27, watchOS 27, tvOS 27, visionOS 27, Safari 27 and Xcode 27. Highlights include CVE-2026-65414, a Bluetooth out-of-bounds write enabling remote code execution, and CVE-2026-84607, an AVEVideoEncoder race condition granting kernel privileges to sandboxed apps. macOS Golden Gate 27 covers the broadest set with 210 CVEs, and Apple states none of the flaws were exploited in the wild.

  • 273 unique CVEs fixed across ten advisories for all Apple platforms
  • CVE-2026-65414 Bluetooth flaw allows remote arbitrary code execution
  • CVE-2026-84607 race condition grants kernel privileges from sandboxed apps
  • CVE-2026-65400 Screen Sharing Server flaw bypasses authentication
  • No in-the-wild exploitation stated; enterprises should patch entire fleets

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-43692
+1 in the same advisory: …84568
Input Validation RCE Flaw in Apple macOS (Sequoia, Tahoe, Golden Gate)

CVE-2026-43692 is an input validation and sanitization weakness in Apple's macOS that allows a remote attacker to cause unexpected application termination or execute arbitrary code on an affected Mac. The exact component and attack vector were not specified in the advisory, but flaws of this class are typically triggered by tricking a target into processing maliciously crafted content or input, and exploitation would let an attacker crash apps or run code in the context of the vulnerable process. All Macs running macOS Sequoia before 15.8, macOS Tahoe before 26.7, or macOS Golden Gate before 27 are affected; Apple patched the issue in those releases, which shipped alongside the company's broad September security updates. The vulnerability has no CVSS score yet, no public proof-of-concept is known, and it is not listed in CISA's Known Exploited Vulnerabilities catalog, indicating no observed in-the-wild exploitation at this time.

Do: Update affected Macs immediately to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27 (or later) via System Settings > Software Update, and prioritize the update in MDM/patch management since arbitrary code execution flaws in macOS are prime targets once details emerge. There is no published workaround, so patching is the primary mitigation. After patching, monitor Apple's security advisory and threat intel feeds for the affected component and any emerging exploitation before this CVE receives a CVSS score.

8.8
group max
  • Apple macOS Sequoia before 15.8 (fixed in 15.8)
  • Apple macOS Tahoe before 26.7 (fixed in 26.7)
  • Apple macOS Golden Gate before 27 (fixed in 27)
massPotentially hundreds of millions of Macs; Apple's active Mac installed base is commonly estimated at well over 100 million devices, most running the affected…
CVE-2026-84607
+1 in the same advisory: …64752
Sandbox-Escaping Kernel Race Condition in Apple iOS, macOS, and Other OSes

CVE-2026-84607 is a race condition (CWE-362) in Apple's operating systems that was fixed with improved state management, allowing a sandboxed app to execute arbitrary code with kernel privileges. Exploitation requires a malicious or compromised app already running on the device (local vector, low privileges, no user interaction), which then abuses a timing window in kernel state handling to break out of the sandbox. A successful exploit yields full kernel-level code execution — the highest privilege tier on Apple platforms — making this a prime component for chaining with initial-code-execution bugs such as browser or app flaws. All iPhones, iPads, Macs, Apple TVs, Apple Watches, and Vision Pros running OS versions older than the listed fixes are affected. No public proof of concept exists, the flaw is not on CISA's KEV list, and no exploitation in the wild has been reported.

Do: Patch all Apple devices to the fixed releases — iOS/iPadOS 26.7 or 27, macOS Sequoia 15.8, macOS Tahoe 26.7, macOS Golden Gate 27, tvOS 27, visionOS 27, and watchOS 27 — and use MDM to push and verify updates fleet-wide. Because this flaw converts any sandboxed-app foothold into kernel code execution, it is a high-value chaining link; restrict sideloaded or untrusted apps and monitor for anomalous behavior from third-party software on unpatched devices.

7.8
group max
  • Apple iOS prior to 26.7 (26.x line) and prior to 27
  • Apple iPadOS prior to 26.7 (26.x line) and prior to 27
  • Apple macOS Sequoia prior to 15.8
  • +5 more
masspotentially hundreds of millions of devices (subset of Apple's ~2B+ active devices not yet updated)
CVE-2026-64753
Permissions Flaw in Apple Safari and iOS/macOS Lets Web Content Leak User Data

CVE-2026-64753 is an improper privilege management (permissions) vulnerability in Apple's browser and operating system software that Apple fixed by removing the vulnerable code. It is triggered when a device processes maliciously crafted web content — typically a user visiting an attacker-controlled webpage — requiring user interaction but no privileges or attacker access to the device. Successful exploitation can disclose sensitive user information, reflected in a CVSS 3.1 base score of 6.5 (network vector, low attack complexity, high confidentiality impact, no integrity or availability impact). The flaw affects Safari and Apple's full OS lineup before the version 27 release wave — iOS, iPadOS, macOS Golden Gate, tvOS, visionOS, and watchOS — which shipped as part of a broad Apple update addressing 273 vulnerabilities. No public proof of concept is known, the issue is not on the CISA Known Exploited Vulnerabilities catalog, and no in-the-wild exploitation has been confirmed.

Do: Update all Apple devices and browsers to the fixed releases: Safari 27, iOS/iPadOS 27, macOS Golden Gate 27, tvOS 27, visionOS 27, and watchOS 27, prioritizing iPhones and Macs used for web browsing. Because exploitation requires a user to load malicious web content, advise users to avoid untrusted links until patched. IT admins should verify update compliance across managed device fleets and monitor for post-update browsing anomalies indicating possible information disclosure.

6.5
  • Apple Safari versions prior to Safari 27
  • Apple iOS versions prior to iOS 27
  • Apple iPadOS versions prior to iPadOS 27
  • +4 more
masslikely >1 billion users/devices potentially exposed before patching
CVE-2026-65393
macOS Permission Validation Flaw Lets Apps Access User-Sensitive Data

CVE-2026-65393 is a permissions/validation weakness in Apple's macOS (and related tooling in Xcode) in which an app running on an affected system may be able to access user-sensitive data that it should not be permitted to read. Exploitation requires a malicious or compromised application to already be present and executing on the victim's Mac, where it abuses the insufficient permission validation rather than a remotely reachable network flaw. A successful abuser gains access to sensitive user data (for example, data protected by macOS privacy controls), but there is no indication of arbitrary code execution or remote compromise. The issue affects users running macOS versions prior to macOS Golden Gate 27, as well as developers on Xcode versions prior to Xcode 27, since fixes shipped in both releases as part of a large Apple security update. There is no known public proof-of-concept, no confirmed in-the-wild exploitation, and the CVE is not in the CISA KEV catalog.

Do: Update to macOS Golden Gate 27 as soon as practical, and developers should move to Xcode 27 so apps are built against the corrected validation behavior. In the interim, audit installed applications and the permissions granted under System Settings > Privacy & Security, revoking unusual data-access grants and removing untrusted apps, since exploitation depends on a malicious app already running locally. Monitor Apple's security advisory and threat feeds, as this flaw was patched alongside a very large batch of fixes that attackers may prioritize for reverse engineering.

5.5
  • Apple macOS Golden Gate versions prior to macOS Golden Gate 27 (fixed in macOS Golden Gate 27)
  • Apple Xcode versions prior to Xcode 27 (fixed in Xcode 27)
mass≈100M+ users (Apple's active Mac installed base is well over 100 million devices)
CVE-2026-65414
+1 in the same advisory: …65395
Out-of-Bounds Write in Apple iOS, iPadOS, macOS Enables Remote Code Execution

Apple patched a critical out-of-bounds write (CWE-787) memory-corruption flaw spanning nearly its entire operating-system lineup: iOS, iPadOS, macOS (Sequoia, Tahoe, Golden Gate), tvOS, visionOS, and watchOS. A remote attacker could trigger the flaw with no privileges and no user interaction (CVSS 3.1: 9.8, network vector, low complexity), causing unexpected app termination or potentially arbitrary code execution on the affected device. The advisory does not identify the vulnerable component or exact trigger, so defenders should assume any affected system is remotely attackable until patched. All users running iOS/iPadOS before 26.7, macOS Sequoia before 15.8, macOS Tahoe before 26.7, or pre-release tvOS/visionOS/watchOS builds older than 27 are affected. No public proof of concept exists, no exploitation in the wild is known, and the flaw is not on CISA's KEV list; fixes shipped in the listed updates.

Do: Update all Apple devices promptly: iPhones/iPads to iOS/iPadOS 26.7 or 27, Macs to macOS Sequoia 15.8, macOS Tahoe 26.7, or macOS Golden Gate 27, Apple TV to tvOS 27, Apple Watch to watchOS 27, and Vision Pro to visionOS 27. Enable automatic security updates and use MDM/inventory to find devices still on older OS trains. Given the 9.8 CVSS with no user interaction required, treat patching as high priority even though no exploitation has been observed.

9.8
group max
  • Apple iOS Prior to iOS 26.7 (26.x and earlier trains); fixed in iOS 26.7 and iOS 27
  • Apple iPadOS Prior to iPadOS 26.7 (26.x and earlier trains); fixed in iPadOS 26.7 and iPadOS 27
  • Apple macOS Sequoia Prior to 15.8; fixed in 15.8
  • +5 more
masspotentially 1+ billion devices (Apple's ~2.35 billion active-device install base, most on affected OS trains)
CVE-2026-65400
Authentication Bypass in Apple macOS Screen Sharing

CVE-2026-65400 is a critical (CVSS 9.8) improper authentication flaw (CWE-287) in Apple macOS's Screen Sharing service, caused by an authentication state-management defect. An attacker who can reach a vulnerable Mac's Screen Sharing service over the network can authenticate without valid credentials, gaining full remote access with high impact to confidentiality, integrity, and availability. All three currently supported macOS branches are affected: Sequoia, Sonoma, and Tahoe, in versions prior to the fixed releases. The flaw is being actively exploited on the internet, with public reporting that attackers use the bypass to deploy Monero cryptominers, and CISA added it to the Known Exploited Vulnerabilities catalog on 2026-08-18. EPSS estimates a 9.9% probability of exploitation within 30 days (95th percentile).

Do: Upgrade to macOS Sequoia 15.7.9, macOS Sonoma 14.8.9, or macOS Tahoe 26.6.1 (or later) immediately; patching is mandatory for federal agencies under CISA BOD 26-04 given the KEV listing. As an interim mitigation, disable Screen Sharing or restrict it via firewall/VPN so VNC (port 5900) is not reachable from the internet. Review internet-exposed Macs for signs of compromise, especially unexplained Monero miner processes or abnormal CPU usage.

9.810% KEV
  • Apple macOS (Screen Sharing service) supported macOS releases prior to the fixed builds listed below
  • Apple macOS Sequoia all versions prior to 15.7.9
  • Apple macOS Sonoma all versions prior to 14.8.9
  • +1 more
masson the order of 100M+ Macs run affected macOS versions; the directly exploitable subset is Macs with Screen Sharing enabled and internet-reachable
CVE-2026-86898
Universal Cross-Site Scripting via Web Archive Files in Apple Safari and OS Platforms

CVE-2026-86898 is a logic flaw caused by improper state management in Apple's handling of webarchive files, which are saved web page bundles produced by Safari. An attacker triggers the bug by convincing a victim to open a maliciously crafted .webarchive file, after which the attacker achieves universal cross-site scripting (UXSS) — the ability to run attacker-controlled script in the security context of arbitrary websites, effectively bypassing the same-origin policy. Successful exploitation can lead to session/token theft, impersonation of the victim on any site they use, and manipulation of content in other origins. The flaw affects Safari, iOS, iPadOS, macOS Golden Gate, and visionOS, and is fixed in Safari 27, iOS 27, iPadOS 27, macOS Golden Gate 27, and visionOS 27. No public proof of concept is known and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog, though the fix shipped as part of a large coordinated Apple security update.

Do: Patch to Safari 27, iOS 27, iPadOS 27, macOS Golden Gate 27, or visionOS 27 as soon as rollout permits, prioritizing devices that regularly receive files from outside the organization. Instruct users not to open unsolicited or untrusted .webarchive files, and consider blocking or sandboxing .webarchive attachments at mail and download gateways until patching completes. Use MDM compliance reporting to verify all managed Apple devices have applied the 27-series updates.

  • Apple Safari versions prior to Safari 27
  • Apple iOS versions prior to iOS 27
  • Apple iPadOS versions prior to iPadOS 27
  • +2 more
mass≈1 billion+ devices (Safari is the default browser across Apple's ~2 billion active iPhone, iPad, Mac, and Vision Pro installations)
Full article715 words · extracted from cybersecuritynews.com · click to collapse

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities across iPhone, iPad, Mac, Apple Watch, Apple TV, Vision Pro, Safari, and Xcode.

The patches arrived on September 14, 2026, through iOS 27, iPadOS 27, macOS Golden Gate 27, watchOS 27, tvOS 27, visionOS 27, Safari 27, and Xcode 27, alongside iOS and iPadOS 26.7, macOS Tahoe 26.7, and macOS Sequoia 15.8.

The 273 figure represents unique CVE identifiers across Apple’s ten advisories, not the sum of every issue listed for each operating system. Many flaws affect shared frameworks and consequently appear in several releases.

Apple Fixes 273 Vulnerabilities

Apple’s individual bulletins contain 1,038 product-level CVE listings after per-page deduplication, but those references collapse to 273 unique vulnerabilities when overlaps are removed. macOS Golden Gate 27 carries the broadest coverage with 210 CVEs, followed by macOS Sequoia 15.8 with 154 and macOS Tahoe 26.7 with 153.

Among the most serious fixes is CVE-2026-65414, an out-of-bounds write in Bluetooth that could let a remote attacker crash an application or execute arbitrary code.

CVE-2026-84607, a race condition in AVEVideoEncoder, could allow a sandboxed application to run arbitrary code with kernel privileges. Apple corrected these weaknesses through stronger bounds checking and improved state management, respectively, across multiple device families.

Media processing also presents a significant attack surface. CVE-2026-64752 in CoreMedia could enable arbitrary code execution when a device processes a maliciously crafted image, while CVE-2026-65395 in ImageIO could corrupt memory through an out-of-bounds write.

FontParser, CoreText, CoreUI, SceneKit, RealityKit, Model I/O, and disk-image handlers received additional fixes for buffer overflows, integer errors, memory disclosure, crashes, and other unsafe parsing conditions. On macOS, the update closes several paths to privilege escalation and security-control bypass.

According to the security advisory Apple released, CVE-2026-84568 in autofs could allow an attacker controlling a network directory server to execute code as root, while CVE-2026-43692 in CUPS could let a remote user trigger a crash or arbitrary code execution.

Other patches strengthen Gatekeeper, sandbox enforcement, file quarantine, TCC privacy controls, SMB, WebDAV, APFS, HFS, exFAT, and disk-image processing.

Apple also fixed CVE-2026-65400 in the macOS Screen Sharing Server, an authentication flaw that could allow a network attacker to access screen sharing without valid credentials.

Privacy-related corrections prevent applications from reading persistent identifiers, identifying installed apps, accessing sensitive files, modifying protected system locations, bypassing privacy preferences, or learning a user’s location. Keychain, Sign in with Apple, CloudKit, NetworkExtension, Spotlight, Photos, Siri, and Shortcuts were among the affected components.

Web-facing exposure received substantial attention. Apple patched WebKit memory corruption, use-after-free, information disclosure, cross-site scripting, and crash bugs across its platforms.

Safari 27 alone resolves six CVEs, including CVE-2026-86898, which could enable universal cross-site scripting through a malicious webarchive, and CVE-2026-64753, which could expose sensitive information during web-content processing. Xcode 27 separately fixes CVE-2026-65393, a permissions issue that could expose user-sensitive data.

The extent of this release illustrates the importance of Apple’s unified software architecture: a vulnerability in one common framework can simultaneously impact phones, tablets, computers, watches, televisions, and spatial-computing devices. It also explains why administrators should evaluate the complete fleet rather than patching only iPhones or Macs.

Apple’s advisories for this release do not state that any of the 273 vulnerabilities were exploited in the wild, but detailed CVE information can accelerate attacker analysis and exploit development.

Users should install the latest compatible release through Software Update as soon as operationally possible. Enterprises should prioritize internet-facing Macs, systems that process untrusted media or archives, devices with Bluetooth enabled, shared workstations, developer machines, and endpoints permitted to connect to external file servers.

Security teams should verify update compliance through mobile-device management, test critical applications, and monitor for abnormal crashes, privilege escalation, unauthorized privacy changes, and suspicious network-service activity.

Prompt deployment is the clearest way to reduce exposure to this unusually large collection of Apple security flaws. The coordinated rollout therefore deserves immediate attention from consumers, developers, and enterprise security teams worldwide.

Learn 7 Metric-Gated AI SOC Deployment Phases – Download Free AI SOC Deployment Playbook 2026.

Guru Baranhttps://cybersecuritynews.com

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.

Text extracted automatically; images, tables and formatting may be missing. Original: https://cybersecuritynews.com/apple-security-update-273-vulnerabilities/