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
    • 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-2023-41991

CVE-2023-41991: Apple iPadOS Auth Bypass Vulnerability

CVE-2023-41991 is an authentication bypass flaw in Apple iPadOS that allows malicious apps to bypass signature validation. This vulnerability was actively exploited in the wild. This post covers technical details, affected versions, impact, and mitigation steps.

Published: February 11, 2026

CVE-2023-41991 Overview

CVE-2023-41991 is a certificate validation bypass vulnerability affecting Apple's iOS, iPadOS, and macOS operating systems. This security flaw allows a malicious application to bypass signature validation, potentially enabling unauthorized code execution or the installation of untrusted software that appears legitimate. Apple has confirmed awareness of reports indicating this vulnerability has been actively exploited in the wild against iOS versions prior to 16.7.

Critical Impact

This vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Malicious actors can leverage this flaw to bypass signature validation, allowing untrusted or malicious applications to appear legitimate on affected Apple devices.

Affected Products

  • Apple iOS (versions before 16.7 and 17.0)
  • Apple iPadOS (versions before 16.7 and 17.0)
  • Apple macOS (versions before Ventura 13.6)

Discovery Timeline

  • September 21, 2023 - CVE-2023-41991 published to NVD
  • November 5, 2025 - Last updated in NVD database

Technical Details for CVE-2023-41991

Vulnerability Analysis

This certificate validation vulnerability (CWE-295: Improper Certificate Validation) exists within Apple's code signing verification mechanism. The flaw stems from insufficient validation of certificate chains during the signature verification process for applications. When an application is launched or installed, the operating system performs signature validation to ensure the software originates from a trusted source and has not been tampered with. Due to the improper certificate validation, malicious applications can present crafted or invalid certificates that the system incorrectly accepts as legitimate.

The vulnerability requires local access and user interaction to exploit, as the malicious application must first be installed on the target device. Once installed, the application can bypass the signature validation checks that would normally prevent unauthorized or modified code from executing with elevated trust levels.

Root Cause

The root cause of CVE-2023-41991 lies in improper certificate validation logic within Apple's Security framework. The certificate chain verification process failed to properly validate all aspects of the certificate hierarchy, allowing specially crafted certificates to pass validation checks despite not meeting the full security requirements. This represents a breakdown in the fundamental trust model that Apple's code signing architecture relies upon to ensure application integrity and authenticity.

Attack Vector

The attack requires a local vector where an attacker must first deliver a malicious application to the target device. This could be accomplished through various social engineering techniques, third-party app stores, enterprise deployment mechanisms, or by exploiting other vulnerabilities to sideload applications. Once the malicious app is installed, user interaction is required to launch the application.

Upon execution, the malicious application exploits the certificate validation flaw to bypass signature checks. This enables the application to execute code or perform actions that would normally be restricted to properly signed, trusted software. The integrity impact is significant as it undermines the entire code signing trust model that protects Apple devices.

Detection Methods for CVE-2023-41991

Indicators of Compromise

  • Applications with unusual or malformed certificate chains that pass signature validation
  • Presence of unauthorized or sideloaded applications from unknown sources
  • System logs indicating signature validation anomalies or certificate verification errors
  • Applications exhibiting behavior inconsistent with their stated purpose or permissions

Detection Strategies

  • Monitor for applications installed outside of the official App Store, particularly those using enterprise certificates
  • Implement Mobile Device Management (MDM) solutions to track and validate installed applications
  • Review device logs for signature validation warnings or certificate verification failures
  • Deploy endpoint detection solutions capable of identifying suspicious application behavior patterns

Monitoring Recommendations

  • Enable comprehensive logging for application installation and execution events
  • Configure alerts for any applications that fail standard signature validation but are still executed
  • Implement continuous monitoring of certificate validity for installed applications
  • Utilize SentinelOne Singularity Platform for real-time detection of exploitation attempts targeting certificate validation mechanisms

How to Mitigate CVE-2023-41991

Immediate Actions Required

  • Update all affected Apple devices to the latest available operating system versions immediately
  • Audit installed applications on all devices to identify potentially unauthorized software
  • Remove any suspicious or unknown applications from affected devices
  • Restrict application installation to the official App Store where possible
  • Implement MDM policies to control application installation and enforce update compliance

Patch Information

Apple has released security patches addressing this vulnerability. Users should update to the following versions or later:

  • iOS 16.7 or iOS 17.0 and later for iPhone devices
  • iPadOS 16.7 or iPadOS 17.0 and later for iPad devices
  • macOS Ventura 13.6 and later for Mac computers

For detailed patch information, refer to Apple Security Advisory HT213927 and Apple Security Advisory HT213931. This vulnerability is tracked in CISA's Known Exploited Vulnerabilities Catalog.

Workarounds

  • Restrict application installation to only the official Apple App Store
  • Enable automatic updates on all Apple devices to ensure timely patch deployment
  • Implement strict MDM policies to prevent sideloading of applications
  • Use supervised device mode on iOS/iPadOS to enforce application restrictions
  • Educate users about the risks of installing applications from untrusted sources
bash
# Verify iOS/iPadOS version via MDM query
# Ensure devices are running iOS/iPadOS 16.7+ or 17.0+
# For macOS, verify system is running Ventura 13.6 or later
softwareupdate --list
# Install available updates
softwareupdate --install --all

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability3.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-295
  • Technical References
  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Apple Support Article

  • Apple Support Article

  • Apple Support Knowledge Base

  • Apple Support Knowledge Base
  • Related CVEs
  • CVE-2026-28895: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2026-28856: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2026-28865: Apple iPadOS Auth Bypass Vulnerability

  • CVE-2025-43534: Apple iPadOS Auth Bypass Vulnerability
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