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

CVE-2026-28943: Apple iPadOS Information Disclosure Flaw

CVE-2026-28943 is an information disclosure vulnerability in Apple iPadOS caused by a logging issue that allows apps to determine kernel memory layout. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-28943 Overview

CVE-2026-28943 is an information disclosure vulnerability affecting multiple Apple operating systems. The flaw stems from insufficient data redaction in system logs [CWE-532], allowing a local application to determine kernel memory layout. Apple addressed the issue with improved data redaction across iOS, iPadOS, macOS, tvOS, watchOS, and visionOS.

The vulnerability impacts confidentiality by exposing kernel memory layout information that attackers can use to bypass Kernel Address Space Layout Randomization (KASLR). This information leak weakens a foundational exploit mitigation and aids chained attacks targeting kernel-level vulnerabilities.

Critical Impact

An application can read sensitive log data to determine kernel memory layout, undermining KASLR and enabling reliable kernel exploitation as part of a chained attack.

Affected Products

  • Apple iOS and iPadOS (fixed in 18.7.9 and 26.5)
  • Apple macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5
  • Apple tvOS 26.5, watchOS 26.5, visionOS

Discovery Timeline

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

Technical Details for CVE-2026-28943

Vulnerability Analysis

The vulnerability is classified under [CWE-532]: Insertion of Sensitive Information into Log File. Apple's affected components wrote kernel memory addresses or related layout information into log output without sufficient redaction. Any application with permission to read these logs could extract values that reveal the kernel's runtime memory layout.

Kernel memory layout disclosure defeats KASLR, the randomization mitigation that places kernel code and data at unpredictable addresses on each boot. Once an attacker knows kernel base addresses or slide values, exploit primitives for separate kernel vulnerabilities become reliable rather than probabilistic.

The issue does not, by itself, grant code execution. Its value lies in chained exploitation, where it pairs with a memory corruption or logic flaw to achieve kernel-level compromise on iPhone, iPad, Mac, Apple TV, Apple Watch, or Vision Pro devices.

Root Cause

The root cause is improper log sanitization. Diagnostic or system log entries contained kernel pointers or memory layout artifacts that should have been redacted before being written. Apple's fix introduces improved data redaction in the logging pipeline so sensitive kernel addresses no longer appear in accessible log output.

Attack Vector

Exploitation requires an attacker-controlled application running on the device. The malicious app reads the relevant system logs and parses the unredacted entries to recover kernel layout details. The disclosed values are then used to compute reliable kernel target addresses for follow-on exploitation.

The vulnerability does not require user interaction beyond installing or executing the attacker's application. It is most relevant in scenarios involving sandboxed apps attempting privilege escalation, jailbreak chains, or commercial mercenary spyware payloads targeting Apple devices.

Detection Methods for CVE-2026-28943

Indicators of Compromise

  • Applications enumerating or reading from system log facilities such as os_log, unified logging stores, or /var/log paths on macOS without a legitimate diagnostic purpose.
  • Unsigned or sideloaded applications invoking log access APIs shortly after launch.
  • Processes exporting log archives (.logarchive) or running log show / log collect with broad predicates on endpoint devices.

Detection Strategies

  • Inventory Apple endpoints and flag any device still running iOS/iPadOS earlier than 18.7.9 or 26.5, macOS Sonoma earlier than 14.8.7, macOS Sequoia earlier than 15.7.7, macOS Tahoe earlier than 26.5, or tvOS/watchOS earlier than 26.5.
  • Monitor MDM telemetry for OS build strings to confirm patch deployment status across managed devices.
  • Hunt for applications that request log entitlements or access private logging frameworks without justification in the app's stated functionality.

Monitoring Recommendations

  • Enable centralized log forwarding from managed Macs and review processes that read or export the unified log store.
  • Track app installs from non-App Store sources and correlate against subsequent log access activity.
  • Establish alerts on MDM compliance dashboards for devices missing the May 2026 Apple security updates.

How to Mitigate CVE-2026-28943

Immediate Actions Required

  • Update all Apple devices to iOS 18.7.9 or iOS 26.5, iPadOS 18.7.9 or iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5, tvOS 26.5, or watchOS 26.5 as applicable.
  • Push the updates through Mobile Device Management (MDM) and enforce minimum OS version policies for corporate access.
  • Restrict installation of unsigned or unvetted applications, particularly on devices that handle sensitive data.

Patch Information

Apple released coordinated fixes documented in support articles HT127110, HT127111, HT127115, HT127116, HT127117, HT127118, and HT127119. The fix improves data redaction in logging so kernel memory layout information is no longer written to accessible logs.

Workarounds

  • No vendor-supplied workaround exists; applying the security update is the only complete mitigation.
  • Reduce risk in the interim by limiting app installations to the App Store and removing applications that request log access without a clear purpose.
  • Use MDM configuration profiles to restrict diagnostic log access and developer tooling on production devices.
bash
# Verify the installed OS build on macOS to confirm patch level
sw_vers

# Verify the iOS/iPadOS version of a supervised device via MDM query
# (example using mdmclient on macOS-managed contexts)
sudo mdmclient QueryDeviceInformation | grep -i osversion

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApple Ipados

  • 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-532
  • 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
  • Related CVEs
  • CVE-2026-28920: Apple iPadOS Information Disclosure Flaw

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

  • CVE-2026-28958: Apple iPadOS Information Disclosure Issue

  • CVE-2026-28957: Apple iPadOS Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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