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.
Published: 2026-07-27
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An integer overflow flaw in several Apple operating systems allows a remote attacker to consume malformed input, which can overflow internal counters or sizes and lead to unexpected application termination or corruption of heap memory. The flaw is rooted in improper bounds checking, placing the software in the category of integer overflows and thus violating program correctness and memory integrity.

Affected Systems

Apple platforms affected by this issue include iOS, iPadOS, macOS (Sequoia, Sonoma, Tahoe), tvOS, and visionOS. The vulnerability has been fixed in iOS 26.6, iPadOS 26.6, macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6, tvOS 26.6, and visionOS 26.6.

Risk and Exploitability

The CVSS base score of 9.8 indicates critical severity, while the EPSS score of less than 1% indicates a low current likelihood of exploitation. The flaw is not listed in the CISA KEV catalog. The CVE description states that a remote attacker may be able to cause unexpected application termination or heap corruption. The specific attack vector is not explicitly disclosed in the CVE data, so it is not possible to determine whether the malicious input would be delivered over a network, local channel, or by another method.

Generated by OpenCVE AI on August 3, 2026 at 16:27 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).
  • Where an immediate OS upgrade is not feasible, place applications that process external data under a dedicated sandbox or VLAN to limit the impact of malformed input.
  • Modify application code to enforce strict bounds checking, ensuring that size and counter calculations do not exceed limits and that all arithmetic uses safe integer types.
  • Continuously monitor device logs for crashes, heap corruption warnings, or anomalous memory usage, and investigate any such events promptly.

Generated by OpenCVE AI on August 3, 2026 at 16:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-07-28T14:58:31.732Z

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 : Analyzed

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

Modified: 2026-07-28T18:37:14.757

Link: CVE-2026-64774

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T16:30:04Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound