Cyber Resilience

CVE-2025-24179

Memory Safety in Apple Macos ≤ 13.7.5

Published
29 April 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0027 19th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-24179 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Apple Macos. Its CVSS base score is 5.7 (Medium).

Operationally, ranked at the 19th 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-10 (Information Input Validation) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A null pointer dereference was addressed with improved input validation. This issue is fixed in iOS 18.3 and iPadOS 18.3, iPadOS 17.7.6, macOS Sequoia 15.3, macOS Sonoma 14.7.5, macOS Ventura 13.7.5, tvOS 18.3, visionOS 2.3. An attacker on the local…

more

network may be able to cause a denial-of-service.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-31202Same product: Apple Ipados
CVE-2025-24251Same product: Apple Ipados
CVE-2026-28886Same product: Apple Ipados
CVE-2026-28985Same product: Apple Ipados
CVE-2025-24177Same product: Apple Ipados
CVE-2024-23264Same product: Apple Ipados
CVE-2024-23296Same product: Apple Ipados
CVE-2024-23286Same product: Apple Ipados
CVE-2024-23222Same product: Apple Ipados
CVE-2024-23225Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 17.7.6 · 18.0 — 18.3
apple
iphone os
≤ 18.3
apple
macos
≤ 13.7.5 · 14.0 — 14.7.5 · 15.0 — 15.3
apple
tvos
≤ 18.3
apple
visionos
≤ 2.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-5 Denial-of-service Protection
  • SI-11 Error Handling
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires input validation to reject malformed or unexpected data before it reaches vulnerable code paths, which is the exact fix described for the null-pointer dereference.

prevent

Mandates protections that limit or absorb denial-of-service effects from malformed network traffic on the local network.

prevent

Requires the system to handle invalid inputs and resulting errors gracefully instead of crashing, mitigating the DoS outcome of the dereference.

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 (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

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 can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References