Cyber Posture

CVE-2024-54499

High

Published: 27 January 2025

Published
27 January 2025
Modified
02 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0024 47.6th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-54499 is a high-severity Use After Free (CWE-416) vulnerability in Apple Ipados. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 47.6th 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 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Client Execution (T1203) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mandates timely patching of the use-after-free vulnerability fixed in iOS 18.2 and equivalent updates across Apple platforms.

prevent

Implements memory safety mechanisms such as address space layout randomization and stack canaries that mitigate use-after-free exploits during image processing.

prevent

Requires validation of image inputs to reject or sanitize maliciously crafted files that trigger the use-after-free vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Use-after-free in image processing enables client-side RCE via malicious image file requiring user interaction.

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

NVD Description

A use-after-free issue was addressed with improved memory management. This issue is fixed in iOS 18.2 and iPadOS 18.2, macOS Sequoia 15.2, tvOS 18.2, visionOS 2.2, watchOS 11.2. Processing a maliciously crafted image may lead to arbitrary code execution.

Deeper analysisAI

CVE-2024-54499 is a use-after-free vulnerability (CWE-416) addressed through improved memory management in Apple's operating systems. It affects iOS prior to version 18.2, iPadOS prior to 18.2, macOS Sequoia prior to 15.2, tvOS prior to 18.2, visionOS prior to 2.2, and watchOS prior to 11.2. The issue arises during processing of images, potentially allowing arbitrary code execution.

With a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), the vulnerability can be exploited remotely by an unauthenticated attacker with low complexity. Exploitation requires user interaction, such as opening or viewing a maliciously crafted image, which could lead to full compromise of confidentiality, integrity, and availability through arbitrary code execution in the context of the image processing component.

Apple's security advisories confirm the issue was fixed in the listed software updates, recommending immediate patching to iOS 18.2 and equivalents across affected platforms. Detailed information is available in advisories at https://support.apple.com/en-us/121837, https://support.apple.com/en-us/121839, https://support.apple.com/en-us/121843, https://support.apple.com/en-us/121844, and https://support.apple.com/en-us/121845.

Details

CWE(s)

Affected Products

apple
ipados
≤ 18.2
apple
iphone os
≤ 18.2
apple
macos
≤ 15.2
apple
tvos
≤ 18.2
apple
visionos
≤ 2.2
apple
watchos
≤ 11.2

CVEs Like This One

CVE-2025-43529Same product: Apple Ipados
CVE-2026-20611Same product: Apple Ipados
CVE-2025-24085Same product: Apple Ipados
CVE-2026-20687Same product: Apple Ipados
CVE-2025-24137Same product: Apple Ipados
CVE-2026-20675Same product: Apple Ipados
CVE-2025-43234Same product: Apple Ipados
CVE-2025-43186Same product: Apple Ipados
CVE-2024-54523Same product: Apple Ipados
CVE-2025-43209Same product: Apple Ipados

References