CVE-2024-9489
29.10.2024, 22:15
A maliciously crafted DWG file when parsed in ACAD.exe through Autodesk AutoCAD can force a Memory Corruption 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_lt | 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 |
autodesk | dwg_trueview | 2025 ≤ 𝑥 < 2025.1.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.