CVE-2026-89921: KVM: s390: Zero initialize data structures for inject_pfault_token

Published Sep 16, 2026
·
Updated

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

KVM: s390: Zero initialize data structures for injectpfaulttoken

kvminjectpfaulttoken() only sets .type and .u.ext.extparams2 of the on-stack struct kvms390irq but the full ext substructure is copied into the cpu local variable on inject. extparams and pad contain stale stack values.

Interrupt delivery only uses extparams2, so nothing leaks to the guest, but a host user can use the migration ioctls to get to the data.

Fix by zero-initializing the irq struct. Do the same for the inti data structure.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Fix the issue by zero-initializing the irq struct used by KVM: s390 (specifically for inject_pfault_token / __kvm_inject_pfault_token) so that ext_params and pad do not contain stale stack values before being copied into the on-stack struct kvm_s390_irq.

    Linux kernel KVM: s390 Zero-initialize kvm_s390_irq / inject_pfault_token data structure (irq struct) = enabled

Event History

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

Frequently Asked Questions

1

Who can access the stale data?

A host user who can use the KVM migration ioctls can reach the affected data. Interrupt delivery to the guest uses only ext_params2, so the described stale values are not leaked to the guest through interrupt delivery.

2

What condition is required for exploitation?

The attacker needs host-side access sufficient to use the KVM migration ioctls. The issue arises because fields in on-stack KVM s390 interrupt-related structures were not initialized before the full extended structure was copied.

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