Cyber Resilience

CVE-2026-34631

High

Published: 14 April 2026

Published
14 April 2026
Modified
15 April 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.0004 11.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-34631 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Adobe Incopy. 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 11.3th 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-34631 is an out-of-bounds write vulnerability (CWE-787) affecting Adobe InCopy versions 20.5.2, 21.2, and earlier. The flaw resides in the software and can result in arbitrary code execution in the context of the current user.

Exploitation requires user interaction, as a victim must open a malicious file. An attacker with local access (AV:L) and no privileges (PR:N) can deliver the file, tricking the user into opening it with low attack complexity (AC:L). Successful exploitation grants arbitrary code execution with the current user's privileges, yielding high impacts on confidentiality, integrity, and availability (CVSS v3.1 score: 7.8; AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).

Adobe Security Bulletin APSB26-33 provides details on the vulnerability and mitigation at https://helpx.adobe.com/security/products/incopy/apsb26-33.html. The bulletin was referenced in the CVE published on 2026-04-14.

EU & UK References

Vulnerability details

InCopy versions 20.5.2, 21.2 and earlier are affected by an out-of-bounds write 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 victim must open…

more

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?

Out-of-bounds write in Adobe InCopy enables arbitrary code execution when user opens malicious file (T1204.002 Malicious File); directly maps to client application exploitation for code execution (T1203).

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

CVEs Like This One

CVE-2026-21281Same product: Adobe Incopy
CVE-2026-27287Same product: Adobe Incopy
CVE-2025-21132Same product: Apple Macos
CVE-2026-34636Same product: Apple Macos
CVE-2025-27166Same product: Apple Macos
CVE-2025-21130Same product: Apple Macos
CVE-2026-21318Same product: Apple Macos
CVE-2025-21131Same product: Apple Macos
CVE-2025-27169Same product: Apple Macos
CVE-2025-21157Same product: Apple Macos

Affected Assets

adobe
incopy
≤ 20.5.3 · 21.0 — 21.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly remediates the out-of-bounds write vulnerability in Adobe InCopy by requiring timely identification, reporting, and application of patches from Adobe Security Bulletin APSB26-33.

prevent

Implements memory protection mechanisms such as address space layout randomization and data execution prevention to minimize the impact of out-of-bounds write exploits leading to arbitrary code execution.

preventdetect

Deploys malicious code protection tools to scan and block malicious files that exploit the vulnerability when opened by users in InCopy.

References