MEDIUM 6.5

CVE-2026-43740: Apple Safari Memory Disclosure Vulnerability – Patch Guidance

Apple has patched a memory disclosure vulnerability affecting Safari, iOS, iPadOS, and macOS. When a user visits a maliciously crafted website, the browser can leak sensitive data from its process memory to an attacker. The flaw stems from insufficient memory handling in the browser's web content processing engine. While the vulnerability requires user interaction (visiting a malicious site), the confidentiality risk is significant enough that Apple classified it as MEDIUM severity and issued fixes across multiple platforms simultaneously.

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-119, CWE-416
Affected products
4 configuration(s)
Published / Modified
2026-06-29 / 2026-07-29

NVD description (verbatim)

The issue was addressed with improved memory handling. 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 result in the disclosure of process memory.

6 reference(s) · View on NVD →

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

Technical summary

CVE-2026-43740 is a memory safety issue (CWE-119, CWE-416) in Apple's WebKit engine that allows attackers to read process memory through maliciously crafted web content. The vulnerability exploits inadequate bounds checking and potential use-after-free conditions in memory handling routines. An attacker hosting or injecting malicious HTML/JavaScript can trigger the vulnerability when a user navigates to or loads the content in Safari or WebKit-based browsers on affected platforms. The memory disclosure is direct—no additional exploitation steps are required once the malicious content is processed.

Business impact

This vulnerability exposes confidential data resident in browser process memory, which may include cached credentials, session tokens, personal information, or other sensitive application state. Organizations with employees using affected Apple devices face data exfiltration risk, particularly in bring-your-own-device (BYOD) environments or where Safari is the primary browser. The impact is heightened for users who visit untrusted websites or follow phishing links. However, the attack does not enable code execution or system compromise, limiting the scope of downstream damage.

Affected systems

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; watchOS 26.5 and earlier. All major Apple consumer platforms are affected. Enterprise users relying on Safari for internal web applications or users on macOS for development work should prioritize patching.

Exploitability

Exploitability is straightforward from a technical standpoint: an attacker needs only to craft malicious web content and convince or trick a user into visiting it. No special network access, elevated privileges, or complex exploitation chains are required. The CVSS vector (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N) reflects network-accessible, low-complexity exploitation with a single user interaction barrier. However, the vulnerability is not currently tracked in CISA's KEV catalog, indicating no known public exploits as of the last update. Threat actors could develop exploits relatively easily once the attack surface is understood.

Remediation

Apply the latest patches 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. Apple released these fixes on a coordinated schedule post-disclosure. Enable automatic updates where possible to reduce deployment friction. Verify patch deployment via device inventory management tools, particularly for BYOD environments where user compliance may vary.

Patch guidance

For macOS users: Install macOS Tahoe 26.5.2 or later via System Settings > General > Software Update. For iOS/iPadOS: Update via Settings > General > Software Update. For tvOS, visionOS, and watchOS, use their respective Settings apps. Enterprise IT teams should use Mobile Device Management (MDM) solutions to enforce updates across fleet. Verify patch status by checking System Information or Settings > About. Document patch deployment dates for compliance reporting. If you are running any version listed in affected_systems_summary, you should patch within 24–48 hours.

Detection guidance

Monitor for suspicious web content access patterns and unexpected memory disclosure anomalies via endpoint detection and response (EDR) tools. Safari process crashes or unusual memory access behavior may indicate exploitation attempts, though detection is difficult without host-based telemetry. Network-level detection is limited; inspect web proxy logs for visits to known malicious domains. Educate users to avoid clicking untrusted links and to keep browsers updated. Organizations using managed Safari configurations should verify that content blockers and domain-allow-listing policies are in place.

Why prioritize this

Although untracked in KEV and marked MEDIUM severity, this vulnerability warrants near-immediate patching because: (1) it is trivially exploitable via web browsing, a universal user behavior; (2) it affects all major Apple consumer and professional platforms; (3) memory disclosure can compromise session tokens, credentials, and personal data; (4) affected users often do not realize they are at risk until patched. Organizations with significant macOS, iOS, or iPadOS deployment should treat this as HIGH priority operationally despite the MEDIUM CVSS score.

Risk score, explained

The CVSS 3.1 score of 6.5 (MEDIUM) reflects high confidentiality impact (C:H) offset by the requirement for user interaction (UI:R) and lack of integrity or availability impact (I:N, A:N). The network-accessible attack vector (AV:N) and low complexity (AC:L) elevate the score. The score appropriately captures the memory disclosure risk but may underweight the practical threat given the ease of exploitation and universal attack surface (web browsing). Security teams should apply organizational risk context—if memory disclosure can compromise credentials or personal data in your environment, internal risk rating should exceed the CVSS number.

Frequently asked questions

Does this vulnerability allow remote code execution?

No. The vulnerability is limited to disclosure of process memory; it does not enable code execution, privilege escalation, or system compromise. An attacker can read sensitive data but cannot directly modify system state or install malware.

Am I at risk if I don't visit untrusted websites?

Risk is reduced but not eliminated. Malicious web content can be injected via compromised legitimate websites, ad networks, or phishing emails that impersonate trusted senders. Patching is the safest mitigation regardless of browsing habits.

What data could be leaked from browser memory?

Browser process memory may contain cached cookies, session tokens, authentication credentials, form data, cached web pages, or data from open tabs. The specific leakage depends on the web content being processed at the time of exploitation.

Is this vulnerability being exploited in the wild?

No public exploits have been reported to CISA's KEV catalog as of the advisory date. However, the simplicity of the attack means malicious actors could develop working exploits rapidly once patches are available, creating an incentive to patch before such tools circulate.

This analysis is provided for informational purposes and represents the state of public information as of the vulnerability advisory date. Patch versions and affected software versions are drawn from the official Apple security advisory and should be verified independently. Organizations should conduct internal risk assessments and testing before deploying patches in production environments. This document does not constitute legal, compliance, or professional security advice; consult your security and legal teams for guidance specific to your organization. Source: NVD (public-domain), retrieved 2026-08-08. Analysis generated by SEC.co (claude-haiku-4-5).