CVE Vulnerabilities

CVE-2024-40788

Access of Resource Using Incompatible Type ('Type Confusion')

Published: Jul 29, 2024 | Modified: Aug 26, 2024
CVSS 3.x
5.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 16.7.9 and iPadOS 16.7.9, macOS Ventura 13.6.8, macOS Monterey 12.7.6, iOS 17.6 and iPadOS 17.6, watchOS 10.6, tvOS 17.6, visionOS 1.3, macOS Sonoma 14.6. A local attacker may be able to cause unexpected system shutdown.

Weakness

The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.

Affected Software

Name Vendor Start Version End Version
Ipados Apple * 16.7.9 (excluding)
Ipados Apple 17.0 (including) 17.6 (excluding)
Iphone_os Apple * 16.7.9 (excluding)
Iphone_os Apple 17.0 (including) 17.6 (excluding)
Macos Apple * 12.7.6 (excluding)
Macos Apple 13.0 (including) 13.6.8 (excluding)
Macos Apple 14.0 (including) 14.6 (excluding)
Tvos Apple * 17.6 (excluding)
Visionos Apple * 1.3 (excluding)
Watchos Apple * 10.6 (excluding)

Extended Description

When the product accesses the resource using an incompatible type, this could trigger logical errors because the resource does not have expected properties. In languages without memory safety, such as C and C++, type confusion can lead to out-of-bounds memory access. While this weakness is frequently associated with unions when parsing data with many different embedded object types in C, it can be present in any application that can interpret the same variable or memory location in multiple ways. This weakness is not unique to C and C++. For example, errors in PHP applications can be triggered by providing array parameters when scalars are expected, or vice versa. Languages such as Perl, which perform automatic conversion of a variable of one type when it is accessed as if it were another type, can also contain these issues.

References