Lucene search
+L

2574 matches found

OSV
OSV
added 2026/08/15 5:58 a.m.12 views

CVE-2026-74301 Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in allocmtkintrurb error path When btmtkisopktpad fails, the previously allocated URB is not freed, leaking the urb structure. Add usbfreeurb before returning the error...

5.4AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:58 a.m.8 views

EUVD-2026-59445

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

5.4AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.14 views

CVE-2026-74298 RDMA/core: Fix FRMR set pinned push error path

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails...

5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72459 apparmor: aa_label_alloc use aa_label_free on alloc failure

In the Linux kernel, the following vulnerability has been resolved: apparmor: aalabelalloc use aalabelfree on alloc failure aalabelalloc allocates a secid before allocating or taking the label proxy. If the later proxy step fails, the error path only freed the label memory, leaking any resources...

7.8CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:56 a.m.12 views

EUVD-2026-59329

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix nfconnlabels leak on two error paths tcfctfillparams calls nfconnlabelsget setting putlabels when TCACTLABELS is present, but two later error sites use a bare return instead of "goto err", skipping the err:...

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

CVE-2026-72430

The CVE-2026-72430 issue affects the Linux kernel net/sched code (act_ct) where tcf_ct_fill_params() calls nf_connlabels_get() and later paths skip proper cleanup, causing nf_connlabels leaks on two error paths. Each failed RTM_NEWACTION in a network namespace can increment net->ct.labels_used...

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

CVE-2026-72430 net/sched: act_ct: fix nf_connlabels leak on two error paths

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix nfconnlabels leak on two error paths tcfctfillparams calls nfconnlabelsget setting putlabels when TCACTLABELS is present, but two later error sites use a bare return instead of "goto err", skipping the err:...

5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:56 a.m.26 views

CVE-2026-72406

CVE-2026-72406 relates to the Linux kernel sungem driver. The issue occurred during probe error handling: gem_init_one() could call gem_remove_one() on register_netdev() failure and then fall through to cleanup, potentially freeing the same resources twice (DMA block, MMIO, PCI regions, net_devic...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59305

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

5.4AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:56 a.m.9 views

CVE-2026-72406 net: sungem: fix probe error cleanup

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup geminitone calls gemremoveone when registernetdev fails. gemremoveone unregisters and frees resources owned by the netdevice, including the DMA block, MMIO mapping, PCI regions, and the...

7.8CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59267

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

5.4AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72368 cachefiles: Fix double unlock in nomem_d_alloc error path

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.26 views

CVE-2026-72368

In the Linux kernel, CVE-2026-72368 describes a double unlock in the nomem_d_alloc path of cachefiles: after start_creating() fails with -ENOMEM, __start_dirop() releases the parent lock, but nomem_d_alloc in cachefiles_get_directory() unconditionally unlocks d_inode(dir) again, corrupting the rw...

7.8CVSS5.4AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.9 views

CVE-2026-72368 cachefiles: Fix double unlock in nomem_d_alloc error path

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix double unlock in nomemdalloc error path When startcreating fails and returns -ENOMEM, it has already released the parent directory lock in startdirop: static struct dentry startdirop... ... inodelocknesteddir,...

7.8CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59260

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hwengine: Fix double-free of managed BO in error path The error path in hwengineinit explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup action...

5.3AI score0.00209EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:56 a.m.8 views

CVE-2026-72361 drm/xe/hw_engine: Fix double-free of managed BO in error path

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hwengine: Fix double-free of managed BO in error path The error path in hwengineinit explicitly frees a BO allocated with xemanagedbocreatepinmap via xebounpinmapnovm. Since the managed BO already has a devm cleanup action...

5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72311 drm/xe: free madvise VMA array on L2 flush failure

In the Linux kernel, the following vulnerability has been resolved: drm/xe: free madvise VMA array on L2 flush failure xevmmadviseioctl allocates madviserange.vmas in getvmas. After getvmas succeeds with at least one VMA, error paths must go through freevmas so the array is released before the...

0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72309 tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:55 a.m.8 views

EUVD-2026-59208

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

5.3AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:55 a.m.15 views

CVE-2026-72309 tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

5.4AI score
SaveExploits0References5
Rows per page
Query Builder