CVE-2026-64253 in Linux
摘要
由 VulDB • 2026-07-24
在 Linux 内核中,已修复以下漏洞:
kernel/fork: 在 copy_process() 中清除 PF_BLOCK_TS
PF_BLOCK_TS 仅在 blk_time_get_ns() 中将 current->plug 设为非 NULL 时设置,并且 blk_finish_plug() 会在将 plug 指针置为 NULL 之前通过 __blk_flush_plug() 清除该标志。copy_process() 在从父进程继承 PF_BLOCK_TS 的同时将子进程的 plug 重置为 NULL,从而破坏了这一不变量。
在与上述赋值操作同步时清除 PF_BLOCK_TS,以便调用方可以依赖“PF_BLOCK_TS 设置意味着 current->plug != NULL”这一前提,并对 current->plug 进行无保护解引用。
If you want to get best quality of vulnerability data, you may have to visit VulDB.