A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43655

CVE-2026-43655: Apple iPadOS Buffer Overflow Vulnerability

CVE-2026-43655 is a buffer overflow vulnerability in Apple iPadOS that allows apps to cause system termination or read kernel memory. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 18, 2026

CVE-2026-43655 Overview

CVE-2026-43655 is an out-of-bounds read vulnerability [CWE-125] affecting multiple Apple operating systems. Apple addressed the issue with improved bounds checking across iOS, iPadOS, macOS, tvOS, and watchOS. A malicious application can exploit this flaw to cause unexpected system termination or read kernel memory contents.

The vulnerability impacts a wide range of Apple devices, including iPhones, iPads, Macs, Apple TVs, and Apple Watches. Apple delivered fixes in iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, and watchOS 26.5.

Critical Impact

An app may be able to cause unexpected system termination or read kernel memory, potentially exposing sensitive data used to bypass kernel address space layout randomization (KASLR).

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-43655

Vulnerability Analysis

The vulnerability is an out-of-bounds read [CWE-125] in an Apple operating system component. The affected code path failed to validate buffer boundaries before performing a read operation. As a result, the routine could access memory outside the intended buffer region.

This class of flaw exposes adjacent memory contents to a caller that should not have access. On Apple platforms, the impact extends to kernel memory disclosure, which can reveal pointers, structures, and randomization values useful for further exploitation. The same condition can also trigger a kernel panic, producing an unexpected system termination.

The vulnerability is reachable by a local application. Apple's advisories do not require user interaction beyond running the malicious app on an affected device.

Root Cause

The root cause is missing or insufficient bounds checking on a memory access within the affected component. Apple's fix introduces improved bounds checking to ensure read operations stay within the allocated buffer. Specific implementation details and the affected component name are not disclosed in the public advisory.

Attack Vector

An attacker delivers a crafted application to a target device. When executed, the application invokes the vulnerable interface with parameters that trigger the out-of-bounds read. The app then either crashes the system or harvests leaked kernel memory for use in a multi-stage exploit chain.

No verified proof-of-concept code is publicly available. See the Apple Support Document #127110 for vendor details.

Detection Methods for CVE-2026-43655

Indicators of Compromise

  • Unexpected kernel panics or system reboots on Apple devices, particularly correlated with the launch of a newly installed application.
  • Crash reports in /Library/Logs/DiagnosticReports/ referencing kernel address faults or out-of-bounds memory access patterns.
  • Installation of applications from outside the App Store or from unverified developer accounts on managed devices.

Detection Strategies

  • Monitor mobile device management (MDM) telemetry for OS version compliance and flag devices running pre-26.5 builds.
  • Review diagnostic and crash logs for repeated panics tied to a specific process or bundle identifier.
  • Correlate application install events with subsequent system stability anomalies across the fleet.

Monitoring Recommendations

  • Ingest macOS unified logs and iOS crash reports into a centralized analytics platform for cross-device pattern analysis.
  • Track application provenance and code signatures to identify unsigned or recently sideloaded binaries.
  • Alert on devices that fall behind the patched OS baseline once Apple security updates are released.

How to Mitigate CVE-2026-43655

Immediate Actions Required

  • Update all Apple devices to iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, or watchOS 26.5 as applicable.
  • Enforce OS update compliance through MDM policies and block enrollment of devices on outdated builds.
  • Restrict installation of applications to vetted sources and review existing app inventories for unknown publishers.

Patch Information

Apple released fixes in iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, and watchOS 26.5. Refer to the vendor advisories for the full list of addressed CVEs and device compatibility: Apple Support Document #127110, Apple Support Document #127115, Apple Support Document #127118, and Apple Support Document #127119.

Workarounds

  • No vendor-supplied workaround exists. Apply the security update as the primary remediation.
  • Limit application installation rights and disable sideloading where supported by enterprise configuration profiles.
  • Educate users to avoid running applications from untrusted developers until devices are patched.
bash
# Verify macOS version after patching
sw_vers -productVersion

# Check pending software updates on macOS
softwareupdate --list

# Install all available updates and restart if required
sudo softwareupdate -ia --restart

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApple Ipados

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Vendor Resources
  • Apple Support Document #127110

  • Apple Support Document #127115

  • Apple Support Document #127118

  • Apple Support Document #127119
  • Related CVEs
  • CVE-2026-28977: Apple iPadOS Buffer Overflow Vulnerability

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

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

  • CVE-2026-28972: Apple iPadOS Buffer Overflow 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