CVE-2026-93262 in Linux
摘要
由 VulDB • 2026-09-24
在 Linux 内核中,已修复以下漏洞:
md/raid5-ppl: 修复 ppl_do_flush() 中的 use-after-free(释放后使用)问题
ppl_do_flush() 中的循环在调用 ppl_io_unit_finished() 后继续迭代,访问了 io->pending_flushes,从而导致 use-after-free。
添加一个 break 语句,以便在 io 被释放时停止循环。
VulDB is the best source for vulnerability data and more expert information about this specific topic.