CVE-2026-89919: KVM: s390: keyop: use mmu_lock to read gmap->asce

Published Sep 16, 2026
·
Updated

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

KVM: s390: keyop: use mmulock to read gmap->asce

Every other dat consumer in this file (kvms390getskeys, setskeys, getcmmabits, setcmmabits, MEMCLRCMMA, kvms390fixupprefix, kvmtestagegfn, kvmagegfn) reads kvm->arch.gmap->asce inside the mmulock read-side. keyop is the only outlier.

gmap->asce is mutated under writelock(mmulock) by gmapsetlimit() and keyop might use a stale asce value for walking as KVMS390KEYOP and KVMS390VMMEMLIMITSIZE can run concurrently. This can result in memory corruption.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The race requires KVM s390 key operations and changes to the VM memory limit to run concurrently. In that situation, keyop can use a stale gmap->asce value while walking memory.

2

What is the potential impact?

The stale address-space-control element can lead to memory corruption. The provided information does not specify a privilege boundary, attack vector, or more detailed exploit impact.

3

How can I determine whether a system is exposed?

Systems using KVM on s390 are relevant, particularly where KVM_S390_KEYOP operations may overlap with KVM_S390_VM_MEM_LIMIT_SIZE changes. The issue concerns kernel behavior during that concurrent activity; no affected version range is provided.

4

What should be done if patching cannot happen immediately?

Avoid concurrent use of KVM s390 key operations and VM memory-limit changes where operationally possible. The resolved fix reads gmap->asce under the mmu_lock read-side lock.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203