Description
In the Linux kernel, the following vulnerability has been resolved:

KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault()

Add missing radix_tree_preload() in _gaccess_shadow_fault() to
guarantee forward progress. The core of _gaccess_shadow_fault() has
been split into ___gaccess_shadow_fault() in order to simplify locking.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel’s KVM vSphere interface for s390, a missing radix_tree_preload() call in the _gaccess_shadow_fault() function was identified. The missing call could prevent the routine from advancing correctly, potentially stalling shadow fault processing. Thus, a virtual machine might become non‑responsive due to lost forward progress.

Affected Systems

All installations of the Linux kernel that include the KVM vSphere interface (vsie) on s390 architecture are potentially vulnerable. No specific kernel versions are enumerated in the advisory, so any build before the aforementioned commit is at risk.

Risk and Exploitability

The EPSS score is reported as < 1% and the vulnerability is not listed in the CISA KEV catalog, indicating that no widespread exploitation has been observed. CVSS score of 5.5 indicates moderate severity. The flaw involves internal kernel code, so an attacker would need to trigger shadow faults from within the host, making remote exploitation unlikely. Nevertheless, because the issue can halt virtual machine operations, it represents a high availability risk for affected systems.

Generated by OpenCVE AI on August 22, 2026 at 06:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all s390 KVM hosts to a kernel version that includes the missing radix_tree_preload() fix for _gaccess_shadow_fault().
  • If an immediate kernel upgrade is not possible, apply the patch that inserts the missing radix_tree_preload() call into _gaccess_shadow_fault() and rebuild the kernel for the affected hosts.
  • If the vsie interface is not required, disable it on the KVM host to eliminate the vulnerable code path until the kernel patch can be deployed.

Generated by OpenCVE AI on August 22, 2026 at 06:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

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

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-395

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: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault() Add missing radix_tree_preload() in _gaccess_shadow_fault() to guarantee forward progress. The core of _gaccess_shadow_fault() has been split into ___gaccess_shadow_fault() in order to simplify locking.
Title KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault()
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:11:56.042Z

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

Link: CVE-2026-72293

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72293

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72293 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:30:04Z

Weaknesses
  • CWE-395

    Use of NullPointerException Catch to Detect NULL Pointer Dereference

  • CWE-909

    Missing Initialization of Resource