CVE-2026-23028
Description
In the Linux kernel, the following vulnerability has been resolved:
LoongArch: KVM: Fix kvm_device leak in kvm_ipi_destroy()
In kvm_ioctl_create_device(), kvm_device has allocated memory, kvm_device->destroy() seems to be supposed to free its kvm_device struct, but kvm_ipi_destroy() is not currently doing this, that would lead to a memory leak.
So, fix it.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A memory leak in LoongArch KVM's kvm_ipi_destroy() function can be exploited to exhaust kernel memory.
In the Linux kernel, a memory leak vulnerability exists in the LoongArch KVM subsystem. The function kvm_ipi_destroy(), which is invoked as the destroy callback for a kvm_device created via kvm_ioctl_create_device(), fails to free the kvm_device struct allocated during device creation. This results in a memory leak each time the device is destroyed.
To exploit this vulnerability, an attacker must have the ability to create and destroy KVM devices, which typically requires local access and the capability to interact with the KVM subsystem (e.g., via the /dev/kvm interface). No special privileges beyond those needed to use KVM are required, as the flaw is in the normal device lifecycle management.
Over time, repeatedly creating and destroying KVM devices can exhaust kernel memory, leading to a denial-of-service condition. An attacker could trigger this by repeatedly opening and closing the KVM device file descriptor, causing the system to run out of memory and potentially crash.
The fix is included in a commit to the stable Linux kernel tree [1]. Users are advised to apply the patch or update to a kernel version that includes it. No workaround is available without code changes.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.