| 제목 | Assimp commit 17c12da Memory Corruption |
|---|
| 설명 | A heap-use-after-free vulnerability exists in Assimp when parsing malformed ASE files. The flaw occurs in the `aiNode::~aiNode()` destructor at `scene.cpp:150` during recursive node cleanup. Due to improper parsing of malicious input, an invalid node hierarchy is constructed. During recursive destruction, the program attempts to access member variables (`mNumChildren`, `mChildren`) of an already-freed aiNode object, resulting in an illegal heap memory read. This leads to an immediate program crash and potential memory corruption. Remote attackers can exploit this vulnerability via a crafted ASE file to cause a denial-of-service (DoS) condition. |
|---|
| 원천 | ⚠️ https://github.com/assimp/assimp/issues/6617 |
|---|
| 사용자 | TYGLS (UID 94774) |
|---|
| 제출 | 2026. 05. 07. AM 04:58 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 31. AM 10:11 (24 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367511 [Assimp 까지 6.0.4 ASE File Parser scene.cpp aiNode::~aiNode 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|