제출 #658075: Open Asset Import Library Assimp 6.0.2 / master commit 0581ed5 Uncontrolled Memory Allocation정보

제목Open Asset Import Library Assimp 6.0.2 / master commit 0581ed5 Uncontrolled Memory Allocation
설명The bug occurs in the Q3DImporter::InternReadFile function, where the importer reads the number of materials (numMats) directly from the input file without validation. This value is then used in a call to materials.reserve(numMats) and later in a loop with materials.emplace_back(). Since numMats is attacker-controlled, a malicious file can specify an extremely large value, leading the program to request an allocation far exceeding addressable memory. This results in an allocation-size-too-big error under ASan and causes the process to terminate.
원천⚠️ https://github.com/assimp/assimp/issues/6356
사용자
 sand (UID 90194)
제출2025. 09. 18. PM 03:44 (9 개월 ago)
모더레이션2025. 10. 04. AM 08:02 (16 days later)
상태수락
VulDB 항목327008 [Open Asset Import Library Assimp 6.0.2 Q3DLoader.cpp InternReadFile 서비스 거부]
포인트들20

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!