Lucene search
+L

43502 matches found

CVE
CVE
added 2026/08/15 5:52 a.m.33 views

CVE-2026-72048

Linux kernel: ieee802154 ca8210 driver leaks cas_ctl on spi_async failure due to kzalloc_obj(GFP_ATOMIC) allocation that is only freed in the completion callback. On submission failure, spi_async() does not queue a callback, leaving cas_ctl and embedded spi_message/spi_transfer orphaned. The leak...

5.5AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.7 views

EUVD-2026-58997

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

5.4AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.25 views

CVE-2026-72039 bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp()

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:51 a.m.33 views

CVE-2026-72039

The CVE-2026-72039 entry concerns the Linux kernel bug in the bnx2x driver where a potential memory leak could occur during bnx2x_alloc_mem_bp() if fp[i].tpa_info allocation fails. The fix is to link the newly allocated struct bnx2x_fastpath immediately after allocation so it is freed on error pa...

5.3AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.13 views

CVE-2026-72039 bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp()

In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix potential memory leak in bnx2xallocmembp If the allocation of fpi.tpainfo fails, the error path will not free the struct bnx2xfastpath allocated earlier, as it is not linked to the bp structure yet. Fix that by linking...

5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:51 a.m.32 views

CVE-2026-72040

In the Linux kernel IPMI subsystem, CVE-2026-72040 is a refcount leak in i_ipmi_request() when a caller provides a supplied_recv message. If an error occurs, the out_err path skips freeing the recv_msg and leaves the user’s nr_msgs refcount elevated. The fix reverts the reference count operations...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:51 a.m.27 views

CVE-2026-72038

The CVE-2026-72038 entry documents a Linux kernel issue in the net: liquidio driver where BAR resources are leaked on PF number failure. Root cause: cn23xx_get_pf_num() may fail and return without unmapping either BAR, leading to a resource leak. The fix unmaps both BARs before returning from the...

5.4AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.23 views

CVE-2026-72032 net/mlx5: HWS, fix matcher leak on resize target setup failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, fix matcher leak on resize target setup failure hwsbwcmatchermove allocates a replacement matcher before setting it as the resize target. If mlx5hwsmatcherresizesettarget fails, the replacement matcher is not...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:51 a.m.29 views

CVE-2026-72032

CVE-2026-72032 affects the Linux kernel’s net/mlx5 HWS path. In hws_bwc_matcher_move(), a replacement matcher is allocated before resize target is set; if mlx5hws_matcher_resize_set_target() fails, the replacement is not attached and leaks. The fix destroys the replacement matcher on the resize-t...

5.5AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:51 a.m.27 views

CVE-2026-72032 net/mlx5: HWS, fix matcher leak on resize target setup failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, fix matcher leak on resize target setup failure hwsbwcmatchermove allocates a replacement matcher before setting it as the resize target. If mlx5hwsmatcherresizesettarget fails, the replacement matcher is not...

5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:51 a.m.10 views

EUVD-2026-58990

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, fix matcher leak on resize target setup failure hwsbwcmatchermove allocates a replacement matcher before setting it as the resize target. If mlx5hwsmatcherresizesettarget fails, the replacement matcher is not...

5.5AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.24 views

CVE-2026-72026 irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsicearlyacpiinit allocates a firmware node before setting up the IMSIC state. If imsicsetupstate fails, the function returns without freeing the allocated...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:51 a.m.31 views

CVE-2026-72026

The CVE-2026-72026 vulnerability is in the Linux kernel IRQ subsystem for riscv IMSIC early initialization. The issue: imsic_early_acpi_init() allocates a firmware node before IMSIC state setup; if imsic_setup_state() fails, the allocated fwnode is not freed. The fix adds cleanup on the error pat...

5.4AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:51 a.m.17 views

CVE-2026-72026 irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsicearlyacpiinit allocates a firmware node before setting up the IMSIC state. If imsicsetupstate fails, the function returns without freeing the allocated...

5.6AI score
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:51 a.m.13 views

CVE-2026-72023 octeontx2-pf: fix SQB pointer leak on init failure

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix SQB pointer leak on init failure otx2inithwresources initializes SQ aura and pool resources before several later setup steps. On failure, errfreesqptrs only frees SQB pages, leaving the per-SQ sqbptrs arrays...

5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.23 views

CVE-2026-72023 octeontx2-pf: fix SQB pointer leak on init failure

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix SQB pointer leak on init failure otx2inithwresources initializes SQ aura and pool resources before several later setup steps. On failure, errfreesqptrs only frees SQB pages, leaving the per-SQ sqbptrs arrays...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:51 a.m.9 views

EUVD-2026-58981

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix SQB pointer leak on init failure otx2inithwresources initializes SQ aura and pool resources before several later setup steps. On failure, errfreesqptrs only frees SQB pages, leaving the per-SQ sqbptrs arrays...

5.4AI score0.00211EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:51 a.m.29 views

CVE-2026-72023

CVE-2026-72023 affects the Linux kernel’s octeontx2-pf driver. otx2_init_hw_resources() allocates SQ aura/pool resources before later setup steps, and on failure err_free_sq_ptrs frees only SQB pages, leaving per-SQ sqb_ptrs behind. The documented fix uses otx2_free_sq_res() for the SQ unwind pat...

5.4AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.20 views

CVE-2026-72022 llc: fix SAP refcount leak in llc_ui_autobind()

In the Linux kernel, the following vulnerability has been resolved: llc: fix SAP refcount leak in llcuiautobind llcuiautobind opens a SAP after choosing a dynamic LSAP. llcsapopen returns a reference owned by the caller, and llcsapaddsocket takes a second reference for the socket's membership in...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.22 views

CVE-2026-72017 net: macb: drop in-flight Tx SKBs on close

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue-txskb which gets freed without remorse nor checking...

0.00206EPSS
SaveExploits0References6
Rows per page
Query Builder