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

CVE-2026-28863: Apple iPadOS Privilege Escalation Flaw

CVE-2026-28863 is a privilege escalation vulnerability in Apple iPadOS that allows apps to fingerprint users through a permissions issue. This article covers the technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-28863 Overview

CVE-2026-28863 is a permissions weakness in multiple Apple operating systems that allows an installed application to fingerprint the user. The flaw stems from insufficient access restrictions on system resources that expose device or user-identifying attributes. Apple resolved the issue by tightening permission checks in iOS 26.4, iPadOS 26.4, tvOS 26.4, visionOS 26.4, and watchOS 26.4. The weakness maps to [CWE-284] Improper Access Control.

Critical Impact

An application installed on an affected Apple device can collect persistent identifying signals about the user, enabling cross-app tracking and profiling without explicit consent.

Affected Products

  • Apple iOS and iPadOS prior to 26.4
  • Apple tvOS and watchOS prior to 26.4
  • Apple visionOS prior to 26.4

Discovery Timeline

  • 2026-03-25 - CVE-2026-28863 published to NVD
  • 2026-05-10 - Last updated in NVD database

Technical Details for CVE-2026-28863

Vulnerability Analysis

The vulnerability allows an application to access information that can be combined into a stable fingerprint of the user or device. Fingerprinting on mobile platforms typically aggregates hardware identifiers, configuration values, sensor characteristics, and installed application metadata. Apple's platform privacy model is designed to prevent apps from reading such combinations without entitlements or explicit user consent. CVE-2026-28863 breaks that model by exposing data through an interface that did not enforce sufficient permission checks.

Apple's advisory states the issue was addressed with additional restrictions, indicating the fix narrows which callers can read the affected resource. Successful exploitation does not grant code execution, file access, or data modification. The impact is confined to confidentiality, since fingerprinting data can be used to deanonymize users and correlate behavior across services.

Root Cause

The root cause is improper access control [CWE-284] on a system resource that returns user- or device-identifying values. The component did not apply restrictions consistent with Apple's privacy guarantees, allowing any installed app to query the data without sandbox or entitlement enforcement.

Attack Vector

Exploitation requires an attacker-controlled application to run on the device, and user interaction is required to install or open that app. Once active, the app queries the affected interface and assembles a persistent identifier. The data can then be exfiltrated over the network to a remote tracking service.

No verified proof-of-concept code is publicly available. See the Apple security advisories listed in the references for vendor-supplied technical detail.

Detection Methods for CVE-2026-28863

Indicators of Compromise

  • Apple mobile or wearable devices running iOS, iPadOS, tvOS, visionOS, or watchOS below version 26.4.
  • Installed third-party applications that issue repeated queries to system APIs returning device or account metadata.
  • Outbound traffic from mobile devices to advertising or analytics endpoints not declared in the app's privacy manifest.

Detection Strategies

  • Inventory Apple endpoints through mobile device management (MDM) and flag any device not yet on the 26.4 release train.
  • Review App Privacy Reports on managed iOS and iPadOS devices for unexpected access to device-identifying data categories.
  • Correlate enterprise application allowlists with apps observed performing high-frequency reads of system configuration values.

Monitoring Recommendations

  • Enable MDM compliance rules that mark devices below iOS/iPadOS/tvOS/visionOS/watchOS 26.4 as non-compliant.
  • Forward MDM and network telemetry into a central data lake or SIEM for correlation against known tracker domains.
  • Audit newly installed apps on managed devices and review their declared privacy manifests against observed behavior.

How to Mitigate CVE-2026-28863

Immediate Actions Required

  • Update all Apple devices to iOS 26.4, iPadOS 26.4, tvOS 26.4, visionOS 26.4, or watchOS 26.4.
  • Push the update through MDM with an enforcement deadline and block non-compliant devices from sensitive resources.
  • Remove untrusted or unnecessary third-party applications from managed devices until patching is verified.

Patch Information

Apple released fixes in iOS 26.4, iPadOS 26.4, tvOS 26.4, visionOS 26.4, and watchOS 26.4. Refer to the vendor advisories: Apple Security Update #126792, Apple Security Update #126797, Apple Security Update #126798, and Apple Security Update #126799.

Workarounds

  • Restrict app installation to vetted enterprise catalogs using MDM application allowlisting.
  • Disable or remove apps that request broad access to device metadata without a clear business need.
  • Educate users to install only apps from trusted publishers and to review privacy reports on their devices.
bash
# Configuration example: verify device build via MDM query or on-device check
sw_vers -productVersion   # macOS host check
# On iOS/iPadOS/tvOS/visionOS/watchOS, confirm version 26.4 via Settings > General > About

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApple Ipados

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-284
  • Vendor Resources
  • Apple Security Update #126792

  • Apple Security Update #126797

  • Apple Security Update #126798

  • Apple Security Update #126799
  • Related CVEs
  • CVE-2026-28951: Apple iPadOS Privilege Escalation Flaw

  • CVE-2026-28995: Apple iPadOS Privilege Escalation Flaw

  • CVE-2026-20677: Apple iPadOS Privilege Escalation Flaw

  • CVE-2026-20667: Apple iPadOS Privilege Escalation Flaw
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