CVE-2023-27911
17.04.2023, 21:15
A user may be tricked into opening a malicious FBX file that may exploit a heap buffer overflow vulnerability in Autodesk FBX SDK 2020 or prior which may lead to code execution.Enginsight
Vendor | Product | Version |
---|---|---|
autodesk | fbx_software_development_kit | 2020.0 ≤ 𝑥 < 2020.3.4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- 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().