CVE-2026-28973
Analyzed
Analyzed - Analysis Complete
Integer Overflow in Apple iOS Leading to Sandbox Escape
Vulnerability report for CVE-2026-28973, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-27
Last updated on: 2026-07-28
Assigner: Apple Inc.
Description
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, watchOS 26.6. A malicious app may be able to break out of its sandbox.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apple | macos | From 14.0 (inc) to 14.8.8 (exc) |
| apple | macos | From 15.0 (inc) to 15.7.8 (exc) |
| apple | macos | From 26.0 (inc) to 26.6 (exc) |
| apple | ipados | to 26.6 (exc) |
| apple | iphone_os | to 26.6 (exc) |
| apple | watchos | to 26.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-190 | The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number. |