Cyber Resilience

CVE-2025-43230

Access Control in Apple Ipados ≤ 17.7.9

Published
30 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 4.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0022 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-43230 is a medium-severity Incorrect Authorization (CWE-863) vulnerability in Apple Ipados. Its CVSS base score is 4.0 (Medium).

Operationally, ranked at the 12th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The issue was addressed with additional permissions checks. This issue is fixed in iOS 18.6 and iPadOS 18.6, iPadOS 17.7.9, macOS Sequoia 15.6, tvOS 18.6, visionOS 2.6, watchOS 11.6. An app may be able to access user-sensitive data.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-40771Same product: Apple Ipados
CVE-2026-28864Same product: Apple Ipados
CVE-2024-54530Same product: Apple Ipados
CVE-2023-35990Same product: Apple Ipados
CVE-2024-23250Same product: Apple Iphone Os
CVE-2024-44176Same product: Apple Ipados
CVE-2024-40788Same product: Apple Ipados
CVE-2024-54494Same product: Apple Ipados
CVE-2024-27832Same product: Apple Ipados
CVE-2024-27840Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 17.7.9 · 18.0 — 18.6
apple
iphone os
≤ 18.6
apple
macos
≤ 15.6
apple
tvos
≤ 18.6
apple
visionos
≤ 2.6
apple
watchos
≤ 11.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • AC-24 Access Control Decisions
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks before granting apps access to sensitive user data, addressing the missing permissions checks described in CVE-2025-43230.

prevent

Limits app privileges to only what is explicitly required, preventing unauthorized access to user-sensitive data when authorization logic is incomplete.

prevent

Ensures access-control decisions are made and enforced consistently by the system rather than relying on potentially bypassed app-level checks.

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.AA-05 mostly match
prevents

Defining, enforcing, and reviewing access authorizations and least privilege directly prevents incorrect authorization checks.

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.

prevents

Requiring consistency between access rights and classification plus formal approval steps ensures that the authorization logic correctly distinguishes between entities that should and should not be granted access.

prevents

Enforcing policy-driven approval and role-change reviews stops incorrect or stale authorization decisions from remaining in effect after job changes or terminations.

prevents

By tying access rights to identity, device, location and classification, the control reduces the likelihood that an authorization decision will be based on an incorrect or bypassed policy.

References