Cyber Resilience

CVE-2024-27840

Apple Ipados ≤ 16.7.8

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

Summary

CVE-2024-27840 is a medium-severity Access of Memory Location Before Start of Buffer (CWE-786) vulnerability in Apple Ipados. Its CVSS base score is 6.3 (Medium).

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

EU & UK References

Vulnerability Data

The issue was addressed with improved memory handling. This issue is fixed in iOS 16.7.8 and iPadOS 16.7.8, iOS 17.5 and iPadOS 17.5, macOS Monterey 12.7.5, macOS Ventura 13.6.7, tvOS 17.5, visionOS 1.2, watchOS 10.5. An attacker that has already…

more

achieved kernel code execution may be able to bypass kernel memory protections.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-27808Same product: Apple Ipados
CVE-2024-27831Same product: Apple Ipados
CVE-2024-27828Same product: Apple Ipados
CVE-2024-44176Same product: Apple Ipados
CVE-2025-43226Same product: Apple Ipados
CVE-2025-43209Same product: Apple Ipados
CVE-2025-43354Same product: Apple Ipados
CVE-2024-40788Same product: Apple Ipados
CVE-2026-28878Same product: Apple Ipados
CVE-2024-54494Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 16.7.8 · 17.0 — 17.5
apple
iphone os
≤ 16.7.8 · 17.0 — 17.5
apple
macos
12.0 — 12.7.5 · 13.0 — 13.6.7
apple
tvos
≤ 17.5
apple
visionos
≤ 1.2
apple
watchos
≤ 10.5

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)
  • V1.4.1

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 prevent buffer underflows via safe coding, bounds checks, and analysis, but eliminating only this CWE covers a narrow slice of the control's broader intent.

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 and eliminate pre-buffer memory accesses before release.

prevents

Secure development lifecycle includes buffer-boundary checks that reduce out-of-bounds reads before buffer start.

prevents

Application security requirements can mandate bounds checking and pointer validation to prevent pre-buffer accesses.

prevents

Secure architecture principles promote safe memory handling and pointer arithmetic safeguards.

prevents

Secure coding standards directly require bounds checking and pointer validation that prevent this weakness.

References