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

CVE-2026-28914: Apple macOS Gatekeeper Bypass Vulnerability

CVE-2026-28914 is a Gatekeeper bypass flaw in Apple macOS that allows malicious ZIP archives to evade security checks. This article covers the logic issue, affected macOS versions, security impact, and mitigation.

Published: May 18, 2026

CVE-2026-28914 Overview

CVE-2026-28914 is a logic flaw in Apple macOS that allows a maliciously crafted ZIP archive to bypass Gatekeeper checks. Gatekeeper enforces code-signing and notarization policies on downloaded content. By exploiting improper file handling during archive processing, an attacker can deliver unsigned or unnotarized payloads that execute without the expected security prompts. Apple fixed the issue in macOS Tahoe 26.5. The vulnerability is tracked under [CWE-358: Improperly Implemented Security Check for Standard].

Critical Impact

A crafted ZIP archive can bypass Gatekeeper, enabling execution of untrusted content on macOS endpoints and undermining the operating system's primary defense against malicious downloads.

Affected Products

  • Apple macOS versions prior to macOS Tahoe 26.5
  • Systems relying on Gatekeeper for code-signing and notarization enforcement
  • Endpoints that process ZIP archives from untrusted sources (email, browsers, messaging)

Discovery Timeline

  • 2026-05-11 - CVE-2026-28914 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-28914

Vulnerability Analysis

The flaw resides in how macOS handles file extraction from ZIP archives. Gatekeeper relies on the com.apple.quarantine extended attribute to identify content downloaded from untrusted sources. When a user opens quarantined content, Gatekeeper validates code signatures and notarization tickets before permitting execution. The logic issue in CVE-2026-28914 allows specially constructed ZIP archives to evade these checks during extraction or launch, so payloads that would otherwise be blocked run without verification.

Exploitation requires user interaction. A victim must download the crafted archive and open the extracted content. Successful exploitation does not directly impact confidentiality or availability, but it enables high-impact integrity violations because untrusted code executes with the user's privileges.

Root Cause

The defect is an improperly implemented security check during archive handling. Apple addressed it with improved file handling in macOS Tahoe 26.5. The underlying weakness, [CWE-358], indicates that the standard Gatekeeper enforcement path failed to apply correctly to certain ZIP archive structures, leaving the integrity boundary intact in code but bypassable in practice.

Attack Vector

An attacker crafts a ZIP archive whose internal structure causes macOS to omit or mishandle quarantine propagation or signature verification on the extracted contents. The archive is delivered through phishing, drive-by download, or supply-chain distribution. When the user extracts and launches the embedded payload, Gatekeeper does not block or warn, and the code executes as if it were trusted. Refer to the Apple Support Article for vendor details.

Detection Methods for CVE-2026-28914

Indicators of Compromise

  • Execution of unsigned or non-notarized binaries originating from extracted ZIP archives
  • Files lacking the com.apple.quarantine extended attribute despite originating from a downloaded archive
  • ZIP archives with anomalous central directory structures, symlinks, or unusual entry naming conventions

Detection Strategies

  • Monitor process creation events where the parent is an archive utility such as Archive Utility.app or unzip and the child is an unsigned Mach-O binary
  • Audit extended attributes on newly created files using xattr -l to verify quarantine propagation from parent archives
  • Inspect ZIP archives delivered via email or web gateways for nested executables, AppleDouble metadata, or symlinks that point outside the extraction root

Monitoring Recommendations

  • Centralize macOS endpoint telemetry covering file creation, extended attribute changes, and code-signing verification failures
  • Alert on Gatekeeper assessment events emitted by syspolicyd that indicate skipped or short-circuited evaluations
  • Track first-seen binary executions per host and correlate with recent archive extraction activity

How to Mitigate CVE-2026-28914

Immediate Actions Required

  • Upgrade affected systems to macOS Tahoe 26.5 or later without delay
  • Restrict execution of binaries extracted from archives received via email or messaging until patching is verified
  • Educate users to validate the source of ZIP archives before extraction and execution

Patch Information

Apple resolved CVE-2026-28914 in macOS Tahoe 26.5 by improving file handling during archive processing. Administrators should deploy the update through Mobile Device Management (MDM) or Software Update. Verify installation by confirming the system version in About This Mac or via sw_vers -productVersion. The vendor advisory is available in the Apple Support Article.

Workarounds

  • Block inbound ZIP archives at email and web gateways where business processes permit
  • Enforce a managed allowlist of signed and notarized applications using MDM configuration profiles
  • Require users to extract archives only within monitored directories and review extended attributes before launching contents
bash
# Verify macOS version and Gatekeeper status
sw_vers -productVersion
spctl --status

# Inspect quarantine attribute on a suspicious file
xattr -l /path/to/extracted/file

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApple Macos

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-358
  • Vendor Resources
  • Apple Support Article
  • Related CVEs
  • CVE-2026-20696: Apple macOS Authorization Bypass Vulnerability

  • CVE-2025-24093: Apple macOS Auth Bypass Vulnerability

  • CVE-2026-28824: Apple macOS Auth Bypass Vulnerability

  • CVE-2026-20684: Apple macOS Auth Bypass 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