CVE Catalog

CVE-2026-89925

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, KVM for s390 has a memory leak in guest debug handling. bp_data is freed only on error, and every successful KVM_SET_GUEST_DEBUG leaks memory.

Risk Assessment

Repeated guest debug operations can lead to gradual memory exhaustion, potentially destabilizing the system.

Recommendation

Install a kernel patch that ensures bp_data is freed on the success path as well.

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 leak in guest debug handling bp_data is freed only for the error case by kfree(bp_data). Every successful KVM_SET_GUEST_DEBUG will leak bp_data.

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