제출 #654057: Open Babel 3.1.1 / master commit 889c350 Use After Free정보

제목Open Babel 3.1.1 / master commit 889c350 Use After Free
설명Open Babel version 3.1.1 (and the latest development branch, commit 889c350) is vulnerable to a heap-use-after-free in the GAMESSOutputFormat::ReadMolecule function. When parsing crafted GAMESS output files, the parser calls OpenBabel::tokenize to split input lines into tokens and then converts one token into an integer using atoi. However, the token string buffer is freed when the token vector is cleared, leaving atoi/strtol with a dangling pointer. This results in a use-after-free and can lead to memory corruption and potential code execution if exploited with a malicious input file. The vulnerability is triggered during file conversion with the fuzz target fuzz_convert but affects the core library functions used in normal conversions as well.
원천⚠️ https://github.com/openbabel/openbabel/issues/2834
사용자 ahuo (UID 90189)
제출2025. 09. 14. AM 09:57 (12 개월 ago)
모더레이션2025. 09. 25. PM 08:05 (11 days later)
상태수락
VulDB 항목325922 [Open Babel 까지 3.1.1 gamessformat.cpp ReadMolecule 메모리 손상]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!