Cyber Resilience

CVE-2024-23287

Apple Ipados ≤ 17.4

Published
08 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0067 49th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2024-23287 is a medium-severity Insecure Temporary File (CWE-377) vulnerability in Apple Ipados. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 49th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A privacy issue was addressed with improved handling of temporary files. This issue is fixed in iOS 17.4 and iPadOS 17.4, macOS Sonoma 14.4, watchOS 10.4. An app may be able to access user-sensitive data.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-20649Same product: Apple Ipados
CVE-2025-46277Same product: Apple Ipados
CVE-2023-32400Same product: Apple Ipados
CVE-2023-42849Same product: Apple Ipados
CVE-2024-40836Same product: Apple Ipados
CVE-2023-42888Same product: Apple Ipados
CVE-2023-32388Same product: Apple Ipados
CVE-2024-40787Same product: Apple Ipados
CVE-2023-32404Same product: Apple Ipados
CVE-2023-39434Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 17.4
apple
iphone os
≤ 17.4
apple
macos
14.0 — 14.4
apple
watchos
≤ 10.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 enforces file-system access authorizations so that temporary files cannot be read or modified by unauthorized processes.

AC-6 reduces the privileges available to processes that create or access temporary files, limiting blast radius if a file is predictable or left readable.

SC-4 directly stops unauthorized information leakage through shared resources such as world-writable temporary directories.

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 avoiding insecure temp-file creation patterns.

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 insecure temporary files but does not prevent their creation.

prevents

Secure development life cycle mandates secure handling of temporary files during design and coding.

prevents

Application security requirements can specify secure temporary-file creation and access controls.

prevents

Secure system architecture principles discourage insecure temporary-file patterns but do not directly address them.

prevents

Secure coding standards explicitly require safe temporary-file APIs and permissions.

none

Information deletion policies may cover secure removal of temporary files after use.

References