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

CVE-2023-41989: Apple macOS Lock Screen RCE Vulnerability

CVE-2023-41989 is a remote code execution vulnerability in Apple macOS that allows attackers to execute arbitrary code as root from the Lock Screen. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-41989 Overview

CVE-2023-41989 is a privilege escalation vulnerability affecting Apple macOS that allows an attacker with physical access to execute arbitrary code as root from the Lock Screen. The flaw stems from insufficient restrictions on options available while a device is in a locked state, enabling attackers to bypass authentication controls and gain root-level access without proper credentials.

Critical Impact

An attacker with physical access to a macOS device can execute arbitrary code with root privileges from the Lock Screen, potentially leading to complete system compromise.

Affected Products

  • Apple macOS versions prior to macOS Sonoma 14.1
  • Apple macOS (all vulnerable versions as specified in cpe:2.3:o:apple:macos::::::::)

Discovery Timeline

  • October 25, 2023 - CVE-2023-41989 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-41989

Vulnerability Analysis

This vulnerability represents a significant authentication bypass that allows local privilege escalation through the macOS Lock Screen interface. The attack requires physical access to the device but does not require any prior privileges or user interaction to exploit. The flaw exists in how macOS handles available options and functionality when the device is in a locked state.

When a macOS device is locked, certain system components remain accessible to facilitate legitimate functionality. However, insufficient restrictions on these accessible options allowed an attacker to leverage this access path to execute arbitrary commands with root-level privileges. The attack completely bypasses the authentication mechanisms that would normally protect the system when locked.

Root Cause

The root cause of this vulnerability lies in improper access control implementation within the macOS Lock Screen interface. Apple's security architecture failed to adequately restrict the options and functionality available to users (or attackers) when the device was locked. This allowed an exploitation path that circumvented normal authentication requirements.

The specific weakness has been classified as "NVD-CWE-noinfo," indicating the precise technical mechanism has not been publicly disclosed in detail, likely to prevent exploitation before systems could be patched.

Attack Vector

The attack requires physical access to the target macOS device. Once physical access is obtained, an attacker can interact with the Lock Screen interface to execute arbitrary code with root privileges. The exploitation does not require:

  • Prior authentication to the system
  • User interaction from the legitimate owner
  • Any special privileges or accounts

The physical access requirement limits the attack surface to scenarios where an attacker can physically interact with the target device, such as:

  • Stolen or unattended laptops
  • Corporate environments with shared workspaces
  • Public settings where devices may be temporarily left unattended

Due to the sensitive nature of this vulnerability and to protect users, specific exploitation techniques are not publicly documented. The vulnerability allows code execution through the Lock Screen interface by leveraging improperly restricted options. For technical details, refer to Apple Support Document HT213984 and the Full Disclosure mailing list.

Detection Methods for CVE-2023-41989

Indicators of Compromise

  • Unexpected processes running with root privileges that were initiated while the device was locked
  • System logs showing authentication events or process executions during times when the device should have been locked and unattended
  • Evidence of privilege escalation without corresponding login events

Detection Strategies

  • Monitor system logs for process executions that occur without prior authentication events
  • Implement endpoint detection and response (EDR) solutions that can identify anomalous root-level process creation
  • Review security audit logs for suspicious activity patterns during device lock states
  • Deploy SentinelOne Singularity Platform to detect and respond to unauthorized privilege escalation attempts

Monitoring Recommendations

  • Enable comprehensive audit logging on macOS devices, particularly for authentication events and process creation
  • Configure alerts for root-level process executions that don't correspond to expected administrative activities
  • Monitor for FileVault or other security feature modifications that could indicate post-compromise activity

How to Mitigate CVE-2023-41989

Immediate Actions Required

  • Update all macOS systems to macOS Sonoma 14.1 or later immediately
  • Ensure physical security controls are in place for all macOS devices
  • Review security policies for unattended device handling
  • Deploy endpoint protection solutions capable of detecting unauthorized code execution

Patch Information

Apple has addressed this vulnerability in macOS Sonoma 14.1 by restricting the options offered on a locked device. The patch prevents the exploitation path that allowed code execution from the Lock Screen.

To update your macOS system:

  1. Navigate to System Settings > General > Software Update
  2. Install macOS Sonoma 14.1 or later
  3. Restart the device to complete the installation

For detailed patch information, refer to Apple Support Document HT213984 and Apple Knowledge Base HT214037.

Workarounds

  • Implement strict physical security controls to prevent unauthorized access to macOS devices
  • Enable FileVault full-disk encryption to protect data even if physical access is obtained
  • Configure automatic screen lock with short timeout periods to minimize exposure windows
  • Consider implementing additional endpoint security solutions until patches can be applied
bash
# Enable automatic screen lock with 1-minute timeout
sudo defaults write com.apple.screensaver askForPassword -int 1
sudo defaults write com.apple.screensaver askForPasswordDelay -int 0

# Verify FileVault encryption status
sudo fdesetup status

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApple Macos

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Full Disclosure October 2023

  • Apple Knowledge Base HT214037

  • Apple Knowledge Base HT214038
  • Vendor Resources
  • Apple Support Document HT213984

  • Apple Knowledge Base HT213984
  • Related CVEs
  • CVE-2025-31200: Apple macOS Memory Corruption RCE Flaw

  • CVE-2024-54529: Apple macOS RCE Vulnerability

  • CVE-2024-54506: Apple macOS RCE Vulnerability

  • CVE-2025-43253: Apple macOS RCE 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