Cyber Resilience

CVE-2025-43274

Apple Macos ≤ 15.6

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

Summary

CVE-2025-43274 is a medium-severity Missing Encryption of Sensitive Data (CWE-311) vulnerability in Apple Macos. Its CVSS base score is 4.4 (Medium).

Operationally, ranked at the 3th 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 SC-50 (Software-enforced Separation and Policy Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A privacy issue was addressed by removing the vulnerable code. This issue is fixed in macOS Sequoia 15.6. A sandboxed process may be able to circumvent sandbox restrictions.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-28832Same product: Apple Macos
CVE-2024-54515Same product: Apple Macos
CVE-2024-27809Same product: Apple Macos
CVE-2024-23230Same product: Apple Macos
CVE-2025-43308Same product: Apple Macos
CVE-2024-44287Same product: Apple Macos
CVE-2023-23516Same product: Apple Macos
CVE-2025-31224Same product: Apple Macos
CVE-2023-23497Same product: Apple Macos
CVE-2024-44196Same product: Apple Macos

Affected Assets

apple
macos
≤ 15.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-50 Software-enforced Separation and Policy Enforcement
  • SC-39 Process Isolation
Detect
Catch it (NIST detect / respond)

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

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces sandbox access restrictions so a sandboxed process cannot bypass them to access unauthorized resources.

prevent

Provides software-enforced separation and policy enforcement mechanisms that implement and protect sandbox boundaries.

prevent

Ensures process isolation is maintained so a sandboxed process cannot escape its restricted execution environment.

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.DS-01 mostly match
prevents

PR.DS-01 directly mandates encryption for data-at-rest and therefore prevents CWE-311 mostly for storage, yet the weakness also spans transmission and other contexts that this single at-rest control leaves unaddressed.

PR.DS-02 partial match
prevents

PR.DS-02 directly eliminates the transmission facet of CWE-311 via mandatory encryption but leaves the storage facet untouched, so each direction rates only partial.

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

Explicit rules requiring encryption for sensitive information in transit eliminate the weakness of sending data without cryptographic protection.

prevents

Explicitly calling for protection of data in transit and at rest, plus secure encryption of communications, drives the implementation of encryption that prevents clear-text exposure of sensitive information.

References