CVE-2026-23029
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) implementation for the LoongArch architecture. Specifically, in the function kvm_ioctl_create_device(), memory is allocated for a kvm_device struct, but the corresponding destroy function, kvm_eiointc_destroy(), does not properly free this memory, leading to a memory leak. The issue has been fixed by ensuring the allocated memory is freed correctly.
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. This could affect the stability and reliability of virtual machines hosted on such systems.