CVE-2024-34094

7.8 HIGH

📋 TL;DR

CVE-2024-34094 is a use-after-free vulnerability in Adobe Acrobat Reader that could allow arbitrary code execution when a user opens a malicious PDF file. This affects users of Acrobat Reader versions 20.005.30574, 24.002.20736 and earlier. Successful exploitation requires user interaction but could lead to complete system compromise.

💻 Affected Systems

Products:
  • Adobe Acrobat Reader DC
  • Adobe Acrobat Reader
Versions: 20.005.30574 and earlier, 24.002.20736 and earlier
Operating Systems: Windows, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. Requires user to open a malicious PDF file.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with attacker gaining full control of the victim's computer, data theft, ransomware deployment, and lateral movement within the network.

🟠

Likely Case

Malware installation leading to data exfiltration, credential theft, or system disruption for individual users who open malicious PDFs.

🟢

If Mitigated

Limited impact with proper application sandboxing, endpoint protection, and user awareness preventing malicious file execution.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 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 disclosure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 20.005.30575 and 24.002.20737

Vendor Advisory: https://helpx.adobe.com/security/products/acrobat/apsb24-29.html

Restart Required: Yes

Instructions:

1. Open Adobe Acrobat Reader. 2. Go to Help > Check for Updates. 3. Follow prompts to install available updates. 4. Restart the application when prompted.

🔧 Temporary Workarounds

Disable JavaScript in Adobe Reader

all

Prevents JavaScript execution which may be used in exploitation chains

Edit > Preferences > JavaScript > Uncheck 'Enable Acrobat JavaScript'

Use Protected View

all

Open PDFs in Protected View mode to limit potential damage

File > Open > Select 'Open in Protected View' or enable in Preferences > Security (Enhanced)

🧯 If You Can't Patch

  • Block PDF files from untrusted sources at email gateways and web proxies
  • Implement application whitelisting to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Adobe Acrobat version via Help > About Adobe Acrobat Reader DC

Check Version:

On Windows: wmic product where name="Adobe Acrobat Reader DC" get version

Verify Fix Applied:

Verify version is 20.005.30575 or higher for continuous track, or 24.002.20737 or higher for classic track

📡 Detection & Monitoring

Log Indicators:

  • Unexpected process crashes of AcroRd32.exe or Acrobat.exe
  • Suspicious child processes spawned from Adobe Reader

Network Indicators:

  • Outbound connections from Adobe Reader process to unknown IPs
  • DNS requests for suspicious domains after PDF opening

SIEM Query:

process_name:AcroRd32.exe AND (event_id:1 OR parent_process_name:cmd.exe OR parent_process_name:powershell.exe)

🔗 References

📤 Share & Export