提出 #654072: Jens Axboe Fio 3.41 / master commit 84787ad Use After Free情報

タイトルJens Axboe Fio 3.41 / master commit 84787ad Use After Free
説明fio version 3.41 (master commit 84787ad) contains a heap-use-after-free vulnerability in its option parsing logic. During jobfile parsing, the function __parse_jobs_ini() (init.c) allocates an options array (opts) that is later freed. However, the freed array is still passed into fio_options_parse() (options.c), which calls sort_options() to sort the options using qsort(). The qsort() comparator (opt_cmp() in parse.c:1139) dereferences entries from the freed memory, leading to a use-after-free (UAF).
ソース⚠️ https://github.com/axboe/fio/issues/1981
ユーザー ahuo (UID 90189)
送信2025年09月14日 10:22 (11 月 ago)
モデレーション2025年09月21日 18:05 (7 days later)
ステータス承諾済み
VulDBエントリ325181 [axboe fio 迄 3.41 init.c __parse_jobs_ini メモリ破損]
ポイント20

Want to stay up to date on a daily basis?

Enable the mail alert feature now!