Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-24245

CVE-2025-24245: Apple macOS Information Disclosure Flaw

CVE-2025-24245 is an information disclosure vulnerability in Apple macOS that allows malicious apps to access saved passwords. This article covers the technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-24245 Overview

CVE-2025-24245 is a Missing Authorization vulnerability affecting Apple macOS that allows a malicious application to access a user's saved passwords. The vulnerability stems from insufficient rate limiting on verification code attempts, which Apple addressed by implementing a delay between verification code attempts in macOS Sequoia 15.4.

Critical Impact

A malicious application can bypass security controls to access a user's saved passwords, potentially compromising all credentials stored in the macOS Keychain or password manager.

Affected Products

  • Apple macOS (versions prior to Sequoia 15.4)

Discovery Timeline

  • 2025-03-31 - CVE-2025-24245 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-24245

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the affected macOS component failed to properly enforce authorization checks when handling password access requests. The issue allowed malicious applications to repeatedly attempt verification codes without adequate throttling or blocking mechanisms, effectively enabling brute-force attacks against password protection mechanisms.

The vulnerability affects the password management subsystem in macOS, where verification codes serve as a secondary authentication layer before granting access to stored credentials. Without proper rate limiting, an attacker-controlled application could rapidly iterate through possible verification codes until finding the correct one, thereby gaining unauthorized access to sensitive password data.

Root Cause

The root cause of CVE-2025-24245 lies in missing authorization controls within the verification code validation process. The affected component lacked adequate enforcement of delays or lockout mechanisms between consecutive verification attempts. This oversight allowed applications to submit verification codes in rapid succession without triggering security countermeasures, creating an exploitable window for automated credential theft.

Attack Vector

The attack requires a malicious application to be present on the target macOS system. Once installed, the application can leverage the missing authorization controls to:

  1. Initiate requests to access stored passwords
  2. Rapidly submit verification code attempts without rate limiting
  3. Enumerate or brute-force the verification code
  4. Extract the user's saved passwords upon successful verification

The network attack vector indicated in the CVSS assessment suggests the malicious application could potentially exfiltrate the obtained credentials remotely or receive commands from a remote attacker to initiate the password extraction process.

Since no verified code examples are available for this vulnerability, readers should refer to the Apple Support Document and the Full Disclosure Mailing List Post for additional technical details on the vulnerability mechanism and Apple's remediation approach.

Detection Methods for CVE-2025-24245

Indicators of Compromise

  • Unusual or excessive access attempts to the macOS Keychain or password storage systems
  • Applications making rapid, repeated requests to password verification APIs
  • Unexpected processes querying stored credential information
  • Network connections from applications following password access attempts

Detection Strategies

  • Monitor system logs for abnormal frequency of Keychain access requests
  • Implement endpoint detection rules to identify applications attempting rapid verification code submissions
  • Use SentinelOne behavioral AI to detect suspicious password manager interactions
  • Alert on applications with elevated Keychain access privileges that exhibit brute-force-like behavior

Monitoring Recommendations

  • Enable enhanced logging for Keychain and credential access on macOS endpoints
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring API calls to password subsystems
  • Establish baseline behaviors for legitimate password manager applications to identify anomalies
  • Review installed applications for unknown or potentially malicious software that may exploit this vulnerability

How to Mitigate CVE-2025-24245

Immediate Actions Required

  • Update all affected macOS systems to macOS Sequoia 15.4 or later immediately
  • Audit installed applications and remove any suspicious or untrusted software
  • Review Keychain access logs for evidence of exploitation attempts
  • Consider rotating passwords that may have been exposed prior to patching

Patch Information

Apple has addressed this vulnerability in macOS Sequoia 15.4 by implementing a delay between verification code attempts. This fix prevents the rapid enumeration attacks that were previously possible. Organizations should prioritize deployment of this update across all managed macOS devices.

For detailed patch information and download links, refer to the Apple Support Document.

Workarounds

  • Restrict application installation to only trusted sources (Mac App Store and identified developers)
  • Implement application allowlisting to prevent execution of unauthorized software
  • Use MDM solutions to enforce security policies limiting Keychain access permissions
  • Enable FileVault and additional system integrity protections to add defense-in-depth layers
bash
# Verify macOS version to confirm patch status
sw_vers -productVersion
# Should return 15.4 or higher for patched systems

# Check for recent Keychain access in system logs
log show --predicate 'subsystem == "com.apple.securityd"' --last 24h | grep -i keychain

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • Full Disclosure Mailing List Post
  • Vendor Resources
  • Apple Support Document
  • Related CVEs
  • CVE-2025-43542: Apple macOS Information Disclosure Flaw

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

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

  • CVE-2026-28831: 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