CVE-2026-72291
Received Received - Intake

Race Condition in Linux Kernel KVM s390

Vulnerability report for CVE-2026-72291, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in try_get_locked_pte() Fix an unlikely race in try_get_locked_pte(), which could have happened if puds or pmds get unmapped between the p?dp_get() and p?d_offset() functions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
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 is a race condition vulnerability in the Linux kernel's KVM (Kernel-based Virtual Machine) subsystem for s390 architecture. It occurs in the try_get_locked_pte() function when page table entries (puds or pmds) are unmapped between p?dp_get() and p?d_offset() calls, potentially leading to incorrect memory access.

Detection Guidance

This vulnerability is specific to the Linux kernel's KVM s390 implementation and involves a race condition in memory management. Detection requires checking kernel logs for related errors or kernel crashes, particularly after applying patches. Commands like dmesg, journalctl -k, or checking /var/log/kern.log may reveal issues. Ensure your kernel is updated to the patched version.

Impact Analysis

This vulnerability could allow a malicious guest VM to cause a denial of service or potentially escalate privileges on the host system by exploiting the race condition in memory management.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel memory management issue with no documented impact on data protection or privacy controls.

Mitigation Strategies

Apply the Linux kernel patch that resolves this issue. Update to a version of the Linux kernel that includes the fix for the race condition in try_get_locked_pte().

Chat Assistant

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

EPSS Chart