Cyber Resilience

CVE-2025-43531

Race Condition in Apple Iphone Os ≤ 18.7.3

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

Summary

CVE-2025-43531 is a low-severity Race Condition (CWE-362) vulnerability in Apple Iphone Os. Its CVSS base score is 3.1 (Low).

Operationally, ranked at the 37th 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 SC-39 (Process Isolation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A race condition was addressed with improved state handling. This issue is fixed in Safari 26.2, iOS 18.7.3 and iPadOS 18.7.3, iOS 26.2 and iPadOS 26.2, macOS Tahoe 26.2, tvOS 26.2, visionOS 26.2, watchOS 26.2. Processing maliciously crafted web content…

more

may lead to an unexpected process crash.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-54494Same product: Apple Ipados
CVE-2026-28996Same product: Apple Ipados
CVE-2024-27823Same product: Apple Ipados
CVE-2026-28992Same product: Apple Ipados
CVE-2026-20617Same product: Apple Ipados
CVE-2024-54510Same product: Apple Ipados
CVE-2023-32413Same product: Apple Ipados
CVE-2026-64720Same product: Apple Ipados
CVE-2026-28986Same product: Apple Ipados
CVE-2024-23235Same product: Apple Ipados

Affected Assets

apple
safari
≤ 26.2
apple
ipados
≤ 18.7.3
apple
iphone os
≤ 18.7.3 · 26.0 — 26.2
apple
macos
≤ 26.2
apple
tvos
≤ 26.2
apple
visionos
≤ 26.2
apple
watchos
≤ 26.2

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)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely application of the vendor patch that resolves the race condition in web-content state handling.

prevent

Process isolation confines the effects of the malicious web-content-triggered crash to the affected browser/renderer process.

prevent

Memory protection mechanisms reduce the likelihood that a race on shared state can be exploited to produce a process crash.

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 proper synchronization primitives and concurrency testing that prevent race conditions.

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 race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References