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

CVE-2026-43654: Apple iPadOS Information Disclosure Flaw

CVE-2026-43654 is an information disclosure vulnerability in Apple iPadOS that allows applications to access kernel memory. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43654 Overview

CVE-2026-43654 is a kernel memory disclosure vulnerability affecting multiple Apple operating systems. The issue allows a malicious application to read kernel memory contents, potentially exposing sensitive information such as cryptographic keys, address space layouts, and other privileged data. Apple addressed the flaw with improved memory handling across iOS, iPadOS, macOS, tvOS, visionOS, and watchOS. The vulnerability is classified under [CWE-497] (Exposure of Sensitive System Information to an Unauthorized Control Sphere).

Critical Impact

A locally installed application can disclose kernel memory contents, undermining kernel address space layout randomization (KASLR) and exposing sensitive data that may enable follow-on privilege escalation attacks.

Affected Products

  • Apple iOS and iPadOS (versions prior to 18.7.9 and 26.5)
  • Apple macOS Sequoia (prior to 15.7.7), macOS Sonoma (prior to 14.8.7), and macOS Tahoe (prior to 26.5)
  • Apple tvOS, visionOS, and watchOS (versions prior to 26.5)

Discovery Timeline

  • 2026-05-11 - CVE-2026-43654 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-43654

Vulnerability Analysis

The vulnerability allows an unprivileged application running on an affected Apple operating system to read regions of kernel memory that should be inaccessible to user space. According to Apple's advisories, the root cause involves improper memory handling within a kernel component. Apple resolved the issue by introducing improved memory handling logic in the affected code paths.

Kernel memory disclosure flaws are particularly valuable to attackers because they can defeat KASLR. By leaking kernel pointers or structure contents, an attacker can locate exploitable primitives and chain this disclosure with a memory corruption vulnerability to achieve kernel-level code execution. The bug does not, by itself, grant write access or code execution.

Root Cause

The underlying weakness corresponds to [CWE-497], in which sensitive system information stored in kernel memory is exposed to an unauthorized control sphere. Apple's advisories indicate the fix involved improved memory handling, suggesting the original code did not properly initialize, bound, or sanitize a memory region before returning data to user space.

Attack Vector

Exploitation requires the attacker to run code on the target device, typically through a malicious or compromised application. While the CVSS vector lists a network attack vector, practical exploitation requires an app installed on the device to invoke the vulnerable kernel interface. The attacker receives kernel memory contents that can be parsed for pointers, credentials, or structure data useful in a multi-stage exploit chain.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. See the Apple Support Article #127110 for vendor technical details.

Detection Methods for CVE-2026-43654

Indicators of Compromise

  • Unexpected applications making frequent or unusual kernel API calls that return memory buffers.
  • Devices running outdated OS builds below iOS 18.7.9, iPadOS 18.7.9, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, or any 26.x release earlier than 26.5.
  • Crash reports or kernel panics correlated with newly installed third-party applications.

Detection Strategies

  • Inventory all Apple endpoints and compare installed OS versions against the patched baseline to identify exposed devices.
  • Monitor mobile device management (MDM) reports and endpoint telemetry for applications requesting unusual entitlements or making anomalous kernel syscalls.
  • Review application provenance and code signing status, focusing on sideloaded or enterprise-signed binaries that may host exploit payloads.

Monitoring Recommendations

  • Forward macOS unified logs and MDM compliance data to a central analytics platform to track patch state and suspicious process behavior.
  • Alert on processes that repeatedly invoke kernel interfaces associated with the patched components after the fix is deployed.
  • Track Apple security advisories for related kernel CVEs and correlate with EPSS score changes — currently 0.048% at the 15.006 percentile.

How to Mitigate CVE-2026-43654

Immediate Actions Required

  • Update all Apple devices to iOS 18.7.9, iPadOS 18.7.9, iOS 26.5, iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, or watchOS 26.5.
  • Enforce minimum OS versions through MDM compliance policies and block non-compliant devices from sensitive resources.
  • Audit installed applications and remove untrusted or unnecessary third-party software from managed fleets.

Patch Information

Apple released fixed builds across its operating system portfolio. Refer to the corresponding vendor advisories: Apple Support Article #127110, #127111, #127115, #127116, #127117, #127118, #127119, and #127120.

Workarounds

  • No vendor-provided workaround exists; patching is the only complete remediation.
  • Restrict application installation to vetted App Store sources and disable sideloading where supported.
  • Enable automatic OS updates on managed and personal devices to reduce exposure windows for future kernel disclosures.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • 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-497
  • Vendor Resources
  • Apple Support Article #127110

  • Apple Support Article #127111

  • Apple Support Article #127115

  • Apple Support Article #127116

  • Apple Support Article #127117

  • Apple Support Article #127118

  • Apple Support Article #127119

  • Apple Support Article #127120
  • Related CVEs
  • CVE-2026-28870: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-43658: Apple iPadOS DOS Vulnerability

  • 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