Cyber Resilience

CVE-2026-20641

High

Published: 11 February 2026

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

Summary

CVE-2026-20641 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Apple Macos. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Software Discovery (T1518); ranked at the 3.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 AC-4 (Information Flow Enforcement).

Deeper analysis

CVE-2026-20641 is a privacy vulnerability classified under CWE-200, enabling a malicious app to identify other apps installed on a user's device through inadequate checks. It affects multiple Apple operating systems, including iOS and iPadOS versions prior to 18.7.5 and 26.3, macOS Sequoia prior to 15.7.4, macOS Sonoma prior to 14.8.4, macOS Tahoe prior to 26.3, tvOS prior to 26.3, visionOS prior to 26.3, and watchOS prior to 26.3. Published on 2026-02-11, the issue carries a CVSS v3.1 base score of 7.1 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N).

The vulnerability can be exploited by an attacker with local access who tricks a user into installing a malicious app, requiring no privileges but necessitating user interaction. Upon exploitation, the app achieves high confidentiality impact by exposing the user's installed app list and high integrity impact, potentially allowing further privacy-invasive actions without affecting availability.

Apple's security advisories confirm the issue was fixed with improved checks in the specified software updates across affected platforms. Mitigation involves applying these patches promptly: iOS/iPadOS 18.7.5 or 26.3, macOS Sequoia 15.7.4, macOS Sonoma 14.8.4, macOS Tahoe 26.3, tvOS 26.3, visionOS 26.3, and watchOS 26.3. Detailed information is available in Apple support documents at https://support.apple.com/en-us/126346, https://support.apple.com/en-us/126347, https://support.apple.com/en-us/126348, https://support.apple.com/en-us/126349, and https://support.apple.com/en-us/126350.

EU & UK References

Vulnerability details

A privacy issue was addressed with improved checks. This issue is fixed in iOS 18.7.5 and iPadOS 18.7.5, iOS 26.3 and iPadOS 26.3, macOS Sequoia 15.7.4, macOS Sonoma 14.8.4, macOS Tahoe 26.3, tvOS 26.3, visionOS 26.3, watchOS 26.3. An app…

more

may be able to identify what other apps a user has installed.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1518 Software Discovery Discovery
Adversaries may attempt to get a listing of software and software versions that are installed on a system or in a cloud environment.
Why these techniques?

Vulnerability directly enables local enumeration of installed applications by a malicious app (CWE-200 info disclosure), mapping to Software Discovery.

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

CVEs Like This One

CVE-2025-30426Same product: Apple Ipados
CVE-2026-28962Same product: Apple Ipados
CVE-2025-31183Same product: Apple Ipados
CVE-2026-20611Same product: Apple Ipados
CVE-2026-20650Same product: Apple Ipados
CVE-2026-28860Same product: Apple Ipados
CVE-2025-24129Same product: Apple Ipados
CVE-2026-43660Same product: Apple Ipados
CVE-2026-20698Same product: Apple Ipados
CVE-2026-28947Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 18.7.5 · 26.0 — 26.3
apple
iphone os
≤ 18.7.5 · 26.0 — 26.3
apple
macos
14.0 — 14.8.4 · 15.0 — 15.7.4 · 26.0 — 26.3
apple
tvos
≤ 26.3
apple
visionos
≤ 26.3
apple
watchos
≤ 26.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces restrictions so one app cannot query or obtain the list of other installed applications.

prevent

Prevents unauthorized information flow that would allow an app to discover the presence of other apps on the device.

prevent

Limits each app to the minimum privileges needed, blocking the ability to enumerate other installed applications.

References