1 matches found
CVE-2026-64251
In CVE-2026-64251, the Linux kernel pwrseq_debugfs_seq_next() introduced a use-after-free by declaring 'next' with __free(put_device), causing a device reference to be dropped when the variable goes out of scope. The fix standardizes seq_file callback references: start() uses get_device() to retu...