Cyber Resilience

CVE-2026-21275

High

Published: 13 January 2026

Published
13 January 2026
Modified
14 January 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0002 6.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-21275 is a high-severity Access of Uninitialized Pointer (CWE-824) vulnerability in Adobe Indesign. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 6.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-21275 is an Access of Uninitialized Pointer vulnerability (CWE-824) affecting Adobe InDesign Desktop versions 21.0, 19.5.5, and earlier. The flaw allows arbitrary code execution in the context of the current user when processing malicious files. It has a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H), indicating high impact with local access required, low attack complexity, no privileges needed, and user interaction.

Exploitation requires a victim to open a specially crafted malicious file in a vulnerable InDesign instance, enabling an attacker with local access to the system to achieve arbitrary code execution as the current user. This could lead to full compromise of the user's session, including high confidentiality, integrity, and availability impacts, though it does not escalate privileges or change scope.

Adobe's security bulletin (APSB26-02) at https://helpx.adobe.com/security/products/indesign/apsb26-02.html provides details on the vulnerability and available patches for mitigation. Security practitioners should ensure affected InDesign versions are updated promptly to address this issue.

EU & UK References

Vulnerability details

InDesign Desktop versions 21.0, 19.5.5 and earlier are affected by an Access of Uninitialized Pointer vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a…

more

victim must open a malicious file.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Uninitialized pointer flaw in desktop client enables arbitrary code execution upon opening a crafted malicious file (T1204.002), directly matching exploitation for client execution (T1203).

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

CVEs Like This One

CVE-2026-21276Same product: Adobe Indesign
CVE-2026-21277Same product: Adobe Indesign
CVE-2025-24453Same product: Adobe Indesign
CVE-2025-27171Same product: Adobe Indesign
CVE-2025-27166Same product: Adobe Indesign
CVE-2025-21123Same product: Adobe Indesign
CVE-2026-27238Same product: Adobe Indesign
CVE-2025-21157Same product: Adobe Indesign
CVE-2025-21158Same product: Adobe Indesign
CVE-2025-24452Same product: Adobe Indesign

Affected Assets

adobe
indesign
≤ 20.5.1 · 21.0 — 21.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates timely identification, reporting, and patching of known flaws like CVE-2026-21275 in vulnerable Adobe InDesign versions to prevent exploitation.

prevent

Implements memory protection mechanisms such as ASLR and DEP that directly mitigate uninitialized pointer dereference vulnerabilities leading to arbitrary code execution.

preventdetect

Deploys endpoint malicious code protection to scan and block specially crafted malicious InDesign files prior to user interaction and opening.

References