CVE-2026-89922: KVM: s390: Take srcu when importing watchpoint data

Published Sep 16, 2026
·
Updated

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

KVM: s390: Take srcu when importing watchpoint data

importwpinfo() backs up the original guest memory contents of a watchpoint with readguestabs(), which is kvmreadguest() and therefore resolves the memslot via kvmmemslots(). That requires kvm->srcu (or kvm->slotslock) to be held, otherwise a concurrent memslot update can free the memslots array under us once its SRCU grace period has elapsed.

As this is not fast path, following lock ordering (mutex first, then srcu) take the big hammer and hold the srcu for the full import.

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 to trigger this issue?

The affected path is reached when KVM on s390 imports watchpoint data. Exploitation requires a concurrent KVM memslot update while the import operation reads guest memory, allowing the memslots array to be freed after its SRCU grace period.

2

Which systems are realistically exposed?

Systems using the Linux kernel's KVM implementation on s390 and performing watchpoint-data imports are implicated. The provided information does not identify affected kernel versions or state whether this path is enabled by default.

3

What is the remediation?

Apply a kernel update containing one of the referenced stable commits. The fix holds kvm->srcu throughout watchpoint-data import, preventing concurrent memslot updates from freeing the memslots array while it is in use.

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