Lucene search
+L

1474 matches found

ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.11 views

CVE-2026-23033

In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dmapool resource leak in error paths The dmapool created by dmapoolcreate is not destroyed when dmaasyncdeviceregister or ofdmacontrollerregister fails, causing a resource leak in the probe error paths. A...

5.8AI score0.00202EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/01/31 11:42 a.m.8 views

EUVD-2026-5065

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmeiointcdestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmeiointcdestroy is not currently doing...

5.7AI score0.00194EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.6 views

CVE-2026-23029

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmeiointcdestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmeiointcdestroy is not currently doing...

5.7AI score0.00194EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/01/31 11:42 a.m.9 views

CVE-2026-23029

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmeiointcdestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmeiointcdestroy is not currently doing...

5.2AI score0.00194EPSS
SaveExploits0
CVE
CVE
added 2026/01/31 11:42 a.m.28 views

CVE-2026-23029

The CVE-2026-23029 entry describes a memory-leak in the LoongArch KVM path of the Linux kernel. In kvm_ioctl_create_device(), kvm_device is allocated, but the kvm_device->destroy() path (kvm_eiointc_destroy()) does not free the allocated kvm_device struct, leading to a leak. Multiple sources (...

5.7AI score0.00194EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/31 11:42 a.m.40 views

CVE-2026-23027

The provided reports describe a Linux kernel issue for LoongArch KVM: in kvm_ioctl_create_device(), memory is allocated for kvm_device, and the destroy() path (kvm_pch_pic_destroy()) did not free the allocated struct, causing a memory leak. The fix is to ensure kvm_pch_pic_destroy() frees the kvm...

5.7AI score0.00194EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:42 a.m.5 views

CVE-2026-23028

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmipidestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmipidestroy is not currently doing this, that...

5.7AI score0.00194EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/01/31 11:42 a.m.7 views

EUVD-2026-5066

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmipidestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmipidestroy is not currently doing this, that...

5.7AI score0.00194EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/31 11:42 a.m.29 views

CVE-2026-23028

In the Linux kernel for LoongArch KVM, a memory-leak was reported: kvm_ioctl_create_device() allocated memory for kvm_device, but kvm_ipi_destroy() did not free the kvm_device struct, causing a leak. The issue is resolved by ensuring kvm_ipi_destroy() frees the allocated kvm_device, preventing th...

5.7AI score0.00194EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23028

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmipidestroy In kvmioctlcreatedevice, kvmdevice has...

5.4AI score0.00194EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/31 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23035

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/mlx5e: Pass netdev to mlx5edestroynetdev instead of priv mlx5epriv is an unstable structure that can be memset0 if profile attaching fails. Pass netdev to...

5.4AI score0.00209EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/01/30 12:25 a.m.9 views

SUSE CVE-2026-23014

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

6.1CVSS5.8AI score0.00116EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/28 3:16 p.m.17 views

CVE-2026-23014

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

7.8CVSS0.00116EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/01/28 3:16 p.m.8 views

CVE-2026-23014

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

7.8CVSS6.2AI score0.00116EPSS
SaveExploits0References9
OSV
OSV
added 2026/01/28 3:16 p.m.11 views

UBUNTU-CVE-2026-23014

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

7.8CVSS5.8AI score0.00116EPSS
SaveExploits0References11
OSV
OSV
added 2026/01/28 2:33 p.m.29 views

CLSA-2026-1769610819 kernel: Fix of 39 CVEs

Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times CVE-2022-50419 - firewire: net: fix use after free in fwnetfinishincomingpacket CVE-2023-53432 - wifi: brcmfmac: fix use-after-free bug in brcmfnetdevstartxmit CVE-2022-50408 - wifi: brcmfmac: slab-out-of-bounds read in...

8.8CVSS7AI score0.21521EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/28 2:24 p.m.14 views

CVE-2026-23014

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

5.8AI score0.00116EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/01/28 2:24 p.m.45 views

CVE-2026-23014 perf: Ensure swevent hrtimer is properly destroyed

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

7.8CVSS0.00116EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/28 2:24 p.m.10 views

CVE-2026-23014 perf: Ensure swevent hrtimer is properly destroyed

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

7.8CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/01/28 2:24 p.m.10 views

EUVD-2026-4926

In the Linux kernel, the following vulnerability has been resolved: perf: Ensure swevent hrtimer is properly destroyed With the change to hrtimertrytocancel in perfsweventcancelhrtimer it appears possible for the hrtimer to still be active by the time the event gets freed. Make sure the event doe...

5.8AI score0.00116EPSS
SaveExploits0References2
Rows per page
Query Builder