Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Description ('an app may access user-sensitive data') indicates a local app-context confidentiality bypass, so AV:L and C:H with no integrity/availability impact; NVD's AV:N appears inconsistent.
Primary rating from Vendor (apple).
CVSS VectorVendor: apple
Lifecycle Timeline
9DescriptionCVE.org
An access issue was addressed with improved access restrictions. This issue is fixed in macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to access user-sensitive data.
AnalysisAI
Information disclosure in Apple macOS (Sonoma before 14.8.8 and Tahoe before 26.6) allows an app to bypass access restrictions and reach user-sensitive data due to a CWE-284 improper access control flaw. Apple has shipped fixes and the CVSS 8.6 rating reflects high confidentiality impact, but EPSS is low (0.14%, 4th percentile) and CISA SSVC shows no observed exploitation. No public exploit is confirmed in the intelligence, though a referenced 'it's a pre-auth' writeup and 'Authentication Bypass' tag hint at a bypass primitive worth verifying.
Technical ContextAI
The affected component is Apple's macOS operating system (cpe:2.3:a:apple:macos), spanning the privacy/TCC and sandbox access-control layers that gate application access to user-sensitive resources. The root cause is CWE-284 Improper Access Control: Apple's own phrasing states the issue was 'addressed with improved access restrictions,' meaning the pre-fix code failed to properly enforce which apps could reach protected data. This class of flaw typically stems from a missing or incorrectly scoped entitlement/permission check rather than memory corruption, allowing an application context to obtain data it should not be authorized to read.
RemediationAI
Vendor-released patch: update to macOS Sonoma 14.8.8 or macOS Tahoe 26.6, whichever train applies to the host, per Apple advisories https://support.apple.com/en-us/128067 and https://support.apple.com/en-us/128072. There is no documented workaround from Apple for this access-control fix, so patching is the only reliable remediation; as interim compensating controls, restrict installation and execution of untrusted applications (enforce Gatekeeper and only allow notarized/approved apps via MDM), which reduces the chance a malicious app reaches the vulnerable path at the cost of blocking unsigned in-house tooling. If the network vector proves accurate, additionally limit exposure of any network-facing service on affected hosts until updated. Prioritize patching endpoints that handle sensitive user data.
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-49443
GHSA-rm6g-85h6-pj5p