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

CVE-2026-28988: Apple iPadOS Auth Bypass Vulnerability

CVE-2026-28988 is an authentication bypass flaw in Apple iPadOS that allows apps to circumvent Privacy preferences. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 18, 2026

CVE-2026-28988 Overview

CVE-2026-28988 is a permissions weakness affecting multiple Apple operating systems. The flaw allows a locally installed application to bypass certain Privacy preferences enforced by the operating system. Apple addressed the issue by adding additional restrictions to the affected component.

The vulnerability is classified under CWE-284: Improper Access Control. Exploitation requires local access and low privileges, but no user interaction. Successful exploitation can expose data protected by Privacy controls such as user files, location data, or other restricted resources.

Critical Impact

A malicious app installed on an Apple device can bypass Privacy preferences and access user data the operating system was expected to protect.

Affected Products

  • Apple iOS and iPadOS prior to 26.5
  • Apple macOS Tahoe prior to 26.5
  • Apple visionOS prior to 26.5 and watchOS prior to 26.5

Discovery Timeline

  • 2026-05-11 - CVE-2026-28988 published to the National Vulnerability Database
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-28988

Vulnerability Analysis

The vulnerability stems from an improper access control condition [CWE-284] in the Privacy enforcement layer used across Apple's operating systems. An application running with normal user privileges can reach a code path that does not consistently apply the Privacy preference checks. As a result, the app obtains access to resources or data that should require explicit user consent through the Privacy framework.

The issue affects iOS, iPadOS, macOS Tahoe, visionOS, and watchOS, indicating the flawed permission logic exists in a shared platform component. Apple's advisories describe the fix as additional restrictions on the affected operation, which suggests the original check was either missing, evaluated too late, or scoped incorrectly.

The impact is confidentiality-focused. The CVSS vector indicates no impact to integrity or availability, but high impact to confidentiality, consistent with disclosure of Privacy-protected information.

Root Cause

The root cause is an insufficient permission check around resources gated by Apple's Privacy preferences. The original logic did not fully constrain which callers could reach the protected operation, leaving a bypass path available to a locally running app.

Attack Vector

An attacker must first achieve local code execution, typically by convincing a user to install a malicious or repackaged application. Once running, the app invokes the affected code path to read or query data normally gated by Privacy preferences. No additional user interaction and no elevated entitlements are required.

No public proof-of-concept or exploit code is available for CVE-2026-28988. See the Apple Security Advisory for vendor-supplied technical details.

Detection Methods for CVE-2026-28988

Indicators of Compromise

  • Applications accessing Privacy-protected resources (Contacts, Photos, Location, Files) without a corresponding TCC prompt or consent record on macOS.
  • Unsigned or recently installed third-party apps making sustained reads of user data shortly after launch.
  • Unexpected entries in TCC.db access logs or system telemetry showing access without matching user-grant events.

Detection Strategies

  • Inventory Apple endpoints and compare installed OS builds against patched versions (iOS/iPadOS 26.5, macOS Tahoe 26.5, visionOS 26.5, watchOS 26.5).
  • Monitor MDM compliance reports for devices that remain on pre-26.5 builds.
  • Review application install telemetry for unsigned or sideloaded apps that request access to multiple Privacy-protected data classes.

Monitoring Recommendations

  • Forward macOS Unified Log entries related to tccd and Privacy framework events to your central log platform for review.
  • Alert on processes reading user data directories without a prior TCC authorization event.
  • Track app behavior baselines and flag deviations such as new background access to Photos, Contacts, or Location services.

How to Mitigate CVE-2026-28988

Immediate Actions Required

  • Update affected devices to iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, visionOS 26.5, and watchOS 26.5.
  • Enforce minimum OS version policies through your MDM solution to block enrollment of unpatched devices.
  • Audit installed third-party applications and remove any that are unsigned, unused, or from untrusted developers.

Patch Information

Apple has released fixes in iOS 26.5, iPadOS 26.5, macOS Tahoe 26.5, visionOS 26.5, and watchOS 26.5. Reference the vendor bulletins: Apple Security Advisory 127110, Apple Security Advisory 127115, Apple Security Advisory 127119, and Apple Security Advisory 127120.

Workarounds

  • Restrict app installation sources to the App Store and vetted enterprise distribution channels until devices are patched.
  • Review and tighten Privacy preference grants for installed applications, revoking access where not strictly required.
  • Use MDM configuration profiles to limit installation of unmanaged applications on managed devices.
bash
# Verify the installed macOS version on a managed endpoint
sw_vers -productVersion

# Example MDM query to list devices below the patched build
# (pseudocode - adapt to your MDM platform's query language)
Devices where osVersion < "26.5"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApple Ipados

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Apple Security Advisory

  • Apple Security Advisory

  • Apple Security Advisory
  • Related CVEs
  • CVE-2026-28873: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2026-28954: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2026-20661: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2026-20655: Apple iPadOS Auth Bypass 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