Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-28864

CVE-2026-28864: Apple iPadOS Privilege Escalation Flaw

CVE-2026-28864 is a privilege escalation vulnerability in Apple iPadOS that allows local attackers to access user Keychain items. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-28864 Overview

CVE-2026-28864 is an Incorrect Authorization vulnerability (CWE-863) affecting multiple Apple operating systems that allows a local attacker to gain unauthorized access to user's Keychain items. The vulnerability stems from insufficient permissions checking in the Keychain subsystem, which stores sensitive credentials, passwords, certificates, and cryptographic keys.

Apple addressed this security flaw with improved permissions checking across their entire ecosystem, including iOS, iPadOS, macOS, visionOS, and watchOS. Organizations and individuals using Apple devices should prioritize updating to patched versions to protect their stored credentials.

Critical Impact

Local attackers can access sensitive Keychain items including stored passwords, authentication tokens, and cryptographic keys, potentially compromising user accounts and encrypted data.

Affected Products

  • Apple iOS (versions prior to 18.7.7 and 26.4)
  • Apple iPadOS (versions prior to 18.7.7 and 26.4)
  • Apple macOS Sequoia (versions prior to 15.7.5)
  • Apple macOS Sonoma (versions prior to 14.8.5)
  • Apple macOS Tahoe (versions prior to 26.4)
  • Apple visionOS (versions prior to 26.4)
  • Apple watchOS (versions prior to 26.4)

Discovery Timeline

  • 2026-03-25 - CVE-2026-28864 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-28864

Vulnerability Analysis

This vulnerability is classified as Incorrect Authorization (CWE-863), which occurs when software does not properly verify that a user is authorized to access a resource or perform an action. In this case, the Apple Keychain subsystem failed to adequately validate permissions before granting access to stored items.

The Keychain is a critical security component in Apple's ecosystem, responsible for securely storing sensitive information including passwords, encryption keys, certificates, and secure notes. A permissions bypass in this component could allow unauthorized processes or users to retrieve credentials they should not have access to.

The attack requires local access to the target device and user interaction, which limits the attack surface but still presents a significant risk in shared computing environments or scenarios where an attacker has already established a foothold on the system.

Root Cause

The root cause of CVE-2026-28864 lies in insufficient permissions checking within the Keychain access control mechanisms. The vulnerability allowed processes to bypass the normal authorization flow that should verify whether a requesting application or user has the appropriate entitlements to access specific Keychain items.

Apple's security model relies on proper access control list (ACL) verification and entitlement checking before granting Keychain access. The flaw indicates a gap in this verification logic that could be exploited to circumvent these protections.

Attack Vector

The exploitation of this vulnerability requires local access to the affected device. An attacker with physical access or through a malicious application installed on the device could leverage this flaw to extract sensitive Keychain items without proper authorization.

The attack scenario may involve a malicious application that requests Keychain access and exploits the permissions checking weakness to retrieve credentials belonging to other applications or system components. This could enable credential theft, session hijacking, or further privilege escalation.

Since the vulnerability requires user interaction (UI:R in the CVSS vector), the attack may depend on social engineering to convince the user to run a malicious application or perform specific actions that trigger the vulnerability.

Detection Methods for CVE-2026-28864

Indicators of Compromise

  • Unusual Keychain access attempts from untrusted or unsigned applications
  • System logs showing abnormal Keychain queries from processes that should not require credential access
  • Unexpected authentication token usage or credential-based access from unknown sources
  • Applications requesting Keychain access without legitimate business need

Detection Strategies

  • Monitor system logs for securityd and Keychain-related events showing access attempts from unauthorized processes
  • Implement application allowlisting to restrict which apps can interact with Keychain subsystems
  • Deploy endpoint detection solutions that can identify anomalous Keychain access patterns
  • Review Mobile Device Management (MDM) logs for unusual credential access events on managed devices

Monitoring Recommendations

  • Enable unified logging for security subsystems and review security and securityd log streams
  • Configure alerts for Keychain access attempts from newly installed or modified applications
  • Monitor for bulk credential access patterns that could indicate credential harvesting
  • Implement SentinelOne Singularity for real-time behavioral analysis of Keychain interactions

How to Mitigate CVE-2026-28864

Immediate Actions Required

  • Update all affected Apple devices to the latest patched versions immediately
  • Review installed applications and remove any untrusted or unnecessary software
  • Enable automatic updates to ensure timely deployment of future security patches
  • Audit Keychain contents and rotate credentials that may have been exposed on unpatched devices

Patch Information

Apple has released security updates addressing this vulnerability across all affected platforms. Refer to the official Apple Security Advisories for detailed patching guidance:

  • Apple Security Advisory #126792
  • Apple Security Advisory #126793
  • Apple Security Advisory #126794
  • Apple Security Advisory #126795
  • Apple Security Advisory #126796
  • Apple Security Advisory #126798
  • Apple Security Advisory #126799

Update to the following fixed versions:

  • iOS 18.7.7 or 26.4 and iPadOS 18.7.7 or 26.4
  • macOS Sequoia 15.7.5
  • macOS Sonoma 14.8.5
  • macOS Tahoe 26.4
  • visionOS 26.4
  • watchOS 26.4

Workarounds

  • Restrict application installation to trusted sources (App Store only) via MDM policies
  • Limit physical access to devices until patches can be applied
  • Consider temporarily disabling third-party Keychain integration for critical systems
  • Implement network segmentation to limit lateral movement if credentials are compromised
bash
# Check current macOS version
sw_vers -productVersion

# Enable automatic updates via command line
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticCheckEnabled -bool true
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -bool true
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CriticalUpdateInstall -bool true

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

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.01%

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

  • Apple Security Advisory #126793

  • Apple Security Advisory #126794

  • Apple Security Advisory #126795

  • Apple Security Advisory #126796

  • Apple Security Advisory #126798

  • Apple Security Advisory #126799
  • Related CVEs
  • CVE-2026-20626: Apple iPadOS Privilege Escalation Flaw

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

  • CVE-2025-24085: Apple iPadOS Privilege Escalation Flaw

  • CVE-2023-41992: Apple iPadOS Privilege Escalation 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