| 제목 | Assimp commit 17c12da Heap-based Buffer Overflow |
|---|
| 설명 | A heap-based buffer over-read vulnerability exists in Assimp Library's LWS/LWO animation parsing module within the Assimp::LWO::AnimResolver::UpdateAnimRangeSetup function atLWOAnimation.cpp:227. The flaw is caused by insufficient boundary checks for vector iterators during animation key frame traversal. When processing a maliciously crafted malformed LWS or LWO animation file, the program executes a loop that only terminates based on a custom iterator comparison it2 != n, without verifying whether the iterator exceeds the valid range of the std::vector<Assimp::LWO::Key> container. An invalid overrun iterator can make the loop continue traversing beyond the vector’s allocated heap memory boundary. This triggers an 8-byte out-of-bounds heap memory read when accessing animation key data at line 227, corrupting memory and causing program crash during model animation parsing. Remote attackers can exploit this vulnerability by supplying a specially malformed LWS/LWO model file. Successful exploitation can trigger denial-of-service (DoS) attacks via program crash, and may lead to sensitive memory information disclosure due to invalid out-of-bounds memory access. |
|---|
| 원천 | ⚠️ https://github.com/assimp/assimp/issues/6621 |
|---|
| 사용자 | TYGLS (UID 94774) |
|---|
| 제출 | 2026. 06. 01. AM 08:13 (1 월 ago) |
|---|
| 모더레이션 | 2026. 07. 03. PM 03:44 (1 month later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 303104 [Open Asset Import Library Assimp 5.4.3 LWO File LWOAnimation.cpp UpdateAnimRangeSetup 메모리 손상] |
|---|
| 포인트들 | 0 |
|---|