CVE-2026-47134
Last modified
CVE-2026-47134 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. ClearanceKit intercepts file-system access events on macOS and enforces per-process access policies. The ECDSA private key used to sign the on-disk policy database (`/Library/Application Support/clearancekit/store.db`) is stored in the macOS System Keychain. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
ClearanceKit intercepts file-system access events on macOS and enforces per-process access policies. The ECDSA private key used to sign the on-disk policy database (`/Library/Application Support/clearancekit/store.db`) is stored in the macOS System Keychain. The key was created via the two-step pattern `SecKeyCreateRandomKey` (in-memory) followed by `SecItemAdd(kSecValueRef:, kSecAttrAccess:)` (persist). Prior to version 5.0.10, for `kSecClassKey` items in the legacy System Keychain, `kSecAttrAccess` passed to `SecItemAdd` is silently ignored — the persisted key inherits no ACL restriction. The same access builder applied to `kSecClassGenericPassword` items correctly binds the ACL, making this bug specific to the EC key. The result is that any process running as root can use the key to produce valid signatures over arbitrary policy content. Version 5.0.10 fixes the issue. No known workarounds are available. Disabling the system extension and manually removing the System Keychain item labelled `clearancekit policy signing key` would prevent the forged-signature path but also disables policy enforcement.
Metrics
CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:H/VA:N/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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| craigjbass | clearancekit | < 5.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47134?
How severe is CVE-2026-47134?
How do I fix CVE-2026-47134?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47128nono is software that allows users to run AI agents in a zer…6.1
- CVE-2026-47129NextCRM is open-source customer relationship management (CRM…8.1
- CVE-2026-4713Incorrect boundary conditions in the Graphics component. Thi…7.5
- CVE-2026-47130NextCRM is open-source customer relationship management (CRM…7.1
- CVE-2026-47131vm2 is an open source vm/sandbox for Node.js. Prior to versi…10
- CVE-2026-47133ClearanceKit intercepts file-system access events on macOS a…6.9
- CVE-2026-47135vm2 is an open source vm/sandbox for Node.js. Prior to versi…8.7
- CVE-2026-47136RustFS is a distributed object storage system built in Rust.…6.9
- CVE-2026-47137vm2 is an open source vm/sandbox for Node.js. Prior to versi…10
- CVE-2026-47138Parse Server is an open source backend that can be deployed …8.7
- CVE-2026-47139vm2 is an open source vm/sandbox for Node.js. Prior to versi…8.6
- CVE-2026-4714Incorrect boundary conditions in the Audio/Video component. …7.5
Are you affected by CVE-2026-47134?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
