Buffer Overflow Vulnerability in Assimp FBX Importer
CVE-2025-70067
9.8CRITICAL
What is CVE-2025-70067?
A buffer overflow vulnerability exists in the FBX Importer of Assimp, allowing attackers to exploit the aiMaterial::AddBinaryProperty function. When a property key string from a crafted FBX file is copied into a fixed-size heap buffer using the unsafe strcpy() function, it may lead to memory corruption and potentially arbitrary code execution. Proper validation of the input length is lacking, making this vulnerability a significant security concern for users of Assimp versions up to 6.0.2.
