The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43658

CVE-2026-43658: Apple iPadOS DOS Vulnerability

CVE-2026-43658 is a denial of service vulnerability in Apple iPadOS caused by improper memory handling that crashes Safari when processing malicious web content. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43658 Overview

CVE-2026-43658 is a memory handling vulnerability affecting Apple's Safari browser and multiple operating systems. Processing maliciously crafted web content can trigger an unexpected Safari crash, resulting in denial of service. The flaw is classified under [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer). Apple addressed the issue with improved memory handling in Safari 26.5, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. The vulnerability is exploitable over the network without authentication or user interaction beyond visiting a malicious web page.

Critical Impact

A remote attacker can crash Safari on any unpatched Apple device by serving malicious web content, impacting availability across the Apple device ecosystem.

Affected Products

  • Apple iOS and iPadOS (prior to 26.5)
  • Apple macOS Tahoe (prior to 26.5), tvOS, visionOS, watchOS (prior to 26.5)
  • Apple Safari (prior to 26.5)

Discovery Timeline

  • 2026-05-11 - CVE-2026-43658 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43658

Vulnerability Analysis

The vulnerability resides in the memory handling logic used when Safari processes web content. When a victim visits a page containing maliciously crafted markup, scripts, or media, the browser engine mishandles memory operations and terminates unexpectedly. Apple's advisory characterizes the resolution as "improved memory handling," consistent with a memory safety defect in the rendering pipeline.

The shared codebase across iOS, iPadOS, macOS, tvOS, visionOS, and watchOS means the same flaw extends across Apple's product line. While the public disclosure describes the impact as an unexpected crash, memory safety defects of this class frequently warrant additional scrutiny because they can sometimes be chained with other primitives.

Root Cause

The root cause is improper memory handling within the WebKit-based content processing path. Apple's advisory does not publicly detail the exact memory operation or object lifecycle that fails. The [CWE-119] classification indicates operations occur outside the intended bounds of a memory buffer, which can include out-of-bounds reads, writes, or related boundary violations.

Attack Vector

Exploitation requires an attacker to deliver maliciously crafted web content to a victim's browser. This is achievable through direct links, compromised websites, malicious advertisements, or embedded web views within other applications. No authentication or prior access to the device is required. The attacker does not need any privileges and the attack complexity is low, making opportunistic exploitation feasible at scale.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Technical specifics of the trigger condition are not publicly documented. Refer to the Apple Security Advisory #127121 for vendor-provided details.

Detection Methods for CVE-2026-43658

Indicators of Compromise

  • Unexpected and repeated Safari or WebKit-based application crashes across iOS, iPadOS, macOS, tvOS, visionOS, or watchOS endpoints.
  • Crash reports referencing WebKit components such as com.apple.WebKit.WebContent generated immediately after visiting a specific URL.
  • Outbound traffic to unfamiliar domains immediately preceding browser process termination on managed Apple devices.

Detection Strategies

  • Collect and centralize macOS and iOS crash logs from ~/Library/Logs/DiagnosticReports/ and MDM telemetry to identify clustering of WebKit-related crashes.
  • Correlate browser crash events with web proxy logs to identify the originating URL or domain serving the crafted content.
  • Monitor endpoint detection telemetry for abnormal process termination patterns affecting Safari and embedded WebKit views.

Monitoring Recommendations

  • Track Apple device OS versions through enterprise mobility management to identify endpoints still running pre-26.5 builds.
  • Alert when devices below the patched baseline browse external websites to surface remaining exposure.
  • Review web gateway logs for repeated requests to URLs immediately followed by user-reported browser instability.

How to Mitigate CVE-2026-43658

Immediate Actions Required

  • Update all Apple devices to Safari 26.5, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, or watchOS 26.5.
  • Prioritize patching internet-facing user devices and devices used by privileged personnel.
  • Use MDM solutions to enforce minimum OS versions and verify compliance across the fleet.

Patch Information

Apple released fixes in Safari 26.5 and the corresponding OS updates 26.5 across iOS, iPadOS, macOS Tahoe, tvOS, visionOS, and watchOS. Refer to the vendor advisories for build numbers and download links: Apple Security Advisory #127110, Apple Security Advisory #127115, Apple Security Advisory #127118, Apple Security Advisory #127119, Apple Security Advisory #127120, and Apple Security Advisory #127121.

Workarounds

  • Restrict browsing to trusted sites through web filtering policies until patches are applied across the fleet.
  • Use enterprise web gateways to block known malicious domains and inspect content delivered to Apple endpoints.
  • Disable JavaScript in Safari for high-risk user groups as a temporary control where operationally feasible.
bash
# Verify installed macOS version meets the patched baseline
sw_vers -productVersion

# Trigger an Apple software update check on macOS
sudo softwareupdate --list
sudo softwareupdate --install --all --restart

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIpados

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-119
  • Technical References
  • Apple Security Advisory #127121
  • Vendor Resources
  • Apple Security Advisory #127110

  • Apple Security Advisory #127115

  • Apple Security Advisory #127118

  • Apple Security Advisory #127119

  • Apple Security Advisory #127120
  • Related CVEs
  • CVE-2025-24160: Apple iPadOS DOS Vulnerability

  • CVE-2026-43654: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28956: Apple iPadOS Buffer Overflow Vulnerability

  • CVE-2026-43668: Apple iPadOS Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English