In the Linux kernel, the following vulnerability has been resolved:
kernel/fork: clear PFBLOCKTS in copy_process()
PFBLOCKTS is only set in blktimegetns() when current->plug is non-NULL, and blkfinish_plug() clears it via _blkflushplug() before NULLing the plug pointer. copyprocess() breaks the invariant by inheriting PFBLOCKTS from the parent while resetting the child's plug to NULL.
Clear PFBLOCKTS alongside that assignment so callers can rely on "PFBLOCKTS set implies current->plug != NULL" and dereference current->plug unguarded.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64253.json"
}