PT-2026-64368 · Linux · Linux
CVE-2026-64253
·
Published
2026-07-24
·
Updated
2026-07-24
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
kernel/fork: clear PF BLOCK TS in copy process()
PF BLOCK TS is only set in blk time get ns() when current->plug is
non-NULL, and blk finish plug() clears it via blk flush plug()
before NULLing the plug pointer. copy process() breaks the
invariant by inheriting PF BLOCK TS from the parent while resetting
the child's plug to NULL.
Clear PF BLOCK TS alongside that assignment so callers can rely on
"PF BLOCK TS set implies current->plug != NULL" and dereference
current->plug unguarded.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux