CVE-2024-27831
10.06.2024, 21:15
An out-of-bounds write issue was addressed with improved input validation. This issue is fixed in macOS Ventura 13.6.7, macOS Monterey 12.7.5, iOS 16.7.8 and iPadOS 16.7.8, tvOS 17.5, visionOS 1.2, iOS 17.5 and iPadOS 17.5, macOS Sonoma 14.5. Processing a file may lead to unexpected app termination or arbitrary code execution.Enginsight
Vendor | Product | Version |
---|---|---|
apple | ipados | 𝑥 < 16.7.8 |
apple | ipados | 17.0 ≤ 𝑥 < 17.5 |
apple | iphone_os | 𝑥 < 16.7.8 |
apple | iphone_os | 17.0 ≤ 𝑥 < 17.5 |
apple | macos | 𝑥 < 12.7.5 |
apple | macos | 13.0 ≤ 𝑥 < 13.6.7 |
apple | macos | 14.0 ≤ 𝑥 < 14.5 |
apple | tvos | 𝑥 < 17.5 |
apple | visionos | 𝑥 < 1.2 |
𝑥
= 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-786 - Access of Memory Location Before Start of BufferThe software reads or writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.
References