Отправить #658675: Open Asset Import Library Assimp Assimp Version: 6.0.2 / master commit 0581ed5 Heap-based Buffer OverflowИнформация

НазваниеOpen Asset Import Library Assimp Assimp Version: 6.0.2 / master commit 0581ed5 Heap-based Buffer Overflow
ОписаниеUsing GDB, I inspected the parser state at the crash site. The in pointer was found to be greater than the end pointer (in > end), which violates the contract assumed by functions like getNextSeparator. As a result, the loop condition while (in != end && !isSeparator(*in)) attempts to dereference *in past the allocated buffer. This likely originates from an earlier function (parseDataList, parseStructureBody, or lookForNextToken) that incorrectly advanced in beyond end.
Источник⚠️ https://github.com/assimp/assimp/issues/6357
Пользователь
 sand (UID 90194)
Представление19.09.2025 04:00 (9 месяцы назад)
Модерация04.10.2025 08:02 (15 days later)
Статуспринято
Запись VulDB327009 [Open Asset Import Library Assimp 6.0.2 OpenDDLParserUtils.h getNextSeparator повреждение памяти]
Баллы20

Do you want to use VulDB in your project?

Use the official API to access entries easily!