CVE-2026-64253
Last modified
CVE-2026-64253 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.12.95 |
| Linux | Linux Kernel | >= 6.13, < 6.18.38 |
| Linux | Linux Kernel | >= 6.19, < 7.1.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64253?
How severe is CVE-2026-64253?
How do I fix CVE-2026-64253?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64247In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64248In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64249In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64250In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64251In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64252In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64254In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64256In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64257In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64258In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64259In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64253?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
