CVE-2025-21157

7.8 HIGH

📋 TL;DR

Adobe InDesign has an out-of-bounds write vulnerability that allows arbitrary code execution when a user opens a malicious file. This affects users of InDesign Desktop versions ID20.0, ID19.5.1 and earlier. Attackers can gain the same privileges as the current user through crafted documents.

💻 Affected Systems

Products:
  • Adobe InDesign Desktop
Versions: ID20.0, ID19.5.1 and earlier
Operating Systems: Windows, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default installations of affected versions are vulnerable. No special configuration required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with attacker gaining the same privileges as the current user, potentially leading to data theft, ransomware deployment, or persistent backdoor installation.

🟠

Likely Case

Local privilege escalation leading to data exfiltration, credential harvesting, or installation of additional malware on the affected system.

🟢

If Mitigated

Limited impact with proper application sandboxing and user privilege restrictions, potentially containing the exploit to the application context.

🌐 Internet-Facing: LOW - Exploitation requires user interaction to open malicious files, not directly exploitable over network.
🏢 Internal Only: MEDIUM - Internal users could be targeted via phishing or shared malicious documents, but requires user interaction.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires user interaction (opening malicious file). No public exploit code available at time of analysis.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: ID20.1 and ID19.5.2

Vendor Advisory: https://helpx.adobe.com/security/products/indesign/apsb25-01.html

Restart Required: No

Instructions:

1. Open Adobe Creative Cloud application. 2. Navigate to 'Apps' tab. 3. Find InDesign and click 'Update'. 4. Alternatively, download from Adobe website and install over existing version.

🔧 Temporary Workarounds

Restrict InDesign file handling

all

Configure system to open .indd files with alternative applications or require verification before opening.

🧯 If You Can't Patch

  • Implement application whitelisting to prevent unauthorized InDesign execution
  • Restrict user privileges to standard user accounts (not administrator)

🔍 How to Verify

Check if Vulnerable:

Check InDesign version via Help > About InDesign. If version is ID20.0, ID19.5.1 or earlier, system is vulnerable.

Check Version:

On Windows: Check registry HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\InDesign\[Version]\ProductVersion. On macOS: Check /Applications/Adobe InDesign [Version]/Contents/Info.plist CFBundleShortVersionString

Verify Fix Applied:

Verify version is ID20.1 or ID19.5.2 or later in Help > About InDesign.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected InDesign crashes
  • Suspicious child processes spawned from InDesign
  • Unusual file access patterns from InDesign process

Network Indicators:

  • Outbound connections from InDesign process to unknown IPs
  • DNS requests for suspicious domains from InDesign

SIEM Query:

process_name:"InDesign.exe" AND (event_type:process_creation OR event_type:crash)

🔗 References

📤 Share & Export