7.8
CVE-2024-8592
- EPSS 0.1%
- Veröffentlicht 29.10.2024 22:15:06
- Zuletzt bearbeitet 01.11.2024 16:22:30
- Quelle psirt@autodesk.com
- CVE-Watchlists
- Unerledigt
A maliciously crafted CATPART file when parsed in AcTranslators.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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Autodesk ≫ Autocad Advance Steel Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Architecture Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Civil 3d Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Electrical Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Mechanical Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Mep Version >= 2024 < 2024.1.6
Autodesk ≫ Autocad Plant 3d Version >= 2024 < 2024.1.6
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.1% | 0.272 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| psirt@autodesk.com | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product 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 Write
The product writes data past the end, or before the beginning, of the intended buffer.