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.
Published: 2026-08-15
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition was identified in the KVM subsystem for the s390 architecture where page table entries could become unmapped between two internal functions. The vulnerability could lead to inconsistent memory mapping within the kernel, which in turn has the potential to corrupt kernel memory. The description does not explicitly state the exploitability beyond this possible memory corruption, so any claim beyond that is merely inferred from the nature of the race condition.

Affected Systems

Any Linux kernel installation that enables KVM on the s390 architecture is potentially affected. The CVE entry does not specify a particular kernel version range, so all kernels running the s390 KVM implementation before the referenced commits should be considered vulnerable.

Risk and Exploitability

The entry now includes an EPSS score of <1% and it is not listed in the CISA KEV catalog. The race condition could lead to kernel memory corruption, but no public exploits are known and the exploitation probability is low. With a CVSS score of 9.3 the vulnerability is classified as high severity, yet the low EPSS suggests a low likelihood of exploitation. As a result, the overall risk can be considered moderate to high, but because the flaw resides in core kernel code and carries a high severity score, it is advisable to apply the fix as soon as possible.

Generated by OpenCVE AI on August 22, 2026 at 08:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the commit identified by the hash 5670b7f927f8d98685f3f5873dbf9f8d7a5a63f3 (or the corresponding later commits that fix the race).
  • If KVM on s390 is not required for your environment, disable the KVM module entirely to eliminate the vulnerable code path.
  • If KVM must remain enabled, limit its use to trusted workloads and monitor for abnormal memory mapping behavior that might indicate an attempt to trigger the race.

Generated by OpenCVE AI on August 22, 2026 at 08:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-786

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-367
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H'}


Sat, 15 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-786

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title KVM: s390: Fix unlikely race in try_get_locked_pte()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:42:25.857Z

Reserved: 2026-08-09T03:40:39.917Z

Link: CVE-2026-72291

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:01.130

Modified: 2026-08-17T06:18:31.917

Link: CVE-2026-72291

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72291 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:45:03Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition