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-2026-28848

CVE-2026-28848: Apple macOS Buffer Overflow Vulnerability

CVE-2026-28848 is a buffer overflow vulnerability in Apple macOS that enables remote attackers to cause unexpected system termination. This article covers technical details, affected versions, and mitigation steps.

Published: May 18, 2026

CVE-2026-28848 Overview

CVE-2026-28848 is a stack-based buffer overflow [CWE-121] affecting Apple macOS. A remote attacker can trigger unexpected system termination by sending crafted input that exceeds allocated buffer boundaries. Apple addressed the issue with improved bounds checking in macOS Sequoia 15.7.7 and macOS Tahoe 26.5.

The vulnerability requires no authentication, no user interaction, and is reachable over the network. Successful exploitation impacts system availability but does not compromise confidentiality or integrity according to the CVSS vector.

Critical Impact

Remote unauthenticated attackers can crash macOS systems, resulting in denial of service across affected fleets.

Affected Products

  • Apple macOS versions prior to Sequoia 15.7.7
  • Apple macOS versions prior to Tahoe 26.5
  • Systems exposing the vulnerable network-facing component

Discovery Timeline

  • 2026-05-11 - CVE-2026-28848 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-28848

Vulnerability Analysis

The flaw is classified under [CWE-121] as a stack-based buffer overflow. A network-reachable component in macOS fails to validate the size of incoming data before copying it into a fixed-size stack buffer. When the input exceeds the buffer capacity, adjacent stack memory is overwritten, corrupting saved return addresses or local variables.

The corruption results in unexpected system termination rather than arbitrary code execution. Apple's CVSS assessment scores the issue with high availability impact but no confidentiality or integrity impact. The EPSS score is 0.11% with a percentile of 28.99, indicating low predicted exploitation activity at present.

Apple's advisory states the fix uses improved bounds checking, confirming the root cause was missing or insufficient length validation prior to memory copy operations. The specific affected component is not disclosed in the public advisory.

Root Cause

The vulnerable code path performs a copy operation into a stack-allocated buffer without verifying that the source length fits within the destination. Attacker-controlled input from the network reaches this copy without prior sanitization, allowing the overflow to occur.

Attack Vector

An attacker sends crafted network traffic to a vulnerable macOS host. No credentials or user interaction are required. The malformed payload triggers the overflow, which corrupts stack memory and causes the affected process or the system to terminate.

No public proof-of-concept exploit has been published. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to Apple Support Document #127115 and Apple Support Document #127116 for vendor details.

Detection Methods for CVE-2026-28848

Indicators of Compromise

  • Unexpected kernel panics or service crashes on macOS hosts following inbound network traffic
  • Crash reports in /Library/Logs/DiagnosticReports/ showing stack corruption signatures
  • Repeated reboots or termination events on hosts running macOS versions below 15.7.7 or 26.5

Detection Strategies

  • Monitor endpoint telemetry for abnormal process termination events on macOS systems
  • Inspect network traffic patterns to identify malformed packets targeting macOS services
  • Correlate crash diagnostic reports against the timing of inbound external connections

Monitoring Recommendations

  • Forward macOS crash logs and ReportCrash artifacts to a centralized logging platform
  • Alert on clusters of macOS system terminations originating from the same source IP
  • Track patch compliance for macOS 15.7.7 and macOS 26.5 across managed endpoints

How to Mitigate CVE-2026-28848

Immediate Actions Required

  • Update affected hosts to macOS Sequoia 15.7.7 or macOS Tahoe 26.5 without delay
  • Inventory all macOS endpoints and servers to identify unpatched systems
  • Restrict network exposure of macOS hosts that cannot be patched immediately

Patch Information

Apple released fixes in macOS Sequoia 15.7.7 and macOS Tahoe 26.5. See Apple Support Document #127115 and Apple Support Document #127116 for the complete list of addressed issues and download instructions.

Workarounds

  • Block untrusted inbound network access to macOS hosts using a perimeter or host firewall
  • Disable or filter the affected network service if business operations permit
  • Apply network segmentation to isolate macOS endpoints from untrusted networks until patches are deployed
bash
# Verify installed macOS version on managed endpoints
sw_vers -productVersion

# Enable the macOS application firewall
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on

# Trigger software update check
sudo softwareupdate --install --all --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/TechMacos

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Vendor Resources
  • Apple Support Document #127115

  • Apple Support Document #127116
  • Related CVEs
  • CVE-2025-43264: macOS Sequoia Buffer Overflow Vulnerability

  • CVE-2025-43219: macOS Sequoia Buffer Overflow Vulnerability

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

  • CVE-2026-28915: Apple macOS Privilege Escalation Flaw
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