Description
An integer overflow was addressed with improved input validation. This issue is fixed in iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6. A remote attacker may be able to cause unexpected application termination or heap corruption.
Published: 2026-07-27
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A critical integer overflow flaw exists in multiple Apple operating systems, where improper bounds checking on integer arithmetic can allow a maliciously crafted payload to overflow internal size or counter variables. The overflow is triggered when corrupted input is processed, causing the affected software to write outside the bounds of the heap and corrupt memory. In the worst case, the corrupted heap leads to application termination or broader instability, effectively denying service to the user. This weakness is categorized as CWE‑190, an integer overflow that undermines program correctness and memory integrity.

Affected Systems

The vulnerability affects Apple’s iOS, iPadOS, macOS (Sequoia, Sonoma, Tahoe), tvOS, and visionOS. Fixed releases include iOS and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, and visionOS 26.6. All other versions prior to these are potentially exposed.

Risk and Exploitability

The CVSS base score of 9.8 reflects critical severity, while an EPSS score of less than 1% indicates a currently low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The vendor notes that a remote attacker can supply malicious input to trigger the overflow, suggesting that the attack vector is likely remote over a network or by any externally delivered data. No known widespread exploits have been published, but the high severity mandates timely remediation.

Generated by OpenCVE AI on August 18, 2026 at 00:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest security updates for all affected Apple operating systems (iOS 26.6, iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6).
  • If an immediate OS upgrade is not feasible, isolate applications that process external data in a sandbox or restrict network access to limit exposure from malformed input.
  • Review application code for unchecked integer arithmetic, enforce bounds on size calculations, and replace unsafe integer types with safe, checked equivalents.
  • Monitor system logs for application crashes, heap corruption warnings, or anomalous memory usage and investigate incidents promptly.

Generated by OpenCVE AI on August 18, 2026 at 00:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
Title Integer Overflow Causing Heap Corruption and Application Termination in Apple Operating Systems

Mon, 17 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
Description An integer overflow was addressed with improved input validation. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6. A remote attacker may be able to cause unexpected application termination or heap corruption. An integer overflow was addressed with improved input validation. This issue is fixed in iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6. A remote attacker may be able to cause unexpected application termination or heap corruption.
References

Mon, 03 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Title Integer Overflow Causing Heap Corruption and Application Termination in Apple Operating Systems

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 04:00:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple ios And Ipados
Apple macos
Apple tvos
Apple visionos
Vendors & Products Apple
Apple ios And Ipados
Apple macos
Apple tvos
Apple visionos

Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description An integer overflow was addressed with improved input validation. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6. A remote attacker may be able to cause unexpected application termination or heap corruption.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apple

Published:

Updated: 2026-08-17T21:29:48.278Z

Reserved: 2026-07-20T18:10:53.025Z

Link: CVE-2026-64774

cve-icon Vulnrichment

Updated: 2026-07-28T14:58:22.730Z

cve-icon NVD

Status : Modified

Published: 2026-07-27T21:17:15.420

Modified: 2026-08-17T22:17:22.627

Link: CVE-2026-64774

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T00:45:05Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound