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

CVE-2026-28957: Apple iPadOS Information Disclosure Flaw

CVE-2026-28957 is an information disclosure vulnerability in Apple iPadOS that allows apps to capture user screens through improper camera metadata access. This article covers technical details, affected versions, and patches.

Published: May 18, 2026

CVE-2026-28957 Overview

CVE-2026-28957 is a low-severity access control weakness in Apple iOS, iPadOS, and visionOS. The flaw allows a locally installed app to capture a user's screen by abusing access to camera metadata. Apple addressed the issue with improved logic in iOS 18.7.9, iPadOS 18.7.9, iOS 26.5, iPadOS 26.5, and visionOS 26.5. The vulnerability is classified under [CWE-284] Improper Access Control.

Critical Impact

A malicious app on an unpatched Apple device may capture screen contents through camera metadata, exposing data shown on screen without the user's awareness.

Affected Products

  • Apple iOS (prior to 18.7.9 and 26.5)
  • Apple iPadOS (prior to 18.7.9 and 26.5)
  • Apple visionOS (prior to 26.5)

Discovery Timeline

  • 2026-05-11 - CVE-2026-28957 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-28957

Vulnerability Analysis

The issue resides in how iOS, iPadOS, and visionOS mediate application access to camera metadata. Insufficient validation in this code path allows an app to derive or capture content that should be restricted, including imagery rendered on the user's screen. Apple's advisory describes the fix as introducing improved logic to gate this metadata access. The vulnerability requires the attacker to have a locally executing app on the device and limited privileges, with no user interaction.

Root Cause

The root cause is an improper access control flaw [CWE-284] in the camera metadata interface. The operating system did not adequately enforce restrictions on what an application could observe through camera-related APIs. As a result, an app with standard entitlements could obtain information beyond its intended permission scope. Apple did not publish source-level details, but the fix is described as improved logic to enforce correct boundaries.

Attack Vector

Exploitation requires a malicious or compromised application installed locally on the device. The app does not need additional user interaction once running. By querying camera metadata pathways, the app can capture content displayed on the user's screen. Confidentiality impact is limited; the issue does not affect integrity or availability. No public proof-of-concept code, exploit module, or in-the-wild exploitation has been reported, and the CVE is not listed in the CISA Known Exploited Vulnerabilities catalog.

No verified exploit code is publicly available. Refer to the Apple Support Article #127110 for the vendor description.

Detection Methods for CVE-2026-28957

Indicators of Compromise

  • No public indicators of compromise have been published for CVE-2026-28957.
  • Unexpected screen captures or screenshots appearing in application storage on unpatched devices may warrant review.

Detection Strategies

  • Inventory Apple iOS, iPadOS, and visionOS devices to identify builds older than iOS/iPadOS 18.7.9, iOS/iPadOS 26.5, or visionOS 26.5.
  • Review installed third-party applications for unexpected requests to camera entitlements or background camera activity.
  • Use Mobile Device Management (MDM) compliance policies to flag devices running vulnerable OS versions.

Monitoring Recommendations

  • Monitor MDM telemetry for OS version drift and enforce minimum supported builds.
  • Audit App Store and enterprise-deployed app inventories for apps requesting camera or screen recording permissions without business justification.
  • Track Apple security advisories 127110, 127111, and 127120 for related camera or privacy fixes.

How to Mitigate CVE-2026-28957

Immediate Actions Required

  • Update iPhone and iPad devices to iOS 18.7.9, iPadOS 18.7.9, iOS 26.5, or iPadOS 26.5.
  • Update Apple Vision Pro devices to visionOS 26.5.
  • Restrict installation of non-vetted third-party applications on managed devices via MDM.
  • Revoke camera permissions for applications that do not require them.

Patch Information

Apple released fixes in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, and visionOS 26.5. Patch details are documented in Apple Support Article #127110, Apple Support Article #127111, and Apple Support Article #127120. Administrators should enforce the patched builds through MDM update policies.

Workarounds

  • No vendor-supplied workaround is available; apply the patched OS versions.
  • Limit camera permission grants to applications with verified business need.
  • Use MDM configuration profiles to disable installation of untrusted apps until devices are updated.

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 Ipados

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.01%

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

  • Apple Support Article #127111

  • Apple Support Article #127120
  • Related CVEs
  • CVE-2026-28943: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28920: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28962: Apple iPadOS Information Disclosure Flaw

  • CVE-2026-28958: Apple iPadOS Information Disclosure Issue
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