CVE-2025-1650

7.8 HIGH

📋 TL;DR

This vulnerability allows attackers to exploit an uninitialized variable in Autodesk AutoCAD when processing malicious CATPRODUCT files. Successful exploitation could lead to crashes, sensitive data disclosure, or arbitrary code execution. All AutoCAD users who open untrusted CATPRODUCT files are affected.

💻 Affected Systems

Products:
  • Autodesk AutoCAD
  • Autodesk AutoCAD LT
Versions: 2022 and earlier versions (specific versions detailed in vendor advisory)
Operating Systems: Windows, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability triggers when opening malicious CATPRODUCT files; default AutoCAD installations are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution with the same privileges as the AutoCAD process, potentially leading to full system compromise.

🟠

Likely Case

Application crash or denial of service, with potential for limited data leakage.

🟢

If Mitigated

No impact if proper file handling controls and patching are implemented.

🌐 Internet-Facing: LOW
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction to open a malicious file; no public exploit code is currently available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Latest AutoCAD 2022 updates (specific version in vendor advisory)

Vendor Advisory: https://www.autodesk.com/trust/security-advisories/adsk-sa-2025-0001

Restart Required: No

Instructions:

1. Open AutoCAD. 2. Navigate to Help > Check for Updates. 3. Install all available updates. 4. Verify installation by checking version.

🔧 Temporary Workarounds

Restrict CATPRODUCT file handling

all

Block or restrict opening of CATPRODUCT files from untrusted sources.

🧯 If You Can't Patch

  • Implement application whitelisting to prevent execution of malicious files.
  • Educate users to avoid opening CATPRODUCT files from unknown or untrusted sources.

🔍 How to Verify

Check if Vulnerable:

Check AutoCAD version against affected versions listed in vendor advisory.

Check Version:

In AutoCAD, type ABOUT or check Help > About AutoCAD.

Verify Fix Applied:

Verify AutoCAD version is updated to latest patch version.

📡 Detection & Monitoring

Log Indicators:

  • Application crashes when opening CATPRODUCT files
  • Unusual file access patterns

Network Indicators:

  • Downloads of CATPRODUCT files from untrusted sources

SIEM Query:

EventID=1000 OR EventID=1001 AND ProcessName='acad.exe' AND FileExtension='.CATPRODUCT'

🔗 References

📤 Share & Export