Cyber Resilience

CVE-2024-40815

CSRF in Apple Macos ≤ 13.6.8

Published
29 July 2024
Modified
02 April 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.011 63th percentile
Risk Priority 63 floored blend · peak EPSS

Summary

CVE-2024-40815 is a high-severity Race Condition (CWE-362) vulnerability in Apple Macos. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 37% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

A race condition vulnerability addressed through additional validation affects multiple Apple operating systems, including iOS 17.6, iPadOS 17.6, macOS Sonoma 14.6, macOS Ventura 13.6.8, tvOS 17.6, and watchOS 10.6. The flaw is tracked under CWE-362 and CWE-352 and carries a CVSS 3.1 score of 7.5, reflecting high impact on confidentiality, integrity, and availability when successfully exploited.

An attacker who already possesses arbitrary read and write primitives can leverage the race condition to bypass Pointer Authentication, potentially enabling further code execution or privilege escalation on the affected device. Exploitation requires network-adjacent access with low privileges and no user interaction, though the attack complexity is rated high.

Apple security advisories for the listed updates state that the issue is resolved by the patches released on or around 29 July 2024; administrators should apply iOS 17.6, iPadOS 17.6, macOS Sonoma 14.6, macOS Ventura 13.6.8, tvOS 17.6, and watchOS 10.6 (or later) to eliminate the race condition.

The associated EPSS score remains flat at 0.0715 with no material increase after disclosure, indicating limited observed exploitation interest to date.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A race condition was addressed with additional validation. This issue is fixed in iOS 17.6 and iPadOS 17.6, macOS Sonoma 14.6, macOS Ventura 13.6.8, tvOS 17.6, watchOS 10.6. A malicious attacker with arbitrary read and write capability may be able…

more

to bypass Pointer Authentication.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-28986Same product: Apple Ipados
CVE-2026-64720Same product: Apple Ipados
CVE-2023-32413Same product: Apple Ipados
CVE-2024-54510Same product: Apple Ipados
CVE-2026-20617Same product: Apple Ipados
CVE-2024-27823Same product: Apple Ipados
CVE-2026-28996Same product: Apple Ipados
CVE-2024-54494Same product: Apple Ipados
CVE-2026-28992Same product: Apple Ipados
CVE-2026-43805Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 17.6
apple
iphone os
≤ 17.6
apple
macos
≤ 13.6.8 · 14.0 — 14.6
apple
tvos
≤ 17.6
apple
watchos
≤ 10.6

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.2
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement requires verifying that state-changing requests originate from the authenticated user rather than a forged cross-site source.

Protecting session authenticity prevents attackers from replaying or forging authenticated requests via the victim's browser.

Maintaining separate execution domains for each process structurally eliminates unintended concurrent access to the same shared resources.

Preventing unintended information transfer through shared system resources directly addresses the improper concurrent modification that defines a race condition.

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 SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

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 race conditions, but does not prevent them at design or coding time.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

References