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

CVE-2026-40191: ClearanceKit Auth Bypass Vulnerability

CVE-2026-40191 is an authentication bypass flaw in ClearanceKit that allows local processes to evade file-access protection on macOS. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 17, 2026

CVE-2026-40191 Overview

CVE-2026-40191 is an authorization bypass vulnerability in ClearanceKit, a macOS security framework that intercepts file-system access events and enforces per-process access policies. The vulnerability allows local attackers to circumvent file-access protections by exploiting incomplete path validation in dual-path file operations, enabling unauthorized file placement or replacement within protected directories.

Critical Impact

Local processes can bypass File Access Authorization (FAA) rules and App Jail policies to manipulate files in protected directories, potentially compromising system integrity and security controls.

Affected Products

  • ClearanceKit versions prior to 5.0.4-beta-1f46165

Discovery Timeline

  • April 10, 2026 - CVE-2026-40191 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40191

Vulnerability Analysis

This vulnerability stems from CWE-863 (Incorrect Authorization), where the Endpoint Security event handler in ClearanceKit fails to perform comprehensive path validation during dual-path file operations. The security control only validates the source path against File Access Authorization (FAA) rules and App Jail policies, completely ignoring the destination path. This architectural oversight creates a significant gap in the file access protection mechanism.

The impact is confined to local integrity violations—an attacker with local process execution capabilities can place or replace files within directories that should be protected by ClearanceKit's access control policies. While this requires local access to exploit, it effectively renders the file protection mechanisms ineffective against a determined local adversary.

Root Cause

The root cause lies in the incomplete implementation of path validation logic within ClearanceKit's Endpoint Security event handler. When processing file operations that involve two paths (source and destination), the handler only performs authorization checks on the source path. This design flaw assumes that controlling access to source files is sufficient for security, but this assumption fails when attackers use file operations to target protected destination directories.

The affected file operations include rename, link, copyfile, exchangedata, and clone—all of which involve both a source and destination path. By crafting operations with a permissible source path and a protected destination path, attackers can bypass the access controls entirely.

Attack Vector

An attacker with local process execution capabilities can exploit this vulnerability by performing any dual-path file operation where:

  1. The source path passes FAA and App Jail policy checks (or is outside protected scope)
  2. The destination path resides within a protected directory

The attacker could use standard macOS system calls or utilities to perform rename, hard link creation, file copying, data exchange, or clone operations. Since only the source path is validated, the operation proceeds even when the destination is within a protected directory, effectively bypassing all file access protections.

For detailed technical information, see the GitHub Security Advisory GHSA-92f3-38m7-579h.

Detection Methods for CVE-2026-40191

Indicators of Compromise

  • Unexpected file modifications or new files appearing in directories protected by ClearanceKit policies
  • Log entries showing file operations where the source path is outside protected directories but results in changes to protected locations
  • Evidence of rename, link, copyfile, exchangedata, or clone operations targeting protected directories from unprotected sources

Detection Strategies

  • Monitor file system events for dual-path operations where source and destination paths have different protection statuses
  • Implement additional file integrity monitoring on directories protected by ClearanceKit policies
  • Review ClearanceKit logs for operations that bypass expected policy enforcement patterns

Monitoring Recommendations

  • Enable comprehensive file system auditing on macOS endpoints running affected ClearanceKit versions
  • Deploy endpoint detection solutions capable of correlating file operation source and destination paths
  • Establish baseline file states in protected directories and alert on unexpected modifications

How to Mitigate CVE-2026-40191

Immediate Actions Required

  • Upgrade ClearanceKit to version 5.0.4-beta-1f46165 or later immediately
  • Audit protected directories for any unauthorized file modifications that may have occurred prior to patching
  • Review and verify the integrity of files in directories protected by FAA rules and App Jail policies

Patch Information

The vulnerability is fixed in ClearanceKit version 5.0.4-beta-1f46165. The patch implements proper destination path validation for all dual-path file operations, ensuring both source and destination paths are checked against FAA rules and App Jail policies.

For download and release details, see the GitHub Release v5.0.4.

Workarounds

  • If immediate patching is not possible, implement additional file integrity monitoring solutions on critical protected directories
  • Restrict local process execution privileges to reduce the attack surface until the patch can be applied
  • Consider supplementing ClearanceKit protection with macOS native file system protections such as SIP and file quarantine attributes

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

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/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
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Release v5.0.4

  • GitHub Security Advisory GHSA-92f3-38m7-579h
  • Related CVEs
  • CVE-2026-33632: 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