Description
An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 27 and iPadOS 27, macOS Golden Gate 27, tvOS 27, visionOS 27, watchOS 27. Processing a maliciously crafted font may result in the disclosure of process memory.
Published: 2026-09-14
Score: n/a
EPSS: n/a
KEV: No
Impact: Information Disclosure
Action: Apply Patch
AI Analysis

Impact

An out‑of‑bounds read occurs when software processes a maliciously crafted font, potentially exposing the contents of process memory. The vulnerability originates from insufficient bounds checking and allows an attacker to read memory beyond intended limits, thereby disclosing sensitive data. This weakness is formally classified as an out‑of‑bounds read flaw.

Affected Systems

Apple devices running any of the following operating systems prior to version 27 are affected: iOS, iPadOS, macOS Golden Gate, tvOS, visionOS, and watchOS. All mentioned platforms received a patch in their 27th major release, which introduces stricter bounds verification to eliminate the read fault.

Risk and Exploitability

Because the issue requires parsing a font file, the most likely attack vector is local file exploitation, which could occur when a user opens a malicious document or installs a compromised application that injects a crafted font. The severity of the memory disclosure can lead to exposure of personal or system data, but the available metrics vulnerability is not listed in CISA’s KEV catalog. Attackers would still need to supply the offending font, meaning the risk remains moderate but significant for any device that processes untrusted fonts.

Generated by OpenCVE AI on September 15, 2026 at 08:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all Apple operating systems to version 27 or later (iOS 27, iPadOS 27, macOS Golden Gate 27, tvOS 27, visionOS 27, watchOS 27).
  • If an of third‑party fonts and audit any fonts that have been added to the system.
  • Where possible, configure applications and browsers to reject or sandbox remote font imports from untrusted sources.

Generated by OpenCVE AI on September 15, 2026 at 08:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 15 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Title Out-of-Bounds Read in Font Parsing Allows Process Memory Disclosure
Weaknesses CWE-120
CWE-682

Tue, 15 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple ios And Ipados
Apple macos
Apple tvos
Apple visionos
Apple watchos
Vendors & Products Apple
Apple ios And Ipados
Apple macos
Apple tvos
Apple visionos
Apple watchos

Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Description An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 27 and iPadOS 27, macOS Golden Gate 27, tvOS 27, visionOS 27, watchOS 27. Processing a maliciously crafted font may result in the disclosure of process memory.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apple

Published:

Updated: 2026-09-14T20:51:25.617Z

Reserved: 2026-09-01T21:13:17.758Z

Link: CVE-2026-84596

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-14T21:17:35.193

Modified: 2026-09-14T21:17:35.193

Link: CVE-2026-84596

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-15T08:30:13Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-682

    Incorrect Calculation