Bug 2435667 (CVE-2026-23029) - CVE-2026-23029 kernel: LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_destroy()
Summary: CVE-2026-23029 kernel: LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_des...
Keywords:
Status: NEW
Alias: CVE-2026-23029
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-31 12:02 UTC by OSIDB Bzimport
Modified: 2026-02-02 11:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-31 12:02:35 UTC
In the Linux kernel, the following vulnerability has been resolved:

LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_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_eiointc_destroy() is not currently doing this, that
would lead to a memory leak.

So, fix it.


Note You need to log in before you can comment on or make changes to this bug.