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-33632

CVE-2026-33632: ClearanceKit Auth Bypass Vulnerability

CVE-2026-33632 is an authentication bypass flaw in ClearanceKit for macOS that allows local processes to evade file access policies. This article covers the technical details, affected versions, and mitigation steps.

Published: March 27, 2026

CVE-2026-33632 Overview

CVE-2026-33632 is a Missing Authorization vulnerability affecting ClearanceKit, a macOS utility that intercepts file-system access events and enforces per-process access policies. Prior to version 4.2.4, two critical file operation event types — ES_EVENT_TYPE_AUTH_EXCHANGEDATA and ES_EVENT_TYPE_AUTH_CLONE — were not intercepted by ClearanceKit's opfilter system extension. This gap allows local processes to bypass file access policies entirely, potentially enabling unauthorized data access or modification on protected systems.

Critical Impact

Local attackers with limited privileges can bypass ClearanceKit's file access controls by exploiting unmonitored macOS Endpoint Security event types, potentially compromising data integrity and confidentiality on protected systems.

Affected Products

  • ClearanceKit versions prior to 4.2.4
  • macOS systems running vulnerable ClearanceKit opfilter system extension

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33632 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33632

Vulnerability Analysis

This vulnerability stems from incomplete event subscription in ClearanceKit's Endpoint Security (ES) integration. macOS Endpoint Security framework provides a comprehensive set of authorization events that security tools must subscribe to in order to enforce file access policies. ClearanceKit's opfilter system extension was designed to intercept file operations and route them through a policy evaluator, but two important event types were overlooked during implementation.

The ES_EVENT_TYPE_AUTH_EXCHANGEDATA event is triggered when processes attempt to atomically exchange data between two files, a common operation used by applications for safe file updates. The ES_EVENT_TYPE_AUTH_CLONE event is triggered when processes attempt to clone files using copy-on-write semantics. By not subscribing to these events, ClearanceKit allowed local processes to perform these file operations without policy enforcement, effectively creating a bypass mechanism.

Root Cause

The root cause is classified as CWE-862 (Missing Authorization). The ESInboundAdapter.swift component failed to include ES_EVENT_TYPE_AUTH_EXCHANGEDATA and ES_EVENT_TYPE_AUTH_CLONE in its event subscription list. Similarly, the FilterInteractor.swift component lacked corresponding case handlers for exchangedata and clone operations in its event processing logic. This incomplete coverage meant that file operations using these specific macOS APIs could circumvent the access control mechanism entirely.

Attack Vector

The vulnerability requires local access to an affected system. An attacker with low privileges can exploit this flaw by using standard macOS file operations that trigger the unmonitored event types. For example, using file cloning operations via clonefile() system call or data exchange operations would bypass ClearanceKit's policy evaluator. This allows an attacker to read, modify, or manipulate files that should be protected by ClearanceKit's access policies, potentially leading to unauthorized data access, data exfiltration, or integrity compromise.

The following patch demonstrates how the vulnerability was addressed by adding subscriptions to the missing event types:

ESInboundAdapter.swift patch:

text
             ES_EVENT_TYPE_AUTH_TRUNCATE,
             ES_EVENT_TYPE_AUTH_COPYFILE,
             ES_EVENT_TYPE_AUTH_READDIR,
+            ES_EVENT_TYPE_AUTH_EXCHANGEDATA,
+            ES_EVENT_TYPE_AUTH_CLONE,
             ES_EVENT_TYPE_NOTIFY_FORK,
             ES_EVENT_TYPE_NOTIFY_EXEC,
             ES_EVENT_TYPE_NOTIFY_EXIT,

Source: GitHub Commit Update

FilterInteractor.swift patch:

text
     case link     = "link"
     case create   = "create"
     case truncate = "truncate"
-    case copyfile = "copyfile"
-    case readdir  = "readdir"
+    case copyfile      = "copyfile"
+    case readdir       = "readdir"
+    case exchangedata  = "exchangedata"
+    case clone         = "clone"
 }
 
 // MARK: - FileAuthEvent

Source: GitHub Commit Update

Detection Methods for CVE-2026-33632

Indicators of Compromise

  • Unexpected file cloning operations (clonefile() calls) targeting protected directories
  • Unusual exchangedata system calls on files that should be access-controlled
  • Policy-protected files modified without corresponding audit events from ClearanceKit
  • Processes accessing sensitive files without triggering expected access denials

Detection Strategies

  • Monitor macOS unified logs for clonefile and exchangedata system calls on protected paths
  • Audit file modification timestamps against ClearanceKit policy evaluation logs to identify gaps
  • Implement supplementary file integrity monitoring on critical assets to detect unauthorized changes
  • Review system extension status to verify ClearanceKit opfilter is running the patched version

Monitoring Recommendations

  • Enable verbose logging in ClearanceKit to capture all file operation events for forensic analysis
  • Deploy endpoint detection solutions that monitor macOS Endpoint Security events independently
  • Establish baseline metrics for file clone and exchange operations to detect anomalous activity
  • Configure alerts for file modifications in protected directories that lack corresponding ClearanceKit policy events

How to Mitigate CVE-2026-33632

Immediate Actions Required

  • Upgrade ClearanceKit to version 4.2.4 or later immediately
  • Reactivate the opfilter system extension after upgrade to ensure the patched code is loaded
  • Audit systems for signs of exploitation during the vulnerable period
  • Review access logs for any suspicious file operations involving clone or exchangedata events

Patch Information

The vulnerability is addressed in commit 6181c4a22eccbeca973c77f4bd023eb795c13786, which adds subscriptions to both ES_EVENT_TYPE_AUTH_EXCHANGEDATA and ES_EVENT_TYPE_AUTH_CLONE events and routes them through the existing policy evaluator. Users must upgrade to ClearanceKit version 4.2.4 or later. After upgrading, the system extension must be reactivated to ensure the new event subscriptions take effect. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Implement supplementary file integrity monitoring on critical protected files until patching is complete
  • Restrict local user access to minimize the attack surface for low-privilege exploitation
  • Use macOS built-in TCC (Transparency, Consent, and Control) as an additional layer of file access control
  • Consider disabling ClearanceKit temporarily and relying on alternative access control mechanisms if patching is delayed
bash
# Verify ClearanceKit version and reactivate system extension
# Check installed version
clearancekit --version

# If version is below 4.2.4, upgrade first, then reactivate
systemextensionsctl reset
# Follow ClearanceKit documentation to reactivate the opfilter extension

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechClearancekit

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:L/SI:N/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
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40191: ClearanceKit Auth Bypass Vulnerability

  • CVE-2026-33631: ClearanceKit Auth Bypass Vulnerability

  • CVE-2026-40599: ClearanceKit Privilege Escalation Flaw

  • CVE-2026-40604: ClearanceKit Privilege Escalation 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