Use-after-free in Linux kernel - CVE-2026-64251
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in pwrseq_debugfs_seq_next() when iterating debugfs seq_file entries. A local user can trigger iteration of the affected debugfs interface to cause a denial of service.
The issue occurs because a device pointer returned to the seq_file framework has its reference dropped before subsequent use.