Cyber Resilience

CVE-2026-28867

Apple Ipados ≤ 18.7.7

Published
25 March 2026
Modified
27 March 2026
Patch / advisory
CVSS Score v3.1 6.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0022 13th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-28867 is a medium-severity an unspecified weakness vulnerability in Apple Ipados. Its CVSS base score is 6.2 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 13th 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.

EU & UK References

Vulnerability Data

This issue was addressed with improved authentication. This issue is fixed in iOS 18.7.7 and iPadOS 18.7.7, iOS 26.4 and iPadOS 26.4, macOS Sequoia 15.7.5, macOS Tahoe 26.4, tvOS 26.4, visionOS 26.4, watchOS 26.4. An app may be able to…

more

leak sensitive kernel state.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1082 System Information Discovery Discovery
An adversary may attempt to get detailed information about the operating system and hardware, including version, patches, hotfixes, service packs, and architecture.
Why these techniques?

Local info disclosure of kernel state directly enables data collection from the system and system information discovery by an app.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-20609Same product: Apple Ipados
CVE-2026-28996Same product: Apple Ipados
CVE-2026-28870Same product: Apple Ipados
CVE-2026-28920Same product: Apple Ipados
CVE-2026-28987Same product: Apple Ipados
CVE-2026-28943Same product: Apple Ipados
CVE-2026-28877Same product: Apple Ipados
CVE-2026-20627Same product: Apple Ipados
CVE-2024-23223Same product: Apple Ipados
CVE-2026-28868Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 18.7.7 · 26.0 — 26.4
apple
iphone os
≤ 18.7.7 · 26.0 — 26.4
apple
macos
15.0 — 15.7.5 · 26.0 — 26.4
apple
tvos
≤ 26.4
apple
visionos
≤ 26.4
apple
watchos
≤ 26.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • 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 enforces authentication checks before allowing any app to access or read sensitive kernel state.

prevent

Ensures apps operate under least privilege so they cannot reach or leak kernel internals even if authentication is weak.

prevent

Provides process isolation boundaries that limit an app's ability to observe or extract kernel state.

References