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

CVE-2026-40604: ClearanceKit Privilege Escalation Flaw

CVE-2026-40604 is a privilege escalation vulnerability in ClearanceKit for macOS that allows root processes to bypass file-access policies. This post explains its impact, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-40604 Overview

CVE-2026-40604 is a protection mechanism failure vulnerability in ClearanceKit, a macOS file-system access control utility. The vulnerability exists in the opfilter Endpoint Security system extension (bundle ID uk.craigbass.clearancekit.opfilter), which can be suspended or terminated using standard Unix signals by any process running with root privileges. When the extension is suspended via SIGSTOP or kill -STOP, or killed with SIGKILL/SIGTERM, all AUTH Endpoint Security events time out and default to allow, effectively disabling ClearanceKit's file-access policy enforcement.

Critical Impact

Any root-level process can silently disable ClearanceKit's file-access policy enforcement by suspending the security extension, allowing unauthorized file system access during the suspension period.

Affected Products

  • ClearanceKit versions prior to 5.0.6
  • ClearanceKit opfilter Endpoint Security system extension (uk.craigbass.clearancekit.opfilter)
  • macOS systems running vulnerable ClearanceKit versions

Discovery Timeline

  • 2026-04-21 - CVE-2026-40604 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40604

Vulnerability Analysis

This vulnerability represents a protection mechanism failure (CWE-693) in ClearanceKit's endpoint security architecture. The core issue lies in how the macOS Endpoint Security framework handles AUTH events when the subscribing extension becomes unresponsive or is terminated.

When the opfilter system extension is suspended using process control signals, it can no longer respond to AUTH events within the framework's timeout window. The Endpoint Security framework implements a fail-open behavior where unhandled AUTH events default to allow after timing out. This design decision, while preventing system lockups from unresponsive extensions, creates a security bypass opportunity.

An attacker who has obtained root privileges on a macOS system can leverage this vulnerability to temporarily disable all file-access policy enforcement without generating alerts or requiring modification of security configurations. The attack is particularly concerning because it leaves no persistent artifacts and can be precisely timed to coincide with malicious file system operations.

Root Cause

The root cause is the lack of signal handling protection for the opfilter Endpoint Security system extension. The extension does not implement proper safeguards against process control signals that would suspend or terminate its execution. Combined with the Endpoint Security framework's default-to-allow timeout behavior for AUTH events, this creates a complete bypass of file-access controls.

Additionally, macOS allows any root-level process to send signals to system extensions, as there is no additional protection layer preventing signal delivery to security-critical components.

Attack Vector

The attack vector requires local access with root privileges. An attacker with root access can execute a straightforward attack sequence:

  1. Identify the process ID of the ClearanceKit opfilter extension
  2. Send a SIGSTOP signal to suspend the extension process
  3. Perform unauthorized file system operations while AUTH events default to allow
  4. Optionally resume the extension with SIGCONT or allow it to remain suspended

The local attack vector combined with the requirement for high privileges means an attacker must first compromise the system to root level. However, once that threshold is crossed, this vulnerability provides a clean method to bypass file-access controls without modifying security policies or leaving configuration changes as evidence.

Detection Methods for CVE-2026-40604

Indicators of Compromise

  • Unusual SIGSTOP, SIGKILL, or SIGTERM signals sent to the opfilter process
  • Gaps in ClearanceKit logging or file-access audit trails
  • Process status changes for uk.craigbass.clearancekit.opfilter showing stopped or terminated states
  • Suspicious file system activity occurring during periods when the extension was not responsive

Detection Strategies

  • Monitor process state changes for the ClearanceKit opfilter extension using process auditing
  • Implement signal delivery monitoring for security-critical system extensions
  • Configure endpoint detection to alert on root-level processes sending control signals to security extensions
  • Enable audit logging for the Endpoint Security framework to detect timeout events

Monitoring Recommendations

  • Deploy SentinelOne agents to monitor for process manipulation of security extensions
  • Establish baseline behavior for the opfilter extension and alert on deviations
  • Implement heartbeat monitoring for critical security components with alerting on unresponsiveness
  • Correlate file system access events with security extension availability to identify exploitation windows

How to Mitigate CVE-2026-40604

Immediate Actions Required

  • Upgrade ClearanceKit to version 5.0.6 or later immediately
  • Audit systems for evidence of past exploitation by reviewing process signal logs
  • Implement additional monitoring for security extension process states
  • Review root-level access on systems running ClearanceKit to minimize attack surface

Patch Information

The vulnerability is fixed in ClearanceKit version 5.0.6. According to the GitHub Security Advisory, this version addresses the signal handling vulnerability in the opfilter Endpoint Security system extension. Organizations should prioritize upgrading to this version to restore proper security controls.

Workarounds

  • Restrict root-level access to minimize the pool of potential attackers who could exploit this vulnerability
  • Implement compensating controls such as additional file integrity monitoring solutions
  • Deploy SentinelOne endpoint protection to provide defense-in-depth against malicious file system operations
  • Consider network segmentation for systems where immediate patching is not feasible

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechClearancekit

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-693
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40599: ClearanceKit Privilege Escalation Flaw

  • CVE-2026-34218: ClearanceKit Privilege Escalation Flaw

  • CVE-2026-40191: ClearanceKit Auth Bypass Vulnerability

  • CVE-2026-33632: ClearanceKit Auth Bypass Vulnerability
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