3 matches found
CVE-2025-37964
CVE-2025-37964 relates to the Linux kernel x86/mm TLB handling. The issue is a bug in should_flush_tlb() that can suppress TLB flushes in a narrow window between load_new_mm_cr3() and writing the new mm state into loaded_mm, risking missed TLB flushes during address space switch. The fix widens t...
CVE-2025-37964 x86/mm: Eliminate window where TLB flushes may be inadvertently skipped
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...
CVE-2025-37964 x86/mm: Eliminate window where TLB flushes may be inadvertently skipped
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...