Adobe InDesign, Use After Free, CVE-2025-47106 (Critical)

Listen to this Post

How the CVE Works

CVE-2025-47106 is a Use-After-Free (UAF) vulnerability in Adobe InDesign (versions ID20.2, ID19.5.3, and earlier). When a victim opens a maliciously crafted file, the software fails to properly manage memory pointers, allowing an attacker to access freed memory. This can lead to sensitive data disclosure, including memory addresses that bypass ASLR protections. The exploit requires user interaction but can result in arbitrary code execution if combined with additional vulnerabilities.

DailyCVE Form

Platform: Adobe InDesign
Version: ID20.2, ID19.5.3
Vulnerability: Use-After-Free
Severity: Critical
Date: 06/16/2025

Prediction: Patch by 07/15/2025

What Undercode Say

Analytics:

$ memdump -p indesign.exe
$ gdb --batch --ex 'x/x (void)0xdeadbeef'

Exploit:

with open("exploit.indd", "wb") as f:
f.write(trigger_uaf_payload)

Protection from this CVE:

  • Disable script execution
  • Patch when available
  • Restrict file sources

Impact:

  • Memory corruption
  • ASLR bypass
  • Arbitrary code execution

Sources:

Reported By: nvd.nist.gov
Extra Source Hub:
Undercode

Join Our Cyber World:

💬 Whatsapp | 💬 TelegramFeatured Image

Scroll to Top