CVE-2025-10887
📋 TL;DR
This vulnerability allows attackers to execute arbitrary code by tricking users into opening malicious MODEL files in affected Autodesk products. The memory corruption occurs during file parsing, enabling code execution with the same privileges as the current process. Users of vulnerable Autodesk software versions are affected.
💻 Affected Systems
- Autodesk Access
- Other Autodesk products mentioned in advisory
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete system compromise through remote code execution, potentially leading to data theft, ransomware deployment, or lateral movement within the network.
Likely Case
Local privilege escalation or malware installation when users open malicious files, potentially leading to credential theft or data exfiltration.
If Mitigated
Limited impact with proper application sandboxing and user privilege restrictions, though file parsing errors may still cause crashes.
🎯 Exploit Status
Exploitation requires user interaction to open malicious files; no public exploit code known at this time.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Versions specified in Autodesk Security Advisory ADSK-SA-2025-0024
Vendor Advisory: https://www.autodesk.com/trust/security-advisories/adsk-sa-2025-0024
Restart Required: Yes
Instructions:
1. Review Autodesk Security Advisory ADSK-SA-2025-0024. 2. Identify affected products and versions. 3. Update to patched versions through Autodesk Access or official download channels. 4. Restart systems after installation.
🔧 Temporary Workarounds
Restrict MODEL file handling
allConfigure systems to open MODEL files only in trusted applications or sandboxed environments
User awareness training
allTrain users to avoid opening MODEL files from untrusted sources
🧯 If You Can't Patch
- Implement application whitelisting to prevent unauthorized code execution
- Use endpoint detection and response (EDR) solutions to monitor for suspicious file parsing behavior
🔍 How to Verify
Check if Vulnerable:
Check installed Autodesk product versions against those listed in Autodesk Security Advisory ADSK-SA-2025-0024
Check Version:
Check within Autodesk product Help > About or system application list
Verify Fix Applied:
Verify installed version matches or exceeds patched versions specified in the advisory
📡 Detection & Monitoring
Log Indicators:
- Application crashes during MODEL file parsing
- Unusual process spawning from Autodesk applications
- File access errors in application logs
Network Indicators:
- Unexpected outbound connections from Autodesk processes
- File downloads followed by immediate parsing attempts
SIEM Query:
Process creation where parent process contains 'autodesk' AND (command line contains '.model' OR file extension is '.model')