CVE-2025-9459
📋 TL;DR
This vulnerability allows attackers to exploit an out-of-bounds read in Autodesk products when processing malicious SLDPRT files. Successful exploitation could lead to crashes, data leakage, or arbitrary code execution. Users of affected Autodesk software are at risk.
💻 Affected Systems
- Autodesk Access
- Other Autodesk products that parse SLDPRT files
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Arbitrary code execution with the privileges of the current user, potentially leading to full system compromise.
Likely Case
Application crash or sensitive data disclosure from memory.
If Mitigated
Application crash with limited data exposure if proper sandboxing and memory protections are enabled.
🎯 Exploit Status
Exploitation requires user interaction to open a malicious file; no authentication bypass needed beyond file access.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Check vendor advisory for specific patched versions
Vendor Advisory: https://www.autodesk.com/trust/security-advisories/adsk-sa-2025-0024
Restart Required: Yes
Instructions:
1. Visit the Autodesk Trust Center advisory.
2. Identify affected products and versions.
3. Download and apply the latest updates from Autodesk.
4. Restart the application or system as required.
🔧 Temporary Workarounds
Restrict SLDPRT file handling
allBlock or limit processing of SLDPRT files from untrusted sources.
Use application sandboxing
allRun Autodesk products in restricted environments to limit impact.
🧯 If You Can't Patch
- Implement strict file validation and scanning for SLDPRT files before opening.
- Isolate affected systems from critical networks and data.
🔍 How to Verify
Check if Vulnerable:
Check installed Autodesk product versions against the vendor advisory.
Check Version:
Check within the Autodesk application's 'About' or 'Help' menu for version details.
Verify Fix Applied:
Confirm that the product version matches or exceeds the patched version listed in the advisory.
📡 Detection & Monitoring
Log Indicators:
- Application crashes or unexpected terminations when opening SLDPRT files.
- Memory access violation errors in application logs.
Network Indicators:
- Unusual file downloads of SLDPRT extensions from untrusted sources.
SIEM Query:
Search for events where Autodesk processes crash or generate memory violation errors.