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-2023-41990

CVE-2023-41990: Apple iPadOS RCE Vulnerability

CVE-2023-41990 is a remote code execution vulnerability in Apple iPadOS caused by improper cache handling when processing font files. This actively exploited flaw affects multiple Apple platforms and versions.

Updated: May 14, 2026

CVE-2023-41990 Overview

CVE-2023-41990 is a font-processing vulnerability affecting multiple Apple operating systems. Processing a maliciously crafted font file can lead to arbitrary code execution on the target device. Apple addressed the issue with improved handling of caches across iOS, iPadOS, macOS, tvOS, and watchOS.

The vulnerability is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Apple confirmed reports that the issue may have been actively exploited against versions of iOS released before iOS 15.7.1, making it a confirmed in-the-wild zero-day before patching.

Critical Impact

Successful exploitation grants arbitrary code execution in the context of the application processing the font, with confirmed in-the-wild abuse against iOS devices prior to iOS 15.7.1.

Affected Products

  • Apple iOS and iPadOS (versions prior to 16.3, and 15.7.8)
  • Apple macOS Monterey 12.6.8, macOS Big Sur 11.7.9, macOS Ventura 13.2
  • Apple tvOS 16.3 and watchOS 9.3

Discovery Timeline

  • 2023-09-12 - CVE-2023-41990 published to NVD
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2023-41990

Vulnerability Analysis

The flaw resides in Apple's font-handling code path, where parsing a crafted font file leads to memory corruption that an attacker can convert into arbitrary code execution. Apple described the remediation as "improved handling of caches," indicating the root cause involved unsafe state retention or stale cache references during font processing.

Exploitation requires the victim to process an attacker-supplied font, typically through opening a document, visiting a page, or rendering a message containing the malicious font. Because font parsing runs in client applications and system services, successful exploitation enables an attacker to execute code with the privileges of the parsing process. The vulnerability has been used as part of in-the-wild attack chains against older iOS versions.

Root Cause

The root cause is improper handling of cached objects during font processing [CWE-noinfo]. When the system fails to correctly invalidate or validate cached font data, an attacker-controlled font can cause the renderer to operate on stale or attacker-controlled state, producing memory corruption suitable for code execution.

Attack Vector

The attack vector is local and requires user interaction. A target must open or render a crafted font file, often delivered through documents, web content, or messaging applications. Once the font is processed, the cache-handling defect is triggered and the attacker gains code execution within the host process.

No verified public proof-of-concept code is available. For technical details on the affected components and remediation, refer to the Apple Security Update HT213599 and the corresponding advisories for each platform.

Detection Methods for CVE-2023-41990

Indicators of Compromise

  • Unexpected font files (.ttf, .otf) delivered via email, messaging, or web downloads to iOS, iPadOS, or macOS endpoints.
  • Crashes or anomalous behavior in system font services (such as fontd) or applications that render rich documents on unpatched Apple devices.
  • Outbound network connections from mobile or desktop applications immediately following the opening of a document containing embedded fonts.

Detection Strategies

  • Inspect inbound document and web traffic for embedded fonts with malformed tables or unusual cache-related structures.
  • Correlate font-rendering process crashes with subsequent process spawns or persistence activity on macOS endpoints.
  • Use the CISA KEV catalog entry for CVE-2023-41990 to prioritize asset inventory checks for unpatched Apple OS versions.

Monitoring Recommendations

  • Track Apple OS versions across managed fleets and flag devices running below the patched builds (iOS/iPadOS 16.3 or 15.7.8, macOS Ventura 13.2, Monterey 12.6.8, Big Sur 11.7.9, tvOS 16.3, watchOS 9.3).
  • Monitor mobile device management (MDM) telemetry for delayed OS update compliance, especially on executive and high-risk user devices.
  • Alert on unusual file types arriving through messaging or collaboration platforms where font payloads have historically been used in exploit chains.

How to Mitigate CVE-2023-41990

Immediate Actions Required

  • Update all Apple devices to the fixed builds: iOS/iPadOS 16.3 or 15.7.8, macOS Ventura 13.2, macOS Monterey 12.6.8, macOS Big Sur 11.7.9, tvOS 16.3, and watchOS 9.3.
  • Prioritize patching of devices that handle untrusted documents, web content, or messaging attachments, given confirmed in-the-wild exploitation.
  • Enforce update compliance through MDM and block non-compliant devices from sensitive corporate resources until remediated.

Patch Information

Apple released fixes across affected platforms. Refer to the official advisories: Apple Security Update HT213599, HT213601, HT213605, HT213606, HT213842, HT213844, and HT213845.

Workarounds

  • No vendor-supplied workaround exists; applying the official OS update is the only complete mitigation.
  • Restrict opening of untrusted documents and font files on unpatched devices until updates are deployed.
  • Use email and web gateway controls to strip or quarantine attachments containing embedded fonts from untrusted senders.
bash
# Verify Apple device OS version compliance (macOS example)
sw_vers -productVersion
# Expected minimum versions:
#   macOS Ventura 13.2
#   macOS Monterey 12.6.8
#   macOS Big Sur 11.7.9

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIpados

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability2.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • CISA Known Exploited Vulnerabilities CVE-2023-41990
  • Vendor Resources
  • Apple Security Update HT213599

  • Apple Security Update HT213601

  • Apple Security Update HT213605

  • Apple Security Update HT213606

  • Apple Security Update HT213842

  • Apple Security Update HT213844

  • Apple Security Update HT213845
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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