Cyber Resilience

CVE-2024-40858

HighLPE

Published: 02 April 2026

Published
02 April 2026
Modified
03 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0007 22.4th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-40858 is a high-severity Improper Access Control (CWE-284) vulnerability in Apple Macos. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 22.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and CM-11 (User-installed Software).

Deeper analysis

CVE-2024-40858 is a permissions vulnerability in macOS that allows an app to access the Contacts data without user consent. The issue stems from insufficient restrictions on app permissions and affects macOS versions prior to Sequoia 15.1. It is classified under CWE-284 (Improper Access Control) with a CVSS v3.1 base score of 7.1 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N), indicating high confidentiality and integrity impacts but no availability disruption.

A local attacker with low privileges, such as a malicious app installed by the user, can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables unauthorized access to sensitive Contacts information, potentially allowing data exfiltration or manipulation without alerting the user.

Apple addressed this issue in macOS Sequoia 15.1 by implementing additional restrictions on permissions. Security practitioners should advise users to update to the patched version, with further details available in Apple's security advisory at https://support.apple.com/en-us/121564.

EU & UK References

Vulnerability details

A permissions issue was addressed with additional restrictions. This issue is fixed in macOS Sequoia 15.1. An app may be able to access Contacts without user consent.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Direct local permission bypass enabling unauthorized read/write access to Contacts data store on macOS, mapping to collection of sensitive information from the local system.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-28837Same product: Apple Macos
CVE-2025-24229Same product: Apple Macos
CVE-2024-44219Same product: Apple Macos
CVE-2025-43198Same product: Apple Macos
CVE-2025-30460Same product: Apple Macos
CVE-2025-24241Same product: Apple Macos
CVE-2025-30424Same product: Apple Macos
CVE-2025-24204Same product: Apple Macos
CVE-2024-44303Same product: Apple Macos
CVE-2025-24263Same product: Apple Macos

Affected Assets

apple
macos
≤ 15.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the specific permissions flaw by requiring patching to macOS Sequoia 15.1, preventing unauthorized Contacts access.

prevent

Enforces approved authorizations and restrictions on app access to sensitive resources like Contacts data, addressing the improper access control vulnerability.

prevent

Prohibits or restricts user-installed software, blocking the installation of malicious apps that exploit the permissions bypass.

References