CVE-2025-70067: Assimp: Assimp: Buffer overflow in FBX Importer allows arbitrary code execution via crafted file.

Severity: Critical

CVSS Score: 9.8

Buffer Overflow vulnerability exists in Assimp versions up to 6.0.2 in the FBX Importer. The vulnerability occurs in aiMaterial::AddBinaryProperty, where a property key string from a crafted FBX file is copied into a fixed-size heap buffer using strcpy() without runtime length validation