CVE-2026-43725: Safari Sandbox Escape Vulnerability – CVSS 7.1 HIGH
A sandbox escape vulnerability in Apple's Safari browser and related platforms allows malicious websites to execute code outside the intended security boundary. By exploiting improper input validation, an attacker can craft a malicious webpage that, when visited by a user, breaks out of the sandbox protection that normally isolates web content. This could allow the attacker to access restricted system resources or data that should be inaccessible to web content.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
- Weaknesses (CWE)
- CWE-20
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-29 / 2026-07-27
NVD description (verbatim)
The issue was addressed with improved input validation. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, watchOS 26.6. A malicious website may be able to process restricted web content outside the sandbox.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-43725 is a sandbox escape vulnerability stemming from insufficient input validation (CWE-20) in Safari and related Apple platforms. The vulnerability permits a malicious website to process restricted web content outside the sandbox boundary, effectively defeating the isolation mechanism that constrains web application privileges. The attack vector is network-based and requires user interaction (visiting a malicious site), but does not require authentication or special privileges. The fix involved implementing improved input validation across affected components.
Business impact
This vulnerability poses a significant risk to organizations and users relying on Safari for web browsing, particularly on macOS and iOS/iPadOS devices. A successful exploit could lead to unauthorized access to sensitive user data, credential theft, or lateral movement within a system. For enterprises managing Apple device fleets, this represents a HIGH-severity threat that could compromise data confidentiality, system integrity, and availability across multiple device categories (desktops, tablets, phones, wearables, and vision devices).
Affected systems
The vulnerability affects Safari 26.5.1 and earlier, iOS 26.5.1 and earlier, iPadOS 26.5.1 and earlier, macOS Tahoe versions prior to 26.5.2, tvOS 26.5 and earlier, visionOS 26.5 and earlier, and watchOS 26.5 and earlier. All platforms running the vulnerable Safari engine and WebKit implementations are at risk, making this a broad-based threat across Apple's ecosystem.
Exploitability
The vulnerability has a CVSS 3.1 score of 7.1 (HIGH) with a network attack vector and low attack complexity, indicating it can be exploited remotely without special setup. User interaction is required—the victim must visit a malicious website. The attack does not require prior authentication or elevated privileges. While no active exploitation has been reported in the CISA Known Exploited Vulnerabilities (KEV) catalog, the low barrier to exploitation and broad user base makes this a practical threat.
Remediation
Apply the patched versions immediately: Safari 26.5.2, iOS 26.5.2, iPadOS 26.5.2, macOS Tahoe 26.5.2, tvOS 26.6, visionOS 26.6, and watchOS 26.6. Verify patch availability through Apple's official security updates and deploy across all affected device classes.
Patch guidance
Deploy patches across your Apple device estate prioritizing user-facing devices (macOS, iOS, iPadOS) that are most likely to encounter untrusted web content. For tvOS, visionOS, and watchOS, patching may be lower priority depending on usage patterns but should still be completed. Verify patch installation through System Preferences > Software Update (macOS) and Settings > General > Software Update (iOS/iPadOS). For enterprises, coordinate deployment through MDM solutions to ensure comprehensive coverage.
Detection guidance
Monitor for unexpected process execution outside sandbox contexts and anomalous system calls from Safari or WebKit processes. Examine access logs for restricted system resources being queried from web browser processes. On macOS, review system.log and audit logs for sandbox policy violations. Implement network-level detection for malicious websites using threat intelligence feeds and DNS filtering. Consider behavioral analysis of Safari process execution patterns to identify exploitation attempts.
Why prioritize this
This HIGH-severity sandbox escape affecting multiple major Apple platforms warrants immediate patching due to the combination of remote exploitability, user-interaction requirement without authentication, and broad system impact (confidentiality, integrity, and availability). The cross-platform nature—affecting phones, tablets, desktops, and wearables—increases organizational risk. While not yet in the KEV catalog, the low attack complexity and widespread Safari usage make proactive patching critical to prevent exploitation.
Risk score, explained
The CVSS 3.1 score of 7.1 reflects a HIGH-severity vulnerability with network-based attack vector (AV:N), low attack complexity (AC:L), no privilege requirement (PR:N), and user interaction required (UI:R). The scope change (S:C) indicates the vulnerability can affect resources beyond the vulnerable component (sandbox boundary). Low confidence impact on confidentiality, integrity, and availability (C:L/I:L/A:L) accounts for the sandbox escape permitting unauthorized access to restricted resources without necessarily guaranteeing full system compromise. This score appropriately signals urgent remediation priority.
Frequently asked questions
Do we need to patch all Apple devices in our fleet, or can we prioritize?
Prioritize user-facing devices (macOS, iPhone, iPad) that users employ to browse untrusted websites. Wearables and tvOS devices may be lower risk if they have limited web browsing or operate in controlled environments. However, complete fleet coverage is recommended to eliminate blind spots.
Is this vulnerability being actively exploited?
As of the published date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, indicating no widespread active exploitation has been reported. However, the low attack complexity and broad user base make exploitation practical; do not delay patching.
What should we do if we cannot patch immediately?
Implement network-level controls to restrict access to known malicious websites using URL filtering and threat intelligence feeds. Educate users to avoid suspicious sites and links. Monitor system logs for signs of exploitation. Plan an expedited patching schedule and use MDM to enforce policy compliance.
How does this differ from other Safari vulnerabilities?
This is specifically a sandbox escape—it breaks the isolation boundary that normally prevents web content from accessing system resources. Unlike standard web vulnerabilities, a successful exploit doesn't just compromise a user's browsing session but potentially affects system-level security and data.
This analysis is provided for informational purposes and based on vendor disclosures as of the published date. Patch version numbers and affected software versions are sourced from official Apple security advisories and should be verified against vendor releases before deployment. No exploit code or detailed technical proof-of-concept is provided herein. Organizations should conduct their own risk assessment and testing in accordance with their change management policies. SEC.co makes no warranty regarding the completeness or accuracy of this assessment and disclaims liability for any actions taken in reliance on this information. Source: NVD (public-domain), retrieved 2026-08-08. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10021HIGHGoogle Chrome USB Validation Flaw – RCE Vulnerability Patch
- CVE-2026-10904HIGHChrome V8 Sandbox Escape Remote Code Execution
- CVE-2026-10911HIGHChrome Sandbox Escape Vulnerability (High Severity)
- CVE-2026-10917HIGHChrome Media Sandbox Escape Vulnerability (High CVSS 8.3)
- CVE-2026-10920HIGHChrome macOS WebShare Sandbox Escape Vulnerability (v149)
- CVE-2026-10922HIGHChrome DevTools Same-Origin Policy Bypass (CVSS 8.8)
- CVE-2026-10969HIGHChrome Extension Privilege Escalation Vulnerability – Patch Guidance
- CVE-2026-10970HIGHChrome Sandbox Escape via InterestGroups Input Validation Flaw