Vulnerabilities > CVE-2023-32434 - Integer Overflow or Wraparound vulnerability in Apple products
Attack vector
LOCAL Attack complexity
LOW Privileges required
NONE Confidentiality impact
HIGH Integrity impact
HIGH Availability impact
HIGH Summary
An integer overflow was addressed with improved input validation. This issue is fixed in watchOS 9.5.2, macOS Big Sur 11.7.8, iOS 15.7.7 and iPadOS 15.7.7, macOS Monterey 12.6.7, watchOS 8.8.1, iOS 16.5.1 and iPadOS 16.5.1, macOS Ventura 13.4.1. An app may be able to execute arbitrary code with kernel privileges. Apple is aware of a report that this issue may have been actively exploited against versions of iOS released before iOS 15.7.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Forced Integer Overflow This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Related news
References
- https://support.apple.com/en-us/HT213809
- https://support.apple.com/en-us/HT213808
- https://support.apple.com/en-us/HT213814
- https://support.apple.com/en-us/HT213812
- https://support.apple.com/en-us/HT213813
- https://support.apple.com/en-us/HT213810
- https://support.apple.com/en-us/HT213811
- https://support.apple.com/kb/HT213990
- http://seclists.org/fulldisclosure/2023/Oct/20