Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
File must be opened locally by a user (AV:L, UI:R) with no prior privileges (PR:N); memory corruption yields full code execution, so C/I/A all High.
Primary rating from Vendor (autodesk).
CVSS VectorVendor: autodesk
Lifecycle Timeline
2DescriptionCVE.org
A maliciously crafted DXF file, when parsed through Autodesk AutoCAD, can force a Heap-Based Overflow vulnerability. A malicious actor can leverage this vulnerability to cause a crash, read sensitive data, or execute arbitrary code in the context of the current process.
AnalysisAI
Arbitrary code execution in Autodesk AutoCAD, AutoCAD LT, and DWG TrueView occurs when a user opens a maliciously crafted DXF file, triggering a heap-based buffer overflow (CWE-122) in the file parser. A local attacker who convinces a victim to open the file can crash the application, read sensitive in-process memory, or run code in the context of the current user. There is no public exploit identified at time of analysis, and the file-format vector plus required user interaction places this in the classic 'malicious drawing file' threat model rather than remote mass exploitation.
Technical ContextAI
The affected technology is Autodesk's DWG/DXF drawing-file parsing engine shared across AutoCAD, AutoCAD LT, and the free DWG TrueView viewer (per the CPE strings cpe:2.3:a:autodesk:autocad, :autocad_lt, and :dwg_trueview). DXF (Drawing Exchange Format) is an ASCII/binary CAD interchange format whose records are read into heap-allocated structures during import. CWE-122 (Heap-Based Buffer Overflow) indicates the parser writes attacker-controlled data past the bounds of a heap allocation - typically from a length or count field in the DXF stream that is trusted without validation - allowing adjacent heap metadata or object pointers to be corrupted, which is the root cause enabling both information disclosure and code execution.
RemediationAI
Patch available per vendor advisory: apply the updates published in Autodesk security advisory ADSK-SA-2026-0009 (https://www.autodesk.com/trust/security-advisories/adsk-sa-2026-0009), deploying them through Autodesk Access for AutoCAD and AutoCAD LT (https://www.autodesk.com/products/autodesk-access/overview) and by updating DWG TrueView to the fixed build (https://www.autodesk.com/products/dwg-trueview/overview); the input did not include an exact fix version, so confirm the specific patched build in the advisory. Until patched, treat DXF/DWG files from untrusted or external sources as hostile: do not open files received by email or download without validation, restrict opening of externally-sourced drawings to isolated or sandboxed workstations, and preview questionable files in an environment where a crash or code execution cannot reach sensitive data - the trade-off being reduced convenience in normal CAD collaboration workflows where external file exchange is routine.
A maliciously crafted MODEL, SLDASM, SAT or CATPART file when parsed through Autodesk AutoCAD 2024 and 2023 could cause
A maliciously crafted PRT file when parsed through Autodesk AutoCAD 2024 and 2023 can be used to cause an Out-Of-Bounds
A maliciously crafted CATPART file when parsed through Autodesk AutoCAD 2024 and 2023 can be used to cause an Out-Of-Bou
A maliciously crafted MODEL file when parsed through Autodesk AutoCAD 2024 and 2023 can be used to cause a Heap-Based Bu
A maliciously crafted JPG file, when linked or imported into certain Autodesk applications, can force a Heap-Based Overf
A maliciously crafted MODEL file, when parsed through Autodesk AutoCAD, can force an Out-of-Bounds Read vulnerability. R
A maliciously crafted MODEL file, when parsed through Autodesk AutoCAD, can force a Heap-Based Overflow vulnerability. R
A maliciously crafted CATPRODUCT file, when parsed through Autodesk AutoCAD, can force an Uninitialized Variable vulnera
A maliciously crafted CATPRODUCT file, when parsed through Autodesk AutoCAD, can force an Uninitialized Variable vulnera
A maliciously crafted MODEL file, when parsed through Autodesk AutoCAD, can force an Out-of-Bounds Read vulnerability. R
A maliciously crafted 3DM file, when parsed through Autodesk AutoCAD, can force a Use-After-Free vulnerability. Rated hi
A maliciously crafted SLDPRT file, when parsed through Autodesk AutoCAD, can force an Out-of-Bounds Read vulnerability.
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50373
GHSA-6j5h-wf67-fv42