A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43373

CVE-2025-43373: Apple macOS Buffer Overflow Vulnerability

CVE-2025-43373 is a buffer overflow vulnerability in Apple macOS that allows malicious apps to cause system crashes or corrupt kernel memory. This article covers the technical details, affected versions, and patches.

Updated: May 19, 2026

CVE-2025-43373 Overview

CVE-2025-43373 is a memory corruption vulnerability affecting Apple macOS. A malicious application can trigger unexpected system termination or corrupt kernel memory due to improper memory handling. Apple addressed the issue with improved memory handling in macOS Sequoia 15.7.2, macOS Sonoma 14.8.2, and macOS Tahoe 26.1.

The weakness is classified under [CWE-119], improper restriction of operations within the bounds of a memory buffer. The vulnerability impacts the kernel surface and can be reached by an application running on the affected system.

Critical Impact

An app can cause unexpected system termination or corrupt kernel memory on unpatched macOS versions.

Affected Products

  • Apple macOS Sequoia prior to 15.7.2
  • Apple macOS Sonoma prior to 14.8.2
  • Apple macOS Tahoe prior to 26.1

Discovery Timeline

  • 2025-11-04 - CVE-2025-43373 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2025-43373

Vulnerability Analysis

The vulnerability is a memory corruption issue in macOS that affects kernel memory integrity. Apple's advisory states the flaw was addressed with improved memory handling, indicating that the original code did not correctly enforce buffer or object lifetime boundaries during a kernel-reachable operation. Triggering the condition allows an application to either crash the system or corrupt kernel memory structures.

The CWE classification of [CWE-119] places this issue in the class of memory safety errors involving improper buffer bounds enforcement. Kernel memory corruption flaws of this type often serve as primitives in broader exploit chains targeting privilege escalation or kernel code execution.

Root Cause

The root cause is improper memory handling within a macOS component reachable from user-mode applications. Apple has not published low-level details of the affected code path. The patched releases introduce stricter validation and lifecycle management to prevent out-of-bounds access or corruption of kernel objects.

Attack Vector

Exploitation requires running a malicious application on the target macOS host. While the CVSS vector lists a network attack vector, the practical trigger described by Apple is an application on the system invoking the vulnerable code path. A successful attempt results in kernel memory corruption or a system panic.

No public proof-of-concept code or exploit is available for CVE-2025-43373. The vulnerability mechanism is described in prose only; refer to the Apple Support Article 125634 for vendor details.

Detection Methods for CVE-2025-43373

Indicators of Compromise

  • Unexpected kernel panics or system reboots on macOS hosts running versions earlier than 15.7.2, 14.8.2, or 26.1.
  • Crash reports referencing kernel memory faults, page faults, or invalid memory access in /Library/Logs/DiagnosticReports/.
  • Installation or execution of untrusted applications shortly before kernel instability events.

Detection Strategies

  • Inventory macOS endpoints and flag any host below the patched build numbers as exposed.
  • Correlate kernel panic logs with recently launched processes to identify suspicious applications.
  • Monitor for repeated abnormal terminations across managed Mac fleets, which can indicate exploitation attempts.

Monitoring Recommendations

  • Centralize macOS unified logs and DiagnosticReports for security analytics.
  • Alert on unsigned or newly observed binaries that precede kernel-level crash events.
  • Track patch deployment status against Apple Support Article 125635 and Apple Support Article 125636.

How to Mitigate CVE-2025-43373

Immediate Actions Required

  • Update affected hosts to macOS Sequoia 15.7.2, macOS Sonoma 14.8.2, or macOS Tahoe 26.1.
  • Restrict installation of untrusted third-party applications until patching is complete.
  • Verify Gatekeeper and System Integrity Protection are enabled across the fleet.

Patch Information

Apple released fixes in macOS Sequoia 15.7.2, macOS Sonoma 14.8.2, and macOS Tahoe 26.1. Patch details are documented in Apple Support Article 125634, Apple Support Article 125635, and Apple Support Article 125636. Apply updates through Software Update or an MDM solution.

Workarounds

  • No vendor-supplied workaround exists; patching is the only supported remediation.
  • Limit local application execution to vetted, signed software to reduce exposure.
  • Enforce least-privilege user accounts to constrain the impact of malicious applications.
bash
# Verify the installed macOS version meets the patched build
sw_vers -productVersion

# Trigger software update check
sudo softwareupdate -l
sudo softwareupdate -ia --restart

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechApple Macos

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-119
  • Technical References
  • Apple Support Article 125634
  • Vendor Resources
  • Apple Support Article 125635

  • Apple Support Article 125636
  • Related CVEs
  • CVE-2026-39870: Apple macOS Buffer Overflow Vulnerability

  • CVE-2026-28925: Apple macOS Buffer Overflow Vulnerability

  • CVE-2025-43539: Apple macOS Buffer Overflow Vulnerability

  • CVE-2026-28842: Apple macOS Buffer Overflow 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