CVE-2025-1433
📋 TL;DR
CVE-2025-1433 is an out-of-bounds read vulnerability in Autodesk AutoCAD that allows attackers to craft malicious MODEL files to cause crashes, read sensitive data, or execute arbitrary code. This affects AutoCAD users who open untrusted MODEL files. The vulnerability requires user interaction to open a malicious file.
💻 Affected Systems
- Autodesk AutoCAD
- Autodesk AutoCAD LT
📦 What is this software?
Advance Steel by Autodesk
Advance Steel by Autodesk
Advance Steel by Autodesk
Advance Steel by Autodesk
Autocad by Autodesk
Autocad by Autodesk
Autocad by Autodesk
Autocad by Autodesk
Autocad Mep by Autodesk
Autocad Mep by Autodesk
Autocad Mep by Autodesk
Autocad Mep by Autodesk
Civil 3d by Autodesk
Civil 3d by Autodesk
Civil 3d by Autodesk
Civil 3d by Autodesk
⚠️ 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 crashes and potential information disclosure through memory reads.
If Mitigated
Limited impact with proper file handling policies and user awareness.
🎯 Exploit Status
Exploitation requires user interaction to open a malicious file; no known public exploits.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Check Autodesk security advisory ADSK-SA-2025-0001 for specific patched versions.
Vendor Advisory: https://www.autodesk.com/trust/security-advisories/adsk-sa-2025-0001
Restart Required: No
Instructions:
1. Visit Autodesk's support page for updates. 2. Download and install the latest AutoCAD update. 3. Verify installation through AutoCAD's about dialog.
🔧 Temporary Workarounds
Restrict MODEL file handling
allConfigure AutoCAD to not automatically open MODEL files from untrusted sources.
User awareness training
allTrain users to only open MODEL files from trusted sources.
🧯 If You Can't Patch
- Implement application whitelisting to restrict AutoCAD execution.
- Use network segmentation to isolate AutoCAD systems from critical assets.
🔍 How to Verify
Check if Vulnerable:
Check AutoCAD version against Autodesk's security advisory for affected versions.
Check Version:
In AutoCAD, go to Help > About AutoCAD to view version details.
Verify Fix Applied:
Verify AutoCAD version matches or exceeds the patched version listed in the advisory.
📡 Detection & Monitoring
Log Indicators:
- AutoCAD crash logs with memory access violations
- Unexpected MODEL file processing events
Network Indicators:
- Downloads of MODEL files from untrusted sources
SIEM Query:
EventID=1000 Source=AutoCAD AND ExceptionCode=0xC0000005