NONE · 0

CVE-2025-40174

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix SMP ordering in switch_mm_irqs_off() Stephen noted that it is possible to not have an smp_mb() between the loaded_mm s...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix SMP ordering in switch_mm_irqs_off() Stephen noted that it is possible to not have an smp_mb() between the loaded_mm store and the tlb_gen load in switch_mm(), meaning the ordering against flush_tlb_mm_range() goes out the window, and it becomes possible for switch_mm() to not observe a recent tlb_gen update and fail to flush the TLBs. [ dhansen: merge conflict fixed by Ingo ]

References

FAQ

What is CVE-2025-40174?

CVE-2025-40174 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix SMP ordering in switch_mm_irqs_off() Stephen noted that it is possible to not have an smp_mb() between the loaded_mm s...

How severe is CVE-2025-40174?

CVSS scoring is not yet available for CVE-2025-40174. Check NVD for updates.

Is there a patch for CVE-2025-40174?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.