CVE-2026-53020
Received Received - Intake
TLB Race Condition Fix in Linux Kernel

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: um: Fix potential race condition in TLB sync During the TLB sync, we need to traverse and modify the page table, so we should hold the page table lock. Since full SMP support for threads within the same process is still missing, let's disable the split page table lock for simplicity.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a potential race condition in the Linux kernel's TLB (Translation Lookaside Buffer) synchronization process. During TLB sync, the kernel needs to traverse and modify the page table, which requires holding the page table lock. However, because full SMP (Symmetric Multiprocessing) support for threads within the same process is still missing, the split page table lock is disabled to simplify the process. The race condition could occur if the page table lock is not properly held during this operation.

Impact Analysis

The vulnerability could lead to inconsistent or incorrect page table modifications during TLB synchronization, potentially causing system instability or unexpected behavior in the Linux kernel. This might affect system performance or reliability, especially in multi-threaded environments where proper locking is critical.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53020. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart