CVE-2026-23028
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-31

Last updated on: 2026-02-03

Assigner: kernel.org

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-31
Last Modified
2026-02-03
Generated
2026-06-16
AI Q&A
2026-01-31
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel's KVM (Kernel-based Virtual Machine) subsystem for the LoongArch architecture. Specifically, when creating a KVM device, memory is allocated for the device structure, but the function responsible for destroying the device (kvm_ipi_destroy) does not properly free this allocated memory, leading to a memory leak. The issue has been fixed by ensuring the memory is correctly freed.

Impact Analysis

The memory leak caused by this vulnerability can lead to increased memory usage over time, potentially degrading system performance or causing resource exhaustion on systems running the affected Linux kernel with KVM on LoongArch architecture. This could affect the stability and reliability of virtualized environments.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23028. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart