Cyber Resilience

CVE-2025-43383

Memory Safety in Apple Ipados ≤ 26.1

Published
04 November 2025
Modified
02 April 2026
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
EPSS Score 0.0092 57th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-43383 is a medium-severity Out-of-bounds Read (CWE-125) vulnerability in Apple Ipados. Its CVSS base score is 4.3 (Medium).

Operationally, ranked in the top 43% of CVEs by exploit likelihood; 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-39 (Process Isolation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An out-of-bounds access issue was addressed with improved bounds checking. This issue is fixed in iOS 18.7.2 and iPadOS 18.7.2, iOS 26.1 and iPadOS 26.1, macOS Sequoia 15.7.2, macOS Tahoe 26.1, tvOS 26.1, visionOS 26.1. Processing a maliciously crafted media…

more

file may lead to unexpected app termination or corrupt process memory.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-23264Same product: Apple Ipados
CVE-2025-43385Same product: Apple Ipados
CVE-2026-64768Same product: Apple Ipados
CVE-2025-24230Same product: Apple Ipados
CVE-2025-43221Same product: Apple Ipados
CVE-2025-43384Same product: Apple Ipados
CVE-2025-43226Same product: Apple Ipados
CVE-2025-24149Same product: Apple Ipados
CVE-2024-40799Same product: Apple Ipados
CVE-2025-43344Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 26.1
apple
iphone os
≤ 26.1
apple
macos
≤ 15.7.2
apple
tvos
≤ 26.1
apple
visionos
≤ 26.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SC-39 Process Isolation
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 validation of input data (media files) to enforce bounds checking and prevent out-of-bounds reads.

prevent

Provides memory protection mechanisms that mitigate corruption or unexpected termination resulting from the out-of-bounds access.

prevent

Process isolation limits the blast radius of memory corruption in the media-processing component to the affected process.

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-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

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 and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References