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-43660

CVE-2026-43660: Apple iPadOS XSS Vulnerability

CVE-2026-43660 is a cross-site scripting flaw in Apple iPadOS that bypasses Content Security Policy enforcement through malicious web content. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43660 Overview

CVE-2026-43660 is a validation flaw in Apple's WebKit-based platforms that allows maliciously crafted web content to bypass Content Security Policy (CSP) enforcement. Apple addressed the issue with improved logic in Safari 26.5, iOS 18.7.9, iPadOS 18.7.9, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, and watchOS 26.5. The weakness maps to [CWE-693] (Protection Mechanism Failure). An attacker hosting a crafted page can defeat a security control that defenders rely on to constrain script execution and resource loading in the browser.

Critical Impact

A network-based attacker can bypass Content Security Policy on unpatched Apple devices, weakening defenses against cross-site scripting and untrusted content loading.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-43660

Vulnerability Analysis

The vulnerability resides in the validation logic that enforces Content Security Policy directives when processing web content. CSP is a browser security mechanism that restricts which scripts, styles, and resources a page may load. When the underlying parser or matching routine accepts input that should be rejected, the policy fails to apply. Apple describes the fix as addressing a validation issue with improved logic, indicating that the original check did not correctly evaluate certain crafted inputs.

The impact is confidentiality-focused. An attacker cannot directly execute code or alter system integrity through this flaw alone. However, defeating CSP removes a layer of mitigation that protects against injected scripts, exfiltration of tokens, and loading of attacker-controlled resources on otherwise trusted origins.

Root Cause

The defect is a protection mechanism failure [CWE-693] in the CSP enforcement path. Apple's advisory states the issue was corrected with improved logic, consistent with a validation routine that failed to normalize or compare policy inputs as intended. The specific WebKit component and parsing primitive are not disclosed in the public advisory.

Attack Vector

Exploitation requires the victim to process attacker-controlled web content in Safari or any WebKit-backed application across the affected operating systems. No authentication and no user interaction beyond visiting the page are required. The flaw is reachable over the network through any vector that delivers HTML to the browser, including malicious sites, compromised origins, malvertising, and embedded iframes.

No verified public proof-of-concept code is available. The vulnerability mechanism is described in prose because no validated exploit samples have been published. Refer to the Apple Support advisories for the authoritative technical description.

Detection Methods for CVE-2026-43660

Indicators of Compromise

  • No file-based or network-based indicators of compromise have been published for this issue.
  • Successful exploitation leaves no distinct artifact on the endpoint, since CSP bypass is a behavioral failure of a browser policy rather than a payload drop.

Detection Strategies

  • Inventory all Apple endpoints and identify devices running Safari, iOS, iPadOS, macOS, tvOS, visionOS, or watchOS builds older than the fixed versions listed in the Apple advisories.
  • Monitor web proxy and DNS telemetry for users browsing to newly registered or low-reputation domains from unpatched Apple devices, since the flaw is browser-borne.
  • Review server-side CSP violation report endpoints for an unexplained drop in reports from Safari user agents, which can indicate that policies are not being enforced client-side.

Monitoring Recommendations

  • Track Apple software version distribution through mobile device management (MDM) inventory and flag devices that remain on pre-26.5 builds.
  • Correlate browser process activity on macOS with outbound connections to untrusted origins after navigation to external links.
  • Maintain logging of CSP report-to and report-uri endpoints to detect regressions in enforcement across the user population.

How to Mitigate CVE-2026-43660

Immediate Actions Required

  • Update affected devices to Safari 26.5, iOS 18.7.9, iPadOS 18.7.9, iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, or watchOS 26.5.
  • Push the updates through MDM with an enforced compliance deadline and block non-compliant devices from sensitive resources.
  • Notify users to restart browsers and devices after patching so that WebKit components reload with the corrected logic.

Patch Information

Apple has released fixes across its product line. See the vendor advisories for build numbers and release notes: Apple Support Article 127110, Apple Support Article 127111, Apple Support Article 127115, Apple Support Article 127118, Apple Support Article 127119, Apple Support Article 127120, and Apple Support Article 127121.

Workarounds

  • Restrict browsing on unpatched devices to known, trusted origins through a web proxy or secure web gateway policy until patches are applied.
  • Strengthen server-side defenses that do not rely solely on CSP, including output encoding, Trusted Types, and strict input validation on web applications accessed from Apple devices.
  • Where feasible, isolate high-risk browsing in remote browser isolation (RBI) so that policy bypass on the client does not expose corporate data.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • 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-693
  • Technical References
  • Apple Support Article 127121
  • Vendor Resources
  • Apple Support Article 127110

  • Apple Support Article 127111

  • Apple Support Article 127115

  • Apple Support Article 127118

  • Apple Support Article 127119

  • Apple Support Article 127120
  • Related CVEs
  • CVE-2026-28907: Apple iPadOS XSS Vulnerability

  • CVE-2022-32816: Apple iPadOS XSS Vulnerability

  • CVE-2021-1748: Apple iPadOS XSS Vulnerability

  • CVE-2026-28847: Apple iPadOS DoS 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