Severity by source
AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
Lifecycle Timeline
7DescriptionGitHub Advisory
ClearanceKit intercepts file-system access events on macOS and enforces per-process access policies. In versions on the 4.1 branch and earlier, the opfilter Endpoint Security system extension enforced file access policy exclusively by intercepting ES_EVENT_TYPE_AUTH_OPEN events. Seven additional file operation event types were not intercepted, allowing any locally running process to bypass the configured FAA policy without triggering a denial. Commit a3d1733 adds subscriptions for all seven event types and routes them through the existing FAA policy evaluator. AUTH_RENAME and AUTH_UNLINK additionally preserve XProtect change detection: events on the XProtect path are allowed and trigger the existing onXProtectChanged callback rather than being evaluated against user policy. All versions on the 4.2 branch contain the fix. No known workarounds are available.
AnalysisAI
ClearanceKit 4.1 and earlier for macOS allows local authenticated users to completely bypass configured file access policies via seven unmonitored file operation event types. The opfilter Endpoint Security extension only intercepted ES_EVENT_TYPE_AUTH_OPEN events, enabling processes to perform rename, unlink, and five other file operations without policy enforcement or denial logging. Version 4.2 branch contains the fix via commit a3d1733. No public exploit identified at time of analysis, but exploitation requires only local access with low privileges (CVSS PR:L) and no special complexity.
Technical ContextAI
ClearanceKit is a macOS security tool implementing file access authorization (FAA) via an Endpoint Security system extension called opfilter. Endpoint Security is Apple's kernel-level framework for monitoring and authorizing system events. The affected product (cpe:2.3:a:craigjbass:clearancekit) suffers from CWE-862 (Missing Authorization), where the extension subscribed only to AUTH_OPEN events for file access control. Seven additional authorization event types (including AUTH_RENAME and AUTH_UNLINK explicitly mentioned in the advisory, plus five others) were left unmonitored, creating a fundamental gap in the enforcement architecture. Any process could invoke these unmonitored syscalls to access, modify, or delete files without triggering policy evaluation, effectively rendering the entire FAA framework ineffective for operations beyond file opening.
RemediationAI
Upgrade to any version on the ClearanceKit 4.2 branch, which contains the fix per the vendor advisory at https://github.com/craigjbass/clearancekit/security/advisories/GHSA-25f8-8cj2-m887. The fix implemented in commit a3d1733d2691a0d40209c48b01bf9291bf645207 adds subscriptions for all seven previously unmonitored event types and routes them through the existing FAA policy evaluator, while preserving XProtect change detection functionality for AUTH_RENAME and AUTH_UNLINK events. The vendor advisory explicitly states that no known workarounds are available, making upgrading to the 4.2 branch the only effective mitigation.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16371