CVE-2026-43745: Safari Out-of-Bounds Write Vulnerability – Patch Guidance
Safari and related Apple products contain an out-of-bounds write vulnerability that can crash the browser when processing specially crafted web content. An attacker would need to trick a user into visiting a malicious website to trigger the flaw. There is no indication of data theft or system compromise, but the denial-of-service impact may disrupt work or enable follow-on attacks.
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:N/I:N/A:H
- Weaknesses (CWE)
- CWE-787
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-29 / 2026-07-27
NVD description (verbatim)
An out-of-bounds write 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. Processing maliciously crafted web content may lead to an unexpected Safari crash.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-43745 is an out-of-bounds write vulnerability (CWE-787) in Apple's WebKit rendering engine, affecting Safari and its embedded use in iOS, iPadOS, macOS, tvOS, visionOS, and watchOS. The flaw stems from insufficient input validation during web content processing. An attacker can craft malicious HTML, JavaScript, or media content to trigger a heap or stack buffer overflow, causing the browser process to crash. The CVSS 3.1 score of 6.5 (MEDIUM) reflects the availability impact without confidentiality or integrity compromise in the attack vector.
Business impact
This vulnerability primarily causes denial of service—users experience unexpected Safari crashes while browsing. For organizations where Safari is a business-critical browser (particularly in Apple-centric enterprises), widespread exploitation could degrade productivity. The crashes may also be weaponized as a distraction or smokescreen during targeted attacks. There is no evidence of data exfiltration or account compromise from this flaw alone.
Affected systems
Apple Safari (desktop), Apple iOS, Apple iPadOS, Apple macOS, tvOS, visionOS, and watchOS are affected. Patch versions are 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. All versions prior to these releases remain vulnerable. The vulnerability crosses consumer and enterprise deployment scenarios given Safari's ubiquity in Apple's ecosystem.
Exploitability
Exploitation requires user interaction (browsing to a malicious website) but no special privileges or authentication. The attack vector is network-based with low complexity, making it accessible to threat actors with basic web development skills. However, the flaw is not known to be actively exploited in the wild, and no public exploit code has been disclosed. Attackers would need to host or inject malicious content into a trusted domain to achieve reasonable success rates.
Remediation
Apply the vendor-supplied patches immediately: Safari 26.5.2 and later, iOS 26.5.2 and later, iPadOS 26.5.2 and later, macOS Tahoe 26.5.2 and later, tvOS 26.6 and later, visionOS 26.6 and later, and watchOS 26.6 and later. Verify patch installation across all Apple devices in your environment, especially mobile devices that may not auto-update. Consider deploying mobile device management (MDM) policies to enforce timely updates.
Patch guidance
Patches are available through standard Apple Software Update channels. For macOS, navigate to System Settings > General > Software Update. For iOS and iPadOS, use Settings > General > Software Update. Enterprise deployments should use Apple's Device Enrollment Program (DEP) and MDM solutions to push updates to all managed devices. Verify patch installation within 30 days of release to minimize the window of exposure.
Detection guidance
Monitor for unexpected Safari process crashes or syslog entries indicating WebKit memory violations. On macOS, check ~/Library/Logs/DiagnosticMessages/ for Safari crash reports. Mobile device management logs can show patch compliance. Network-based detection is limited since the payload is embedded in web content; however, intrusion detection systems may flag attempts to serve known malicious payloads if signatures are available. End-user education about avoiding suspicious links reduces attack surface.
Why prioritize this
Although CVSS 6.5 is labeled MEDIUM, the combination of broad product reach (all Apple platforms), ease of exploitation (user interaction only), and direct availability impact warrant rapid patching. Organizations with high Safari adoption should treat this as high priority. The lack of KEV listing or known active exploitation provides some breathing room, but patch deployment should still occur within 2–4 weeks.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects a network-accessible, low-complexity attack requiring user interaction, with high availability impact but no confidentiality or integrity loss. The score underweights organizational risk for Apple-centric environments and supply chain scenarios where browser crashes could trigger cascading failures. Risk is elevated in zero-trust or high-assurance settings where unexpected crashes may trigger security lockdowns.
Frequently asked questions
Can this vulnerability steal my data or compromise my accounts?
No. The out-of-bounds write causes the browser to crash, but it does not enable data exfiltration, credential theft, or account takeover. The impact is availability only. Attackers cannot read files or hijack sessions through this flaw alone, though crashes could be combined with other attacks.
Do I need to patch if I only use Safari on Wi-Fi or corporate networks?
Yes. The vulnerability is triggered by malicious web content, which can be served over any network—corporate, public, or private. Attackers can inject payloads into unencrypted traffic or compromise trusted websites. Patching is necessary regardless of network context.
Why is this not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog?
As of the vulnerability's publication date (June 29, 2026), there is no evidence of active, in-the-wild exploitation or malware campaigns leveraging CVE-2026-43745. CISA adds vulnerabilities to KEV only when there is documented proof of exploitation in the wild. Lack of KEV status does not mean the vulnerability is unimportant—it simply means it is not yet weaponized at scale.
Should I disable JavaScript or ad blockers as a workaround?
No. Disabling JavaScript alone does not fully mitigate the risk, as the flaw can be triggered by crafted HTML or media elements. Patching is the only reliable remediation. Ad blockers may reduce exposure to some attack vectors but are not a substitute for patching.
This analysis is based on information available as of the CVE publication and modification dates (June 29 – July 27, 2026). Future disclosures may reveal additional details or affected versions. Verify all patch version numbers and deployment procedures against Apple's official security advisories before implementation. This document does not constitute professional security or legal advice; consult your security team or vendor for environment-specific guidance. No exploit code or weaponization details are included or referenced herein. Source: NVD (public-domain), retrieved 2026-08-08. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft
- CVE-2026-13873MEDIUMChrome Layout Out-of-Bounds Read Allows Memory Data Disclosure
- CVE-2026-14063MEDIUMGoogle Chrome Chromecast Memory Disclosure Vulnerability
- CVE-2026-28979MEDIUMApple Safari Out-of-Bounds Access Denial of Service
- CVE-2026-43676MEDIUMSafari Out-of-Bounds Crash Vulnerability – Patch Guidance
- CVE-2026-43703MEDIUMApple Memory Handling Vulnerability in iOS, macOS, tvOS
- CVE-2026-43712MEDIUMSafari WebKit Memory Handling Vulnerability (6.5 CVSS)
- CVE-2026-9930MEDIUMOut-of-Bounds Write in Chrome for macOS