MEDIUM 6.5

CVE-2026-43700: Apple Cross-Origin Tracking Vulnerability – Safari, iOS, macOS Patch

Apple has patched a cross-origin security issue affecting Safari and multiple Apple operating systems. The vulnerability allows attackers to craft malicious web content that, when visited by a user, can leak sensitive information by bypassing browser security controls that normally isolate websites from each other. The flaw was in how the browser tracked which origin (website) was responsible for data, making it possible to exfiltrate user data without the victim's knowledge beyond visiting a compromised or attacker-controlled page.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-346
Affected products
4 configuration(s)
Published / Modified
2026-06-29 / 2026-07-27

NVD description (verbatim)

A cross-origin issue was addressed with improved tracking of security origins. 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. Processing maliciously crafted web content may disclose sensitive user information.

6 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-43700 is a cross-origin tracking vulnerability stemming from inadequate security origin validation (CWE-346). The issue allowed an attacker to craft web content that circumvented the same-origin policy by exploiting insufficient tracking of security contexts. When a user processes this malicious content in Safari or related browsers, the browser fails to properly isolate data by origin, permitting unauthorized disclosure of sensitive information. The vulnerability requires user interaction (visiting the malicious content) but does not require authentication or special privileges to exploit.

Business impact

Organizations with users who browse the web using affected Apple devices face a risk of sensitive data leakage if employees or customers visit compromised websites. This is particularly concerning for enterprises handling confidential information (financial data, proprietary research, customer PII) where web browsing is part of normal workflow. The medium severity reflects the need for user interaction and the confidentiality-only impact, but widespread deployment of Safari on mobile and desktop platforms means the attack surface is substantial. Data exfiltration can occur silently, complicating detection and incident response.

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 26.5.1 and earlier, tvOS 26.5 and earlier, visionOS 26.5 and earlier, and watchOS 26.5 and earlier. All major Apple platforms are in scope. Organizations relying on Apple devices for corporate use or customer-facing services should inventory Safari users and apply patches across macOS, iPhone, and iPad devices. TV and wearable devices may be lower priority depending on organizational use.

Exploitability

The attack requires user interaction (visiting malicious content) and network access but no authentication. An attacker can host the malicious content on a website, inject it into legitimate sites via compromise, or distribute it via phishing. The barrier to exploitation is relatively low—typical users cannot easily distinguish a compromised page from a legitimate one. However, the vulnerability is not remotely exploitable without user engagement. The issue is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not been widely documented at the time of this advisory, though this should not be interpreted as proof the vulnerability is unexploited.

Remediation

Users and administrators should immediately update affected devices to 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 or later. For organizations managing multiple devices, deploy updates via Mobile Device Management (MDM) or macOS management tools to ensure consistent patching. Prioritize laptops and phones used by employees with access to sensitive systems. Verify update completion before considering remediation closed.

Patch guidance

Apple has released patched versions across all affected platforms. For macOS users, update to macOS Tahoe 26.5.2 or later via System Preferences > Software Update. iOS and iPadOS users should navigate to Settings > General > Software Update. tvOS, visionOS, and watchOS updates are similarly available through each platform's settings. Enterprise administrators should configure automatic updates or push patches via MDM to minimize deployment time. Test patches in a small pilot group first to ensure compatibility with critical business applications, then roll out organization-wide. Monitor patch deployment rates and follow up with non-compliant devices.

Detection guidance

Detection of exploitation is challenging because the vulnerability results in silent data exfiltration without obvious system symptoms. Organizations can implement the following controls: (1) Monitor web traffic for unusual data flows to suspicious destinations from Safari processes, particularly on sensitive networks. (2) Use endpoint detection and response (EDR) tools to flag abnormal credential or sensitive file access patterns following web browsing activity. (3) Conduct log analysis on systems handling sensitive data to identify unexpected data access or exfiltration. (4) Maintain an inventory of patched vs. unpatched Safari instances to identify at-risk users. (5) Educate users on phishing and malicious site indicators, since user interaction is required. Network segmentation and data loss prevention tools can help contain the blast radius if exploitation is suspected.

Why prioritize this

Despite CVSS 6.5 (medium) severity, this vulnerability warrants prompt patching due to its wide attack surface (all major Apple platforms), the silent nature of data exfiltration, and the universal exposure of web-browsing users. The lack of KEV listing should not delay remediation—it reflects lack of documented widespread exploitation, not absence of risk. Organizations should prioritize patching within 2–4 weeks for general populations and within 1 week for high-risk users (finance, legal, R&D, executive staff) who handle sensitive data.

Risk score, explained

The CVSS 6.5 score reflects a network-based attack requiring user interaction (AV:N/AC:L/PR:N/UI:R) that can disclose sensitive information (C:H) but does not compromise system integrity or availability (I:N/A:N). The score appropriately captures the realistic risk: a real attacker needs a victim to click or visit, but once that bar is met, confidential data can leak without further barriers. The unchanged scope (S:U) indicates the impact is limited to the user's own data, not cross-user or cross-privilege-level impacts. For organizations with sensitive data, this translates to meaningful risk.

Frequently asked questions

Can this vulnerability be exploited if a user simply visits a website without clicking anything?

The vulnerability requires user interaction, which typically means visiting or interacting with malicious content. However, 'interaction' can be as minimal as loading a page—users do not necessarily need to click buttons or submit forms. Simply viewing a crafted page may be sufficient for exploitation, making awareness and avoidance of suspicious sites important mitigations.

Does this affect older versions of Safari on Windows or Linux?

Safari is not available on Windows, and official Safari versions are not distributed for Linux. This vulnerability affects Apple's Safari browser on macOS, iOS, iPadOS, tvOS, visionOS, and watchOS only. Windows and Linux users using Chromium or Firefox-based browsers are not affected.

Is there a workaround for users who cannot update immediately?

While updating is the recommended fix, users can reduce risk by limiting web browsing on untrusted sites, avoiding suspicious links and email, and using browser privacy features. However, no configuration or extension reliably blocks this vulnerability without patching. Temporary workarounds are not a substitute for timely updates.

Why is this not in CISA's Known Exploited Vulnerabilities list if it's so serious?

KEV status reflects documented active exploitation by threat actors in the wild, not inherent severity or risk. This CVE may not yet be listed because exploitation has not been reported widely or detected at scale. The absence of KEV listing should not delay patching—many serious vulnerabilities are exploited opportunistically without formal CISA documentation.

This analysis is provided for informational purposes to help security teams assess and remediate CVE-2026-43700. All patch version numbers, affected products, and CVSS metrics are sourced from official Apple security advisories and the National Vulnerability Database and should be verified against vendor communications before deployment. The absence of this vulnerability from the CISA KEV catalog does not indicate lower risk or lack of exploitation. Organizations should conduct their own risk assessments based on their threat landscape, user populations, and data sensitivity. This advisory does not constitute legal, compliance, or vendor-specific guidance; consult with your organization's legal and compliance teams regarding regulatory obligations. No exploit code or weaponized proof-of-concept information is included herein. Source: NVD (public-domain), retrieved 2026-08-08. Analysis generated by SEC.co (claude-haiku-4-5).