CVE-2024-44238
Published: 16 January 2026
Summary
CVE-2024-44238 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Apple Ipados. Its CVSS base score is 7.8 (High).
Operationally, ranked at the 0.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-10 (Information Input Validation) and SI-16 (Memory Protection).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Implements controls to protect system memory from unauthorized modification, directly mitigating app-induced coprocessor memory corruption.
Enforces validation of information inputs including bounds checks, preventing the insufficient bounds checking (CWE-119) that enables memory corruption.
Requires timely flaw remediation through patching, as demonstrated by Apple's improved bounds checks in iOS 18.1, iPadOS 18.1, and macOS Sequoia 15.1.
NVD Description
The issue was addressed with improved bounds checks. This issue is fixed in iOS 18.1 and iPadOS 18.1, macOS Sequoia 15.1. An app may be able to corrupt coprocessor memory.
Deeper analysisAI
CVE-2024-44238 is a memory corruption vulnerability stemming from insufficient bounds checks (CWE-119), affecting Apple's iOS prior to version 18.1, iPadOS prior to 18.1, and macOS Sequoia prior to 15.1. The flaw allows an app to corrupt coprocessor memory, earning a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). It was publicly disclosed on January 16, 2026.
A local attacker with low privileges, such as a malicious app installed on the device, can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation enables corruption of coprocessor memory, potentially leading to high-impact confidentiality, integrity, and availability violations on the affected system.
Apple's security advisories detail the fix through improved bounds checks, recommending updates to iOS 18.1, iPadOS 18.1, or macOS Sequoia 15.1. Further details are available in the release notes at https://support.apple.com/en-us/121563 and https://support.apple.com/en-us/121564.
Details
- CWE(s)