CVE-2026-23028
BaseFortify
Publication date: 2026-01-31
Last updated on: 2026-02-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
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.
How can this vulnerability impact me? :
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.