CVE-2024-44218
28.10.2024, 21:15
This issue was addressed with improved checks. This issue is fixed in iOS 17.7.1 and iPadOS 17.7.1, macOS Sonoma 14.7.1, iOS 18.1 and iPadOS 18.1. Processing a maliciously crafted file may lead to heap corruption.
Vendor | Product | Version |
---|---|---|
apple | ipados | 𝑥 < 17.7.1 |
apple | ipados | 18.0 |
apple | iphone_os | 𝑥 < 17.7.1 |
apple | iphone_os | 18.0 |
apple | macos | 𝑥 < 14.7.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.