Cyber Resilience

CVE-2025-43261

Critical

Published: 30 July 2025

Published
30 July 2025
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0098 77.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-43261 is a critical-severity Protection Mechanism Failure (CWE-693) vulnerability in Apple Macos. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 22.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-25 (Reference Monitor) and SC-39 (Process Isolation).

Deeper analysis

CVE-2025-43261 is a logic issue addressed through improved checks in Apple's macOS operating system. It affects macOS Sequoia versions prior to 15.6, macOS Sonoma prior to 14.7.7, and macOS Ventura prior to 13.7.7. The vulnerability enables an app to break out of its sandbox, as documented under CWE-693, with a CVSS v3.1 base score of 9.8 indicating critical severity.

The attack vector is network-based (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N) or user interaction (UI:N), and unchanged impact scope (S:U). A remote attacker can exploit this flaw to allow an app to escape its sandboxed environment, potentially achieving high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H).

Apple's security advisories, including support documents at https://support.apple.com/en-us/124149, https://support.apple.com/en-us/124150, and https://support.apple.com/en-us/124151, confirm the issue is fixed in macOS Sequoia 15.6, macOS Sonoma 14.7.7, and macOS Ventura 13.7.7. Additional details appear in Full Disclosure mailing list posts at http://seclists.org/fulldisclosure/2025/Jul/32 and http://seclists.org/fulldisclosure/2025/Jul/33. Security practitioners should prioritize patching affected systems to mitigate sandbox escape risks.

EU & UK References

Vulnerability details

A logic issue was addressed with improved checks. This issue is fixed in macOS Sequoia 15.6, macOS Sonoma 14.7.7, macOS Ventura 13.7.7. An app may be able to break out of its sandbox.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Sandbox escape via logic flaw directly enables exploitation for privilege escalation (T1068) with no auth or interaction required.

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

CVEs Like This One

CVE-2024-54509Same product: Apple Macos
CVE-2025-24176Same product: Apple Macos
CVE-2025-24267Same product: Apple Macos
CVE-2026-20658Same product: Apple Macos
CVE-2025-24170Same product: Apple Macos
CVE-2025-24255Same product: Apple Macos
CVE-2025-30449Same product: Apple Macos
CVE-2026-28923Same product: Apple Macos
CVE-2024-54546Same product: Apple Macos
CVE-2025-43257Same product: Apple Macos

Affected Assets

apple
macos
≤ 13.7.7 · 14.0 — 14.7.7 · 15.0 — 15.6

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Implements a tamper-proof reference monitor that mediates all sandbox access attempts, directly preventing apps from exploiting logic flaws to escape sandbox boundaries.

prevent

Maintains separate execution domains for processes, enforcing sandbox isolation to block breakout attempts via improved logic checks.

prevent

Requires timely flaw remediation through patching macOS to versions with fixed sandbox logic, directly mitigating the CVE exploitation.

References