CVE-2022-37356

7.8 HIGH

📋 TL;DR

CVE-2022-37356 is a buffer overflow vulnerability in PDF-XChange Editor's JPG file parser that allows remote code execution when a user opens a malicious PDF containing a crafted JPG image. Attackers can exploit this to run arbitrary code with the same privileges as the PDF-XChange Editor process. All users of affected PDF-XChange Editor versions are vulnerable.

💻 Affected Systems

Products:
  • PDF-XChange Editor
Versions: Versions prior to 9.3.361.0
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: All installations with affected versions are vulnerable when processing JPG files within PDF documents.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise through remote code execution leading to data theft, ransomware deployment, or persistent backdoor installation.

🟠

Likely Case

Malware installation or data exfiltration when users open malicious PDF files from untrusted sources.

🟢

If Mitigated

Limited impact if application runs with minimal privileges and proper endpoint protection blocks malicious files.

🌐 Internet-Facing: MEDIUM - Requires user interaction to open malicious file, but PDFs are commonly shared via email and web.
🏢 Internal Only: MEDIUM - Internal users could be tricked into opening malicious PDFs via phishing or shared drives.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

User interaction required (opening malicious PDF), but exploitation is straightforward once the file is opened. ZDI published details but no public exploit code.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 9.3.361.0 and later

Vendor Advisory: https://www.tracker-software.com/product/pdf-xchange-editor/history

Restart Required: Yes

Instructions:

1. Open PDF-XChange Editor. 2. Go to Help > Check for Updates. 3. Follow prompts to update to version 9.3.361.0 or later. 4. Restart the application.

🔧 Temporary Workarounds

Disable JPG processing

windows

Configure PDF-XChange Editor to disable JPG image processing (may break legitimate functionality)

Application control

windows

Use Windows AppLocker or similar to restrict PDF-XChange Editor from executing unknown code

🧯 If You Can't Patch

  • Run PDF-XChange Editor with minimal user privileges (not as administrator)
  • Implement email filtering to block PDF attachments from untrusted sources

🔍 How to Verify

Check if Vulnerable:

Open PDF-XChange Editor, go to Help > About, check if version is below 9.3.361.0

Check Version:

Not applicable - check via GUI in Help > About

Verify Fix Applied:

Confirm version is 9.3.361.0 or higher in Help > About dialog

📡 Detection & Monitoring

Log Indicators:

  • Application crashes when processing PDF files
  • Unusual child processes spawned from PDF-XChange Editor

Network Indicators:

  • Outbound connections from PDF-XChange Editor to unknown IPs after opening PDF

SIEM Query:

Process Creation where ParentImage contains 'PDFXEdit.exe' AND NOT (Image contains expected processes)

🔗 References

📤 Share & Export