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-2024-54477

CVE-2024-54477: Apple macOS Information Disclosure Flaw

CVE-2024-54477 is an information disclosure vulnerability in Apple macOS that allows apps to access user-sensitive data. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-54477 Overview

CVE-2024-54477 is a sensitive data exposure vulnerability affecting multiple versions of Apple macOS. The vulnerability stems from insufficient validation checks that allow a malicious application to access user-sensitive data. Apple addressed this issue with improved checks in macOS Sequoia 15.2, macOS Ventura 13.7.2, and macOS Sonoma 14.7.2.

Critical Impact

A malicious application running on an affected macOS system may be able to access user-sensitive data, potentially leading to privacy breaches and unauthorized disclosure of confidential information.

Affected Products

  • Apple macOS Sequoia (versions prior to 15.2)
  • Apple macOS Ventura (versions prior to 13.7.2)
  • Apple macOS Sonoma (versions prior to 14.7.2)

Discovery Timeline

  • 2024-12-12 - CVE-2024-54477 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-54477

Vulnerability Analysis

This vulnerability is classified under CWE-922 (Insecure Storage of Sensitive Information), indicating that the affected macOS components failed to properly protect user-sensitive data from unauthorized access. The flaw requires local access and low-privilege authentication to exploit, meaning an attacker would need to execute a malicious application on the target system.

The vulnerability allows an application to bypass intended access restrictions and read sensitive user data that should be protected by the operating system's security controls. This represents a significant confidentiality impact, as sensitive personal information could be exfiltrated without user awareness.

Root Cause

The root cause of CVE-2024-54477 lies in inadequate validation checks within macOS components responsible for controlling access to user-sensitive data. The insufficient checks allowed applications to access protected data storage locations or APIs without proper authorization verification. Apple addressed this by implementing improved validation checks to ensure proper access control enforcement.

Attack Vector

The attack vector for CVE-2024-54477 is local, requiring an attacker to have the ability to execute code on the target macOS system. The exploitation scenario involves a malicious application that exploits the insufficient validation checks to access user-sensitive data.

An attacker could deliver the malicious application through various means including:

  • Convincing users to download and execute trojanized applications
  • Exploiting other vulnerabilities to achieve initial code execution
  • Leveraging social engineering to install malware

Once executed, the malicious application can access sensitive data without requiring elevated privileges or additional user interaction. The vulnerability does not affect system integrity or availability, focusing solely on unauthorized data disclosure.

Detection Methods for CVE-2024-54477

Indicators of Compromise

  • Unexpected application processes accessing protected user data directories or APIs
  • Suspicious applications requesting or accessing sensitive data without legitimate business purpose
  • Unusual data exfiltration patterns from user-sensitive storage locations

Detection Strategies

  • Monitor for applications attempting to access protected data locations outside of normal operational patterns
  • Implement endpoint detection rules to identify unauthorized access to sensitive user data stores
  • Use behavioral analysis to detect applications exhibiting data harvesting behaviors

Monitoring Recommendations

  • Enable comprehensive logging for data access events on macOS endpoints
  • Monitor for newly installed or unsigned applications accessing sensitive user directories
  • Implement SentinelOne Singularity Platform for real-time behavioral monitoring and threat detection on macOS systems

How to Mitigate CVE-2024-54477

Immediate Actions Required

  • Update all affected macOS systems to the patched versions immediately
  • Audit installed applications for any unauthorized or suspicious software
  • Restrict application installation to trusted sources only (App Store or identified developers)
  • Enable System Integrity Protection (SIP) if not already enabled

Patch Information

Apple has released security updates addressing this vulnerability. Apply the following updates based on your macOS version:

  • macOS Sequoia: Update to version 15.2 or later - See Apple Security Advisory #121839
  • macOS Ventura: Update to version 13.7.2 or later - See Apple Security Advisory #121840
  • macOS Sonoma: Update to version 14.7.2 or later - See Apple Security Advisory #121842

Additional technical details are available in the Full Disclosure mailing list archives.

Workarounds

  • Limit application execution to only trusted and verified software until patches can be applied
  • Implement application allowlisting to prevent unauthorized applications from running
  • Use macOS Gatekeeper and notarization requirements to restrict untrusted application execution
bash
# Verify macOS version and check for available updates
sw_vers
softwareupdate --list

# Install available security updates
softwareupdate --install --all

# Verify System Integrity Protection is enabled
csrutil status

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 Macos

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-922
  • Technical References
  • Full Disclosure: December 7, 2024

  • Full Disclosure: December 8, 2024

  • Full Disclosure: December 9, 2024
  • Vendor Resources
  • Apple Security Advisory #121839

  • Apple Security Advisory #121840

  • Apple Security Advisory #121842
  • Related CVEs
  • CVE-2026-28820: Apple macOS Information Disclosure Flaw

  • CVE-2026-20670: Apple macOS Information Disclosure Issue

  • CVE-2026-28831: Apple macOS Information Disclosure Flaw

  • CVE-2026-20607: Apple macOS 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