CVE-2024-8591
29.10.2024, 22:15
A maliciously crafted 3DM file when parsed in AcTranslators.exe through Autodesk AutoCAD can force a Heap-Based Buffer Overflow vulnerability. A malicious actor can leverage this vulnerability to cause a crash, write sensitive data, or execute arbitrary code in the context of the current process.Enginsight
Vendor | Product | Version |
---|---|---|
autodesk | autocad | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_advance_steel | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_architecture | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_civil_3d | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_electrical | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_mechanical | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_mep | 2025 ≤ 𝑥 < 2025.1.1 |
autodesk | autocad_plant_3d | 2025 ≤ 𝑥 < 2025.1.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.