Lucene search
+L

48595 matches found

CVE
CVE
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93130

CVE-2026-93130 affects the Linux kernel's dell-wmi-base platform driver (under platform/x86). The root cause is a resource leak : when the module load fails, the SMBIOS request and the privacy driver are not properly cleaned up. The fix ensures proper release of these resources on the failure pat...

SaveExploits0References7
EUVD
EUVD
added 2026/09/17 4:11 p.m.3 views

EUVD-2026-82236

In the Linux kernel, the following vulnerability has been resolved: platform/x86: lg-laptop: Fix LED resource handling The event notification callback might access kbdbacklight even when it was not successfully registered with the LED subsystem. The same happens inside acpiremove, where the LED...

SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:11 p.m.2 views

EUVD-2026-82224

In the Linux kernel, the following vulnerability has been resolved: platform/x86: asus-wmi: fix resource leaks on probe failure During driver initialization in asuswmiadd, various subsystems are registered sequentially. However, the error path labels are out of order relative to the registration...

SaveExploits0References2
CVE
CVE
added 2026/09/17 4:11 p.m.6 views

CVE-2026-93116

CVE-2026-93116 affects the Linux kernel's asus-wmi platform driver (platform/x86). The root cause is out-of-order error path labels in the asus_wmi_add() probe function. When subsystem initialization partially fails, the misordered labels cause the driver to skip cleanup for previously registered...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:11 p.m.3 views

EUVD-2026-82198

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Clean up channels on setup failure scmichannelssetup can fail after the common BASE channel or earlier protocol channels have already been registered in the TX/RX IDRs. Route this failure through the existing...

SaveExploits0References4
CVE
CVE
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93089

In the Linux kernel , the firmware: arm_scmi driver contains a resource-leak vulnerability in its error handling path. When the transport channel setup succeeds but the subsequent IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the tra...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:11 p.m.3 views

EUVD-2026-82197

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Free transport channel on IDR failure If transport channel setup succeeds but the following IDR insertion fails, the error path destroys the transport device and frees the channel info without invoking the...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:11 p.m.3 views

EUVD-2026-82193

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Unwind TX receiver mailbox setup failure mailboxchansetup can request an additional unidirectional TX receiver channel after successfully acquiring the primary channel. If that second request fails, the functio...

SaveExploits0References4
CVE
CVE
added 2026/09/17 4:11 p.m.4 views

CVE-2026-93082

CVE-2026-93082 affects the arm_scmi firmware driver in the Linux kernel . The vulnerable function is mailbox_chan_setup() , which acquires a primary P2A mailbox channel and then attempts to request an additional P2A receiver channel. If the secondary request fails, the function returns the error ...

SaveExploits0References4
CVE
CVE
added 2026/09/17 4:10 p.m.6 views

CVE-2026-93072

CVE-2026-93072 affects the Linux kernel irqchip/renesas-irqc driver. During probe, the driver allocates generic interrupt chips in the interrupt domain but fails to set the IRQ_DOMAIN_FLAG_DESTROY_GC flag. On driver removal, the generic chips are therefore not freed, causing a resource leak . Bec...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:10 p.m.3 views

EUVD-2026-82182

In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed becau...

SaveExploits0References5
CVE
CVE
added 2026/09/17 4:10 p.m.5 views

CVE-2026-92524

CVE-2026-92524 affects the Linux kernel GIC-v3-ITS irqchip driver. The root cause is a resource leak in its_vpe_irq_domain_alloc(): when its_irq_gic_domain_alloc() fails, the subsequent its_vpe_irq_domain_free() does not invoke its_vep_teardown() for the corresponding interrupt, leaving the resou...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.3 views

EUVD-2026-82145

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent leak in itsvpeirqdomainalloc When itsirqgicdomainalloc fails, the following itsvpeirqdomainfree fails to invoke itsvepteardown for the corresponding interrupt, which leaks the resource. Invoke...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:10 p.m.4 views

CVE-2026-92504

CVE-2026-92504 is a Linux kernel flaw in the thermal: intel: int3400 driver. The root cause is an incomplete error-handling path: evaluate_odvp() creates per-ODVP sysfs files before later probe resources are registered, but the existing unwind logic only invokes cleanup_odvp() on the late sysfs f...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.2 views

EUVD-2026-82125

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int3400: clean up ODVP on probe failures evaluateodvp creates per-ODVP sysfs files before the thermal zone and later probe resources are registered. The current unwind path only calls cleanupodvp from the late sys...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:10 p.m.2 views

EUVD-2026-82109

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: complete object teardown when the destroy command fails erdmadestroyqp, erdmadestroycq, erdmaderegmr, and erdmadestroyah returned early when erdmapostcmdwait failed, leaking the queue buffers, MTTs, doorbells and the...

SaveExploits0References4
CVE
CVE
added 2026/09/17 4:10 p.m.7 views

CVE-2026-92488

CVE-2026-92488 affects the Linux kernel RDMA erdma subsystem. The functions erdma_destroy_qp(), erdma_destroy_cq(), erdma_dereg_mr(), and erdma_destroy_ah() returned early when erdma_post_cmd_wait() failed, leaking queue buffers, MTTs, doorbells, and STAG, QPN, CQN, and AHN identifiers. Because a...

SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:09 p.m.2 views

EUVD-2026-82076

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: free STAG index when TPT entry write fails writetptentry allocates a new STAG index with c4iwgetresource and bumps stats.stag.cur before programming the entry. When writeadaptermem fails, it returns the error without...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:09 p.m.4 views

CVE-2026-90415

CVE-2026-90415 affects the Linux kernel RDMA/cxgb4 driver (Chelsio T4/T5/T6). In write_tpt_entry(), a new STAG index is allocated via c4iw_get_resource() and stats.stag.cur is incremented before programming the TPT entry. When the subsequent write_adapter_mem() call fails, the error is returned w...

SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:09 p.m.3 views

EUVD-2026-82057

In the Linux kernel, the following vulnerability has been resolved: block: fix dio leak on metadata mapping error A failed integrity mapping holds a dio reference, so we need to go through the full bio ending in case there were previously submitted bio's in the sequence...

SaveExploits0References3
Rows per page
Query Builder