Cyber Resilience

CVE-2026-28875

High

Published: 25 March 2026

Published
25 March 2026
Modified
25 March 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0014 34.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28875 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Apple Ipados. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 34.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-28875 is a buffer overflow vulnerability (CWE-120) affecting iOS and iPadOS prior to version 26.4. Apple addressed the issue with improved bounds checking. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high availability impact potential with no confidentiality or integrity effects.

A remote attacker can exploit this vulnerability over the network with low complexity, requiring no privileges or user interaction. Successful exploitation may cause a denial-of-service, potentially crashing affected iOS or iPadOS devices.

Apple's security advisory (https://support.apple.com/en-us/126792) confirms the fix in iOS 26.4 and iPadOS 26.4 through enhanced bounds checking. Practitioners should prioritize updating vulnerable devices to these versions to mitigate the risk.

EU & UK References

Vulnerability details

A buffer overflow was addressed with improved bounds checking. This issue is fixed in iOS 26.4 and iPadOS 26.4. A remote attacker may be able to cause a denial-of-service.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Buffer overflow enables remote crash of iOS/iPadOS devices (AV:N, A:H impact only), directly mapping to Application or System Exploitation for Endpoint Denial of Service.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-28858Same product: Apple Ipados
CVE-2026-28874Same product: Apple Ipados
CVE-2026-28872Same product: Apple Ipados
CVE-2026-28959Same product: Apple Ipados
CVE-2026-28952Same product: Apple Ipados
CVE-2026-43656Same product: Apple Ipados
CVE-2026-28894Same product: Apple Ipados
CVE-2025-24177Same product: Apple Ipados
CVE-2026-28965Same product: Apple Ipados
CVE-2025-46311Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 26.4
apple
iphone os
≤ 26.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and remediation of flaws like this buffer overflow by installing the fixed iOS/iPadOS 26.4 versions.

prevent

Mandates validation of external inputs with bounds checking to directly prevent buffer overflows from malicious network data.

prevent

Implements memory protections such as address space layout randomization and stack guards to mitigate exploitation of buffer overflow vulnerabilities.

References