Description
This issue was addressed with improved handling of symlinks. This issue is fixed in macOS Sequoia 15.4. An app may be able to access protected user data.
Published: 2026-06-11
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An application may use improper handling of symbolic links to read files outside the intended directories, thereby gaining access to protected user data. This vulnerability enables an app to bypass the boundary that normally restricts file access, leading to a breach of confidentiality for the affected user(s). The flaw exists because the operating system does not sufficiently validate or sanitize symlink targets before allowing a program to follow them.

Affected Systems

Apple macOS operating systems are affected. The issue is fixed as of macOS Sequoia 15.4, meaning versions prior to Sequoia 15.4 remain vulnerable unless an upgrade is performed.

Risk and Exploitability

The CVSS score is not provided and EPSS is not available, therefore the precise exploitation likelihood cannot be quantified. The vulnerability is listed as not included in the CISA KEV catalog. Based on the description, the attack vector requires an application to create or use a symlink pointing to a protected file; thus it is an application‑level local flaw that could be exploited if malware or a compromised app runs with user privileges. Without specific metrics, the risk remains that any process capable of generating symlinks could read sensitive data.

Generated by OpenCVE AI on June 11, 2026 at 23:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade macOS to Sequoia 15.4 or later to receive the fix for symlink handling.
  • If an immediate OS upgrade is not possible, restrict the affected application’s file system permissions by configuring sandbox or disabling its ability to create or follow symlinks in critical directories.
  • Monitor system logs for abnormal file access patterns involving symlinks and block any detected attempts from untrusted processes.

Generated by OpenCVE AI on June 11, 2026 at 23:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 11 Jun 2026 23:45:00 +0000

Type Values Removed Values Added
Title Symlink Traversal Exploits Protected User Data
Weaknesses CWE-22
CWE-284

Thu, 11 Jun 2026 22:45:00 +0000

Type Values Removed Values Added
Title macOS Symlink Handling Exploit Enables Access to Protected User Data
Weaknesses CWE-22
CWE-284

Thu, 11 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Title macOS Symlink Handling Exploit Enables Access to Protected User Data
Weaknesses CWE-22
CWE-284

Thu, 11 Jun 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Vendors & Products Apple
Apple macos

Thu, 11 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Description This issue was addressed with improved handling of symlinks. This issue is fixed in macOS Sequoia 15.4. An app may be able to access protected user data.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apple

Published:

Updated: 2026-06-11T18:47:40.718Z

Reserved: 2025-04-16T15:24:37.101Z

Link: CVE-2025-43278

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-06-11T19:16:33.393

Modified: 2026-06-11T20:51:53.840

Link: CVE-2025-43278

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-11T23:30:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-284

    Improper Access Control