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

CVE-2026-28862: Apple macOS Information Disclosure Flaw

CVE-2026-28862 is an information disclosure vulnerability in Apple macOS allowing apps to access user-sensitive data through log entries. This article covers the technical details, affected versions, and mitigation steps.

Published: March 27, 2026

CVE-2026-28862 Overview

CVE-2026-28862 is an Information Exposure vulnerability affecting Apple macOS systems. The vulnerability stems from inadequate private data redaction for log entries, potentially allowing malicious applications to access user-sensitive data. Apple has addressed this issue by implementing improved private data redaction mechanisms for log entries across multiple macOS versions.

Critical Impact

A malicious application installed on affected macOS systems may be able to access user-sensitive data through improperly redacted log entries, potentially leading to privacy violations and unauthorized data exposure.

Affected Products

  • macOS Sequoia (versions prior to 15.7.5)
  • macOS Sonoma (versions prior to 14.8.5)
  • macOS Tahoe (versions prior to 26.4)

Discovery Timeline

  • 2026-03-25 - CVE-2026-28862 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-28862

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control), specifically relating to how macOS handles the redaction of private data within system log entries. When applications write log entries containing sensitive user information, the operating system should apply appropriate redaction filters to prevent unauthorized access to this data. However, due to insufficient implementation of these redaction mechanisms, sensitive user data may remain accessible within log files.

The vulnerability can be exploited by applications running on the affected system without requiring elevated privileges. An attacker who has already gained code execution on a target macOS system—whether through a malicious app downloaded by the user or through another exploit chain—could leverage this vulnerability to extract sensitive user information from log entries that should have been protected.

Root Cause

The root cause of CVE-2026-28862 lies in the insufficient implementation of private data redaction filters for log entries in macOS. The logging subsystem failed to properly sanitize or redact sensitive user information before writing it to log files, allowing applications with read access to these logs to potentially extract private data.

Attack Vector

The attack vector for this vulnerability is network-based, though exploitation requires local application execution on the target system. An attacker could deliver a malicious application through various means (phishing, malicious downloads, compromised software updates) that, once installed, reads system log files to harvest user-sensitive data that should have been redacted.

The vulnerability mechanism involves the logging subsystem writing sensitive user data to log entries without proper redaction. Applications with appropriate permissions to read log files can then access this data. The attack does not require user interaction beyond the initial installation of a malicious application.

Detection Methods for CVE-2026-28862

Indicators of Compromise

  • Unusual application processes attempting to read system log files in /var/log/ or ~/Library/Logs/
  • Applications requesting unexpected permissions to access system diagnostics or logging data
  • Suspicious patterns of log file access from non-system applications

Detection Strategies

  • Monitor for applications attempting to access macOS unified logging system data using log command or related APIs
  • Implement endpoint detection rules to flag unusual log file read operations from third-party applications
  • Review installed applications for unexpected logging or diagnostic data access requests

Monitoring Recommendations

  • Enable file access auditing for sensitive log directories on macOS endpoints
  • Deploy SentinelOne agents configured to monitor for suspicious file access patterns targeting system logs
  • Regularly audit installed applications and their permission requests on enterprise macOS systems

How to Mitigate CVE-2026-28862

Immediate Actions Required

  • Update all macOS systems to the patched versions: macOS Sequoia 15.7.5, macOS Sonoma 14.8.5, or macOS Tahoe 26.4
  • Review recently installed applications for potentially malicious software
  • Audit system log files for evidence of unauthorized access or data exposure

Patch Information

Apple has released security updates addressing this vulnerability. Organizations should apply the following updates immediately:

  • macOS Sequoia 15.7.5 - See Apple Security Advisory #126794
  • macOS Sonoma 14.8.5 - See Apple Security Advisory #126795
  • macOS Tahoe 26.4 - See Apple Security Advisory #126796

Workarounds

  • Restrict application installation to trusted sources and enable Gatekeeper to block unsigned applications
  • Implement strict application allowlisting policies on enterprise macOS systems
  • Regularly clear log files that may contain sensitive information until systems can be patched
bash
# Check current macOS version
sw_vers

# Verify system updates are available
softwareupdate --list

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

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.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284
  • Vendor Resources
  • Apple Security Advisory #126794

  • Apple Security Advisory #126795

  • Apple Security Advisory #126796
  • 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