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

CVE-2026-28950: iOS/iPadOS Information Disclosure Issue

CVE-2026-28950 is an information disclosure flaw in iOS and iPadOS where deleted notifications are unexpectedly retained on devices. This article covers the technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-28950 Overview

CVE-2026-28950 is an information disclosure vulnerability affecting Apple iOS and iPadOS devices. The vulnerability stems from a logging issue where notifications marked for deletion could be unexpectedly retained on the device due to improper data redaction in the logging subsystem. This privacy-sensitive flaw (CWE-359: Exposure of Private Personal Information to an Unauthorized Actor) could allow unauthorized access to notification content that users believed had been deleted.

Critical Impact

Notifications marked for deletion by users may persist on the device, potentially exposing sensitive personal information to unauthorized parties with local device access.

Affected Products

  • iOS 18.7.8 and earlier versions
  • iPadOS 18.7.8 and earlier versions
  • iOS 26.4.2 and earlier versions
  • iPadOS 26.4.2 and earlier versions

Discovery Timeline

  • 2026-04-22 - CVE-2026-28950 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-28950

Vulnerability Analysis

This vulnerability represents an information disclosure issue classified under CWE-359 (Exposure of Private Personal Information to an Unauthorized Actor). The core problem lies in the iOS/iPadOS logging mechanism, which failed to properly redact notification data when users performed deletion operations.

When a user deletes a notification, the system should completely remove all traces of that notification's content. However, due to insufficient data redaction in the logging subsystem, the notification content could be inadvertently preserved in system logs. This creates a situation where sensitive information from notifications—which may include personal messages, financial alerts, authentication codes, or other private data—remains accessible on the device despite the user's explicit intent to delete it.

The vulnerability requires local access to exploit, meaning an attacker would need physical access to the device or the ability to execute code locally. While this limits the attack surface compared to network-exploitable vulnerabilities, it remains a significant privacy concern for users in scenarios involving device theft, shared devices, or forensic analysis.

Root Cause

The root cause of CVE-2026-28950 is improper data redaction within the iOS/iPadOS logging framework. When notifications are processed for deletion, the logging subsystem captures notification metadata and potentially content without applying appropriate redaction filters. This results in sensitive notification data being written to logs that persist beyond the notification's intended lifecycle.

Apple's logging infrastructure typically includes mechanisms to sanitize sensitive data before writing to logs. In this case, those mechanisms failed to properly identify and redact notification content during deletion operations, leaving a residual data footprint.

Attack Vector

The attack vector for this vulnerability is local access (AV:L). An attacker exploiting this vulnerability would need:

  1. Physical device access or local code execution capability on the target iOS/iPadOS device
  2. Access to system logs where the unredacted notification data is stored
  3. Knowledge of where the retained notification data resides within the logging infrastructure

Exploitation scenarios include:

  • An attacker with temporary physical access to an unlocked device extracting log files
  • Malicious applications with elevated privileges accessing log data
  • Forensic analysis revealing notification content the user believed was deleted
  • Device theft followed by log extraction through forensic tools

Since the vulnerability does not require user interaction (UI:N) and can be exploited without privileges (PR:N), the barrier to exploitation is primarily gaining local access to the device.

Detection Methods for CVE-2026-28950

Indicators of Compromise

  • Unexpected retention of notification data in system logs after user deletion
  • Presence of notification content in log files dated after the notification was marked for deletion
  • Anomalous log file sizes that may indicate accumulation of unredacted notification data
  • Evidence of unauthorized log file access or extraction attempts

Detection Strategies

  • Monitor for unusual access patterns to iOS/iPadOS system log directories
  • Implement mobile device management (MDM) policies to track log access events
  • Deploy endpoint detection solutions capable of monitoring iOS/iPadOS file system activity
  • Audit device access logs for signs of unauthorized physical access or connection to extraction tools

Monitoring Recommendations

  • Enable SentinelOne Mobile Threat Defense to monitor for suspicious local access patterns on iOS/iPadOS devices
  • Configure alerts for any attempts to access or extract system log files from managed devices
  • Implement device attestation to detect jailbroken or compromised devices where log extraction would be easier
  • Review MDM logs for unauthorized device connections or backup extraction attempts

How to Mitigate CVE-2026-28950

Immediate Actions Required

  • Update all iOS devices to version 18.7.8 or iOS 26.4.2 or later immediately
  • Update all iPadOS devices to version 18.7.8 or iPadOS 26.4.2 or later immediately
  • Enforce device update policies through MDM solutions to ensure compliance
  • Consider clearing device logs on affected devices prior to updating as an additional precaution

Patch Information

Apple has addressed this vulnerability by implementing improved data redaction in the logging subsystem. The fix ensures that notification content is properly sanitized before being written to logs, and that deletion operations remove all residual notification data.

Security updates are available through:

  • Apple Support Article 127002
  • Apple Support Article 127003

Users and administrators should apply these updates through standard iOS/iPadOS update mechanisms (Settings > General > Software Update) or through MDM-managed deployment.

Workarounds

  • Restrict physical access to devices containing sensitive notification data
  • Enable strong device authentication (Face ID, Touch ID, complex passcodes) to prevent unauthorized access
  • Use MDM solutions to enforce encryption and remote wipe capabilities on managed devices
  • Consider disabling notification previews for sensitive applications until patches are applied
  • Limit the use of sensitive notifications on devices that cannot be immediately updated
bash
# MDM Configuration Profile - Enforce minimum iOS version
# Deploy via your MDM solution to require patched versions
# Example: Restrict access until device meets minimum OS version

# Check device iOS version via MDM query
# Minimum required: iOS 18.7.8 or iOS 26.4.2

# Compliance policy recommendation:
# - Block access to corporate resources for non-compliant devices
# - Enable automatic OS update enforcement where supported
# - Configure notification restrictions for sensitive apps

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

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-359
  • Technical References
  • Apple Support Article 127002

  • Apple Support Article 127003
  • Related CVEs
  • CVE-2026-28867: Apple OS Information Disclosure Flaw

  • CVE-2026-20675: Apple OS Information Disclosure Flaw

  • CVE-2026-20634: Apple Image Processing Info Disclosure

  • CVE-2026-20627: Apple OS 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