Lucene search
+L

294 matches found

OSV
OSV
added 2026/07/25 10:17 a.m.9 views

UBUNTU-CVE-2026-64376

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.6AI score0.00173EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64376 firmware_loader: fix device reference leak in firmware_upload_register()

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/07/25 8:50 a.m.40 views

CVE-2026-64376

CVE-2026-64376 affects the Linux kernel firmware_loader: in firmware_upload_register(), after fw_create_instance() succeeds, a failure path frees fw_sysfs without balancing the embedded device reference, risking a refcount leak of the embedded struct device. The recommended fix is to use put_devi...

5.8AI score0.00173EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.36 views

CVE-2026-64376 firmware_loader: fix device reference leak in firmware_upload_register()

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.17 views

EUVD-2026-48920

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.8AI score0.00173EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64376

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.7AI score0.00173EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-64376

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds...

5.5AI score0.00173EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.25 views

PT-2026-64597

In the Linux kernel, the following vulnerability has been resolved: firmware loader: fix device reference leak in firmware upload register firmware upload register - fw create instance - device initialize After fw create instance succeeds, the lifetime of the embedded struct device is expected to...

5.8AI score0.00173EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.10 views

CVE-2026-64251

In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseqdebugfsseqnext pwrseqdebugfsseqnext declares 'next' with freeputdevice, which causes putdevice to be called on the returned pointer when the variable goes out of scope. This results in a...

5.7AI score0.00117EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 3:31 p.m.9 views

CVE-2026-64251 pwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next()

In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseqdebugfsseqnext pwrseqdebugfsseqnext declares 'next' with freeputdevice, which causes putdevice to be called on the returned pointer when the variable goes out of scope. This results in a...

7.8CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:23 p.m.27 views

CVE-2026-64230

CVE-2026-64230 affects the Linux kernel regulator driver for the TPS65219 family. The root cause was the removal of the tps65219_get_rdev_by_name() helper, which led to irq_data.rdev being uninitialized for IRQs. This caused undefined behavior when regulator_notifier_call_chain() ran from the IRQ...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/07/19 4:18 p.m.15 views

CVE-2026-64180

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.5CVSS0.00114EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 3:41 p.m.20 views

CVE-2026-64182

The CVE-2026-64182 vulnerability concerns the Linux kernel memory subsystem: memblk_nr_poison_inc() and memblk_nr_poison_sub() look up a memory block via find_memory_block_by_id(), which returns a reference to the memory block device. Both helpers use the returned memory block without dropping th...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.14 views

CVE-2026-64182

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:41 p.m.13 views

EUVD-2026-45867

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.3AI score0.00114EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 3:41 p.m.22 views

EUVD-2026-45865

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.3AI score0.00114EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 3:41 p.m.20 views

CVE-2026-64180

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:41 p.m.37 views

CVE-2026-64180

CVE-2026-64180 is tied to the Linux kernel memory hotplug path. A memory block reference leak occurs in remove_memory_blocks_and_altmaps() when it calls find_memory_block() and drops the reference too late, causing a leaked memory block device reference during removal of memory blocks/altmaps. Th...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.7 views

CVE-2026-64180

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.2AI score0.00114EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/19 3:41 p.m.7 views

CVE-2026-64180 mm/memory_hotplug: fix memory block reference leak on remove

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.3AI score
SaveExploits0References7
Rows per page
Query Builder