2 matches found
CVE-2026-93262
The Linux kernel contains a use-after-free vulnerability in the md/raid5-ppl component within the ppl_do_flush() function. The issue occurs because a loop continues to iterate after calling ppl_io_unit_finished() , subsequently accessing io->pending_flushes after the memory has been freed. The...
6.4AI score
SaveExploits0References8
EUVD-2026-86134
In the Linux kernel, the following vulnerability has been resolved: md/raid5-ppl: fix use-after-free in ppldoflush The loop in ppldoflush continues iterating after calling ppliounitfinished, touching io-pendingflushes and leading to a use-after-free. Add a break statement to stop the loop once io...
6.4AI score
SaveExploits0References8
20