macOS Gatekeeper CVE-2025-46291
HIGHSeverity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local attack vector with low-privilege app execution context; no user interaction beyond launching the app; unsigned payload achieves full user-scope C/I/A impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionNVD
A logic issue was addressed with improved validation. This issue is fixed in macOS Sequoia 15.7.4, macOS Tahoe 26.2. An app may bypass Gatekeeper checks.
AnalysisAI
Gatekeeper bypass in Apple macOS allows a locally-executing app with standard user privileges to circumvent Apple's code-signing and notarization enforcement mechanism, enabling unsigned or untrusted software to run without expected security warnings or blocks. Affected versions include all macOS releases prior to Sequoia 15.7.4 and Tahoe 26.2, per Apple's security advisories. No public exploit code or active exploitation has been confirmed at time of analysis; however, the C:H/I:H/A:H CVSS impact triad reflects that successful bypass can lead to full system compromise via malicious unsigned payload execution.
Technical ContextAI
Gatekeeper is macOS's primary application execution control mechanism, enforcing code signing, App Store provenance, and notarization requirements before permitting software to run. It relies on quarantine extended attributes and validation of Apple-issued certificates and notarization tickets. CWE-693 (Protection Mechanism Failure) identifies the root cause class: the protective control exists but contains a logic flaw that permits it to be bypassed rather than defeated directly. The affected CPE (cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*) covers all macOS versions without a lower bound specified in NVD data, implying broad version exposure. Apple's advisory describes the fix as improved validation logic, suggesting the bypass exploits an edge case in how Gatekeeper evaluates app provenance or quarantine state rather than a memory-safety issue.
RemediationAI
The primary remediation is to update macOS to Sequoia 15.7.4 or macOS Tahoe 26.2, both of which contain Apple's improved Gatekeeper validation logic. Vendor advisories are available at https://support.apple.com/en-us/125886 (macOS Sequoia) and https://support.apple.com/en-us/126349 (macOS Tahoe). If immediate patching is not possible, a compensating control is to enforce MDM-managed Gatekeeper policy via a configuration profile set to 'App Store and identified developers only', which adds an administrative enforcement layer on top of the flawed local validation - though this does not fully eliminate the bypass risk. Additionally, enabling macOS System Integrity Protection (SIP) and Endpoint Security Framework-based EDR tools that independently monitor process execution can detect anomalous unsigned binary execution even if Gatekeeper is bypassed. Note: restricting user ability to install applications via MDM reduces attack surface but may impact legitimate workflows.
Same weakness CWE-693 – Protection Mechanism Failure
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today