CVE-2022-24104

7.8 HIGH

📋 TL;DR

CVE-2022-24104 is a use-after-free vulnerability in Adobe Acrobat Reader DC that could allow arbitrary code execution when a user opens a malicious PDF file. This affects users of Acrobat Reader DC versions 20.001.20085 and earlier, 20.005.3031x and earlier, and 17.012.30205 and earlier. Successful exploitation requires user interaction to open a malicious file.

💻 Affected Systems

Products:
  • Adobe Acrobat Reader DC
Versions: 20.001.20085 and earlier, 20.005.3031x and earlier, 17.012.30205 and earlier
Operating Systems: Windows, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. Requires user interaction to open malicious PDF.

📦 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 lateral movement.

🟠

Likely Case

Malicious code execution in the context of the current user, allowing file access, credential theft, and persistence mechanisms.

🟢

If Mitigated

Limited impact if user doesn't open untrusted PDFs, with potential sandbox escape prevented by security controls.

🌐 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.30334, 21.011.20099, and later versions

Vendor Advisory: https://helpx.adobe.com/security/products/acrobat/apsb22-16.html

Restart Required: Yes

Instructions:

1. Open Adobe Acrobat Reader DC. 2. Go to Help > Check for Updates. 3. Follow prompts to install latest version. 4. Restart application after update.

🔧 Temporary Workarounds

Disable JavaScript in PDFs

all

Prevents JavaScript execution in PDF files which may be used in exploitation chains

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

Use Protected View

all

Force all PDFs to open in Protected View mode to limit potential damage

Edit > Preferences > Security (Enhanced) > Check 'Enable Protected View at startup'

🧯 If You Can't Patch

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

🔍 How to Verify

Check if Vulnerable:

Check Help > About Adobe Acrobat Reader DC and compare version against affected ranges

Check Version:

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

Verify Fix Applied:

Verify version is 20.005.30334 or higher, or 21.011.20099 or higher

📡 Detection & Monitoring

Log Indicators:

  • Acrobat crash logs with memory access violations
  • Unexpected child processes spawned from Acrobat.exe

Network Indicators:

  • Outbound connections from Acrobat.exe to suspicious domains
  • DNS requests for known malicious domains after PDF opening

SIEM Query:

process_name:"Acrobat.exe" AND (event_id:1000 OR event_id:1001) AND exception_code:0xc0000005

🔗 References

📤 Share & Export