CVE Catalog

CVE-2026-53020

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile — higher than 2% of all known CVEs

Summary

A potential race condition was found in the Linux kernel during TLB synchronization. The issue arises from missing proper locking when traversing and modifying page tables. To simplify the fix, split page table locking has been disabled.

Risk Assessment

An attacker could exploit this race condition to gain unauthorized memory access or cause system instability, potentially leading to data integrity violations or crashes.

Recommendation

Immediately update the Linux kernel to a version containing the fix (commit 5a8e7c9f1b2d). Monitor official security advisories from your distribution.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS