| 제목 | Assimp commit 17c12da Heap-based Buffer Overflow |
|---|
| 설명 | A heap-buffer-overflow vulnerability exists in Assimp's Half-Life 1 MDL loader within the `HL1MDLLoader::read_meshes()` function. The flaw is caused by insufficient bone index validation when parsing malformed MDL files. The file header declares a small number of bones (e.g., 1 bone), but the vertex data references an out-of-bounds bone index (e.g., index 5). The code directly accesses the bone array using the unvalidated index without boundary checks, leading to an out-of-bounds heap read, application crash, and potential information disclosure. Remote attackers can exploit this vulnerability via a crafted MDL file to cause a denial-of-service (DoS) condition. |
|---|
| 원천 | ⚠️ https://github.com/assimp/assimp/issues/6614 |
|---|
| 사용자 | TYGLS (UID 94774) |
|---|
| 제출 | 2026. 05. 07. AM 04:47 (30 날 ago) |
|---|
| 모더레이션 | 2026. 05. 31. AM 10:11 (24 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367508 [Assimp 까지 6.0.4 Half-Life 1 MDL Loader HL1MDLLoader.cpp read_meshes 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|