3 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...
EUVD-2026-48660
In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseqdebugfsseqnext pwrseqdebugfsseqnext declares 'next' with freeputdevice, which causes putdevice to be called on the returned pointer when the variable goes out of scope. This results in a...
PT-2026-64366
In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseq debugfs seq next pwrseq debugfs seq next declares 'next' with freeput device, which causes put device to be called on the returned pointer when the variable goes out of scope. This resul...