CVE-2024-9997
29.10.2024, 22:15
A maliciously crafted DWG file when parsed in acdb25.dll 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.
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-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.