Cyber Resilience

CVE-2025-46285

Memory Safety in Apple Macos ≤ 14.8.3

Published
12 December 2025
Modified
02 April 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0018 8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-46285 is a high-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Apple Macos. Its CVSS base score is 7.8 (High).

Operationally, ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-2 (Flaw Remediation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An integer overflow was addressed by adopting 64-bit timestamps. This issue is fixed in iOS 18.7.3 and iPadOS 18.7.3, iOS 26.2 and iPadOS 26.2, macOS Sequoia 15.7.3, macOS Sonoma 14.8.3, macOS Tahoe 26.2, tvOS 26.2, visionOS 26.2, watchOS 26.2. An…

more

app may be able to gain root privileges.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-43764Same product: Apple Macos
CVE-2026-20639Same product: Apple Macos
CVE-2025-24156Same product: Apple Macos
CVE-2026-64694Same product: Apple Macos
CVE-2025-43238Same product: Apple Macos
CVE-2024-54515Same product: Apple Macos
CVE-2024-27809Same product: Apple Macos
CVE-2025-43274Same product: Apple Macos
CVE-2024-23230Same product: Apple Macos
CVE-2025-43308Same product: Apple Macos

Affected Assets

apple
macos
≤ 14.8.3 · 15.0 — 15.7.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.2.6

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely application of the vendor patches that replace 32-bit timestamps with 64-bit values, eliminating the integer overflow that enables root escalation.

prevent

Enforces least-privilege execution for apps so that even successful exploitation of the timestamp overflow cannot obtain root without additional authorization violations.

prevent

Requires process isolation boundaries that limit the ability of a compromised app to affect kernel timestamp handling or escalate to root.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require use of safe arithmetic, bounds checks, and testing that prevent integer overflows.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect integer overflows before release.

prevents

Secure SDLC mandates input validation and arithmetic checks that prevent integer overflows.

degrades

Application security requirements include bounds checking and safe arithmetic to avoid overflow conditions.

degrades

Secure architecture principles require defensive coding patterns that mitigate integer wraparound risks.

prevents

Secure coding standards explicitly forbid unsafe integer operations and mandate overflow-safe constructs.

References