CVE-2026-34704 Overview
CVE-2026-34704 is a NULL pointer dereference vulnerability [CWE-476] in Adobe InDesign Desktop. The flaw affects versions 21.3, 20.5.3, and earlier on both Windows and macOS. An attacker who convinces a user to open a crafted file can trigger the dereference and crash the application, producing a denial-of-service condition. The vulnerability requires local access and user interaction, and it does not impact confidentiality or integrity. Adobe has published a security advisory tracking this issue under bulletin APSB26-58.
Critical Impact
A malicious InDesign document can crash the application on a targeted workstation, disrupting design workflows and causing loss of unsaved work.
Affected Products
- Adobe InDesign Desktop 21.3 and earlier
- Adobe InDesign Desktop 20.5.3 and earlier
- Microsoft Windows and Apple macOS installations of the affected versions
Discovery Timeline
- 2026-06-09 - CVE-2026-34704 published to the National Vulnerability Database
- 2026-06-10 - Last updated in NVD database
Technical Details for CVE-2026-34704
Vulnerability Analysis
The vulnerability is a NULL pointer dereference inside Adobe InDesign Desktop's file parsing logic. When InDesign processes a malformed document, an internal code path accesses a pointer that was never assigned a valid object reference. Dereferencing the unset pointer causes the process to read from address zero and crash. The result is an application denial-of-service that terminates the InDesign session.
The attack is local and requires user interaction. A victim must download and open a crafted file in a vulnerable InDesign build. There is no network attack vector and no privilege escalation. Exploitation does not yield code execution, data exposure, or persistence on the host, but it can interrupt active design sessions and discard unsaved work.
At time of publication there is no public proof-of-concept, no entry on the CISA Known Exploited Vulnerabilities list, and no reports of in-the-wild exploitation. The EPSS data reflects a low probability of near-term exploitation activity.
Root Cause
The defect is classified as CWE-476: NULL Pointer Dereference. A parsing routine fails to validate that an object pointer was successfully initialized before dereferencing it. Crafted structures inside the input file steer the parser down a path where the pointer remains null, causing an access violation when the code reads through it.
Attack Vector
An attacker hosts or emails a malicious InDesign-compatible file. The victim opens the file in an affected InDesign Desktop version on Windows or macOS. InDesign parses the malformed content, hits the unvalidated pointer, and crashes. No remote network path or elevated privileges are required.
No verified exploit code is publicly available. See the Adobe InDesign Security Advisory APSB26-58 for vendor-supplied technical details.
Detection Methods for CVE-2026-34704
Indicators of Compromise
- Unexpected InDesign.exe or Adobe InDesign process crashes correlated with opening externally sourced .indd, .idml, or related document files
- Windows Application event log entries showing access violation faults in the InDesign process module
- macOS crash reports under ~/Library/Logs/DiagnosticReports/ referencing InDesign and an EXC_BAD_ACCESS signal
Detection Strategies
- Monitor endpoint telemetry for repeated InDesign crash events originating from documents received via email or file-sharing platforms
- Correlate file download events with subsequent InDesign process termination to identify potential weaponized documents
- Inspect suspicious InDesign files in an isolated sandbox before distributing them to design teams
Monitoring Recommendations
- Forward Windows Application and Reliability logs and macOS unified logs to a central SIEM for InDesign crash analysis
- Alert on clusters of InDesign crash events across multiple users, which may indicate a malicious document circulating internally
- Track the deployment status of patched InDesign builds across managed endpoints to confirm remediation coverage
How to Mitigate CVE-2026-34704
Immediate Actions Required
- Update Adobe InDesign Desktop to the fixed versions identified in Adobe Security Bulletin APSB26-58
- Instruct users to avoid opening InDesign documents from untrusted senders or unknown web sources until patched
- Inventory InDesign installations across Windows and macOS endpoints to identify vulnerable builds
Patch Information
Adobe addressed CVE-2026-34704 in the security update referenced by bulletin APSB26-58. Administrators should apply the updates published by Adobe to InDesign Desktop 21.x and 20.x release tracks. Refer to the Adobe InDesign Security Advisory for exact fixed version numbers and download locations.
Workarounds
- Restrict InDesign document handling to files originating from verified internal sources and trusted partners
- Open untrusted InDesign documents only on isolated or non-production systems until patching is complete
- Enable automatic updates for Adobe Creative Cloud applications to reduce exposure windows for future InDesign advisories
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

