CVE Catalog

CVE-2026-89920

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, KVM for s390 has a memory corruption vulnerability due to reinjecting CK machine checks. Channel-subsystem damage machine checks should not be forwarded to the guest, and reinjecting them can lead to kfree of a stack variable.

Risk Assessment

This can lead to memory corruption, potentially causing system crash or security compromise.

Recommendation

Apply a kernel patch that masks the CK bit in s390_backup_mcck_info() and prevents reinjection of these machine checks.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix memory corruption by not reinjecting CK machine checks Channel-subsystem damage machine checks are for the host channel subsystem. The guest channel subsystem is emulated in the userspace VMM. There is no point in forwarding such machine checks into the guest. This also simplifies the machine check reinjection and avoids kfree of a stack variable as reported by sashiko. There might be still machine checks that have the ck bit set with another bit (like instruction damage), mask out the CK bit in s390_backup_mcck_info(), like the CP and ED bits already are.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS