Cyber Resilience

CVE-2026-28929

Apple Macos 14.0 – 14.8.7

Published
11 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0041 34th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2026-28929 is a high-severity Incorrect Comparison Logic Granularity (CWE-1254) vulnerability in Apple Macos. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Guessing (T1110.001); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A logic issue was addressed with improved checks. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5. Replying to an email could display remote images in Mail in Lockdown Mode.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-28200Same product: Apple Ipados
CVE-2023-27955Same product: Apple Ipados
CVE-2023-23530Same product: Apple Ipados
CVE-2023-23520Same product: Apple Ipados
CVE-2026-28819Same product: Apple Ipados
CVE-2023-40446Same product: Apple Ipados
CVE-2024-40854Same product: Apple Ipados
CVE-2023-40398Same product: Apple Ipados
CVE-2023-38425Same product: Apple Ipados
CVE-2024-27848Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 18.7.9
apple
iphone os
≤ 18.7.9
apple
macos
14.0 — 14.8.7 · 15.0 — 15.7.7 · 26.0 — 26.5

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.1

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can include timing analysis or side-channel tests that reveal stepwise comparison flaws.

Security engineering principles can require constant-time comparison implementations that eliminate stepwise logic.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices explicitly require constant-time string comparisons, directly preventing the weakness while also covering many other coding issues.

ID.RA-01 partial match
prevents

Vulnerability identification processes such as static analysis or code review can discover incorrect-granularity comparisons.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect timing side-channels arising from stepwise comparison logic.

prevents

Secure development lifecycle processes can require constant-time comparison functions to prevent timing side-channels.

prevents

Application security requirements can explicitly call for constant-time string comparisons in authentication and cryptographic code.

prevents

Secure system architecture principles can mandate constant-time primitives to eliminate timing side-channels.

prevents

Secure coding standards can require constant-time comparison functions to avoid stepwise string comparison vulnerabilities.

degrades

Secure authentication mechanisms can mandate constant-time comparisons, mitigating timing attacks from stepwise string comparison.

References