| タイトル | Assimp commit 17c12da Heap-based Buffer Overflow |
|---|
| 説明 | A heap-buffer-overflow vulnerability exists in Assimp's 3DGS MDL7 bone transformation key parser within the Assimp::MDLImporter::ParseBoneTrafoKeys_3DGS_MDL7() function atMDLLoader.cpp:1691. The flaw is caused by missing buffer boundary validation when iterating over bone transformation data. The function relies on the untrusted `transmatrix_count` value read directly from the MDL7 file to control loop iterations, and increments the `pcBoneTransforms` pointer by a fixed structure size in each cycle without checking whether the pointer stays within the valid bounds of the allocated file buffer. A maliciously crafted or truncated MDL7 file can force the pointer beyond the valid frame data region, triggering an out-of-bounds 2-byte heap memory read. This vulnerability results in memory corruption and application crash, and remote attackers can exploit this issue via a specially crafted MDL model file to conduct denial-of-service (DoS) attacks. |
|---|
| ソース | ⚠️ https://github.com/assimp/assimp/issues/6633 |
|---|
| ユーザー | TYGLS (UID 94774) |
|---|
| 送信 | 2026年06月29日 14:49 (2 月 ago) |
|---|
| モデレーション | 2026年08月16日 20:12 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 391200 [Open Asset Import Library Assimp 17c12da 3DGS MDL7 Bone Transformation Key Parser MDLLoader.cpp ParseBoneTrafoKeys_3DGS_MDL7 transmatrix_count/pcBoneTransforms メモリ破損] |
|---|
| ポイント | 20 |
|---|