CVE-2023-27910
17.04.2023, 21:15
A user may be tricked into opening a malicious FBX file that may exploit a stack 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-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).