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

CVE-2026-28873: Apple iPadOS Auth Bypass Vulnerability

CVE-2026-28873 is an authentication bypass flaw in Apple iPadOS allowing apps to circumvent App Privacy Report logging. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-28873 Overview

CVE-2026-28873 is an authorization vulnerability affecting Apple iOS and iPadOS. The flaw allows an application to circumvent App Privacy Report logging. App Privacy Report is the iOS feature that records which apps access sensitive data and contact which domains. An app exploiting this issue can perform privacy-relevant operations without those operations being recorded for the user to review.

Apple addressed the issue with additional entitlement checks. Fixes are available in iOS 18.7.9, iPadOS 18.7.9, iOS 26.4, and iPadOS 26.4. The weakness is classified as [CWE-863: Incorrect Authorization].

Critical Impact

A malicious or compromised app can hide its access to sensitive data and network destinations from the user-facing App Privacy Report, undermining transparency controls on iOS and iPadOS devices.

Affected Products

  • Apple iOS versions prior to 18.7.9
  • Apple iPadOS versions prior to 18.7.9
  • Apple iOS and iPadOS versions prior to 26.4

Discovery Timeline

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

Technical Details for CVE-2026-28873

Vulnerability Analysis

The vulnerability resides in the App Privacy Report subsystem of iOS and iPadOS. App Privacy Report records sensor access, location queries, contacts and photo access, and network domains contacted by installed apps. Users rely on these logs to audit app behavior and detect privacy abuse.

The flaw allows an app to perform tracked operations without generating entries in the privacy log. Apple's advisory describes the root cause as insufficient entitlement validation in the components responsible for logging privacy-relevant events. The fix adds explicit entitlement checks to ensure callers cannot bypass the logging path.

The vulnerability does not directly grant access to data the app would not otherwise reach. Its impact is on visibility and accountability. A malicious app combining this issue with other access paths can operate covertly against the device owner.

Root Cause

The component logging App Privacy Report events did not adequately verify the entitlements of the calling process. Code paths reachable by an app could skip or suppress event recording. This is consistent with [CWE-863], where an authorization decision is performed against incomplete or incorrect criteria.

Attack Vector

Exploitation requires an attacker-controlled app on the device. The app invokes the affected code path to perform privacy-sensitive operations while suppressing log entries. No user interaction beyond installing the app is required. The network attack vector reflects that the app can subsequently contact remote endpoints whose access remains hidden from the user.

The vulnerability mechanism centers on missing entitlement enforcement within the privacy logging pipeline. See the Apple Support Article #126792 and Apple Support Article #127111 for vendor details.

Detection Methods for CVE-2026-28873

Indicators of Compromise

  • Apps observed contacting unexpected network destinations that do not appear in the App Privacy Report for the same time window
  • Discrepancies between network telemetry collected by enterprise MDM or VPN solutions and on-device App Privacy Report entries
  • Installed apps requesting entitlements unrelated to their stated functionality

Detection Strategies

  • Cross-correlate on-device App Privacy Report data with network-layer logs from enterprise proxies or DNS resolvers to surface gaps
  • Inventory installed iOS and iPadOS versions through MDM and flag devices running builds earlier than 18.7.9 or 26.4
  • Review apps distributed outside the App Store or via enterprise provisioning for unusual entitlement requests

Monitoring Recommendations

  • Forward MDM compliance and OS version telemetry to a centralized analytics platform for continuous version tracking
  • Monitor DNS and TLS SNI logs for connections originating from managed iOS devices to identify destinations not reflected in App Privacy Report
  • Alert on newly sideloaded or enterprise-signed apps following published exploitation research

How to Mitigate CVE-2026-28873

Immediate Actions Required

  • Update all iPhone and iPad devices to iOS 18.7.9, iPadOS 18.7.9, iOS 26.4, or iPadOS 26.4 or later
  • Use MDM to enforce minimum OS versions and report on non-compliant devices
  • Audit installed third-party apps, especially those installed via enterprise provisioning or TestFlight

Patch Information

Apple released fixes in iOS 18.7.9 and iPadOS 18.7.9, and in iOS 26.4 and iPadOS 26.4. The patch introduces additional entitlement checks within the App Privacy Report logging path. Refer to Apple Support Article #126792 and Apple Support Article #127111 for the official advisories and update instructions.

Workarounds

  • No vendor-supplied workaround exists; apply the official update
  • Restrict app installation to vetted sources and enforce App Store-only installation through MDM policy where feasible
  • Rely on network-side logging via enterprise proxies or DNS filtering to retain visibility into app traffic until devices are patched
bash
# Example MDM compliance query (Jamf Pro Classic API) to list devices below the patched build
curl -s -u "$JAMF_USER:$JAMF_PASS" \
  -H "Accept: application/xml" \
  "$JAMF_URL/JSSResource/mobiledevices/subset/General" \
  | xmllint --xpath "//mobile_device[os_version<'18.7.9']/name/text()" -

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-863
  • Vendor Resources
  • Apple Support Article #126792

  • Apple Support Article #127111
  • Related CVEs
  • CVE-2026-28988: 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