CVE-2023-41140
23.11.2023, 04:15
A maliciously crafted PRT file when parsed through Autodesk AutoCAD 2024 and 2023 can be used to cause a Heap-Based Buffer Overflow. 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.Enginsight
Vendor | Product | Version |
---|---|---|
autodesk | autocad | 𝑥 < 2024.1 |
autodesk | autocad | 2023.0.0 ≤ 𝑥 < 2023.1.4 |
autodesk | autocad | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_advance_steel | 𝑥 < 2023.1.4 |
autodesk | autocad_advance_steel | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_architecture | 𝑥 < 2023.1.4 |
autodesk | autocad_architecture | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_civil_3d | 𝑥 < 2023.1.4 |
autodesk | autocad_civil_3d | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_electrical | 𝑥 < 2023.1.4 |
autodesk | autocad_electrical | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_lt | 𝑥 < 2023.1.4 |
autodesk | autocad_lt | 𝑥 < 2024.1 |
autodesk | autocad_lt | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_map_3d | 𝑥 < 2023.1.4 |
autodesk | autocad_map_3d | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_mechanical | 𝑥 < 2023.1.4 |
autodesk | autocad_mechanical | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_mep | 𝑥 < 2023.1.4 |
autodesk | autocad_mep | 2024.0.0 ≤ 𝑥 < 2024.1.1 |
autodesk | autocad_plant_3d | 𝑥 < 2023.1.4 |
autodesk | autocad_plant_3d | 2024.0.0 ≤ 𝑥 < 2024.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.