Lucene search
+L

46188 matches found

EUVD
EUVD
•added 2026/05/06 12:30 p.m.•19 views

EUVD-2026-27620

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix memory leak of BO array in hang state The hang state's BO array is allocated separately with kzalloc in vc4savehangstate but never freed in vc4freehangstate. Add the missing kfree for the BO array before freeing the...

5.8AI score0.00162EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/05/06 12:30 p.m.•12 views

EUVD-2026-27590

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmmigratepolicyfind syzkaller reported a memory leak in xfrmpolicyalloc: BUG: memory leak unreferenced object 0xffff888114d79000 size 1024: comm "syz.1.17", pid 931 ... xfrmpolicyalloc+0xb3/0x4b0...

5.8AI score0.00162EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/05/06 12:30 p.m.•24 views

EUVD-2026-27614

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix memory leak in airohaqdmarxprocess If an error occurs on the subsequents buffers belonging to the non-linear part of the skb e.g. due to an error in the payload length reported by the NIC or if we consumed all th...

5.8AI score0.0016EPSS
SaveExploits0References4
NVD
NVD
•added 2026/05/06 12:16 p.m.•41 views

CVE-2026-43269

In the Linux kernel, the following vulnerability has been resolved: drm/atmel-hlcdc: fix memory leak from the atomicdestroystate callback After several commits, the slab memory increases. Some drmcrtccommit objects are not freed. The atomicdestroystate callback only put the framebuffer. Use the...

5.5CVSS0.00162EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/06 12:16 p.m.•22 views

CVE-2026-43246

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9906: Fix potential memory leak in tw9906probe In one of the error paths in tw9906probe, the memory allocated in v4l2ctrlhandlerinit and v4l2ctrlnewstd is not freed. Fix that by calling v4l2ctrlhandlerfree on the...

5.5CVSS0.00162EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43231

In the Linux kernel, the following vulnerability has been resolved: media: radio-keene: fix memory leak in error path Fix a memory leak in usbkeeneprobe. The v4l2 control handler is initialized and controls are added, but if v4l2deviceregister or videoregisterdevice fails afterward, the handler w...

5.5CVSS0.00162EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43225

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix memory leak on failure path cfg80211informbssframe may return NULL on failure. In that case, the allocated buffer 'buf' is not freed and the function returns early, leading to potential memory leak. Fix th...

5.5CVSS0.00162EPSS
SaveExploits0References7
NVD
NVD
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43218

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9903: Fix potential memory leak in tw9903probe In one of the error paths in tw9903probe, the memory allocated in v4l2ctrlhandlerinit and v4l2ctrlnewstd is not freed. Fix that by calling v4l2ctrlhandlerfree on the...

5.5CVSS0.00162EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43162

In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in tegrachanneltryformat The state object allocated by v4l2subdevstatealloc must be freed with v4l2subdevstatefree when it is no longer needed. In tegrachanneltryformat, two error paths return...

5.5CVSS0.00162EPSS
SaveExploits0References6
NVD
NVD
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43157

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: fix bitmap leaks The RX/TX flow-control bitmaps rxfcpfvfbmap and txfcpfvfbmap are allocated by cgxlmacinit but never freed in cgxlmacexit. Unbinding and rebinding the driver therefore triggers kmemleak:...

5.5CVSS0.00162EPSS
SaveExploits0References6
OSV
OSV
•added 2026/05/06 12:16 p.m.•10 views

AZL-85809 CVE-2025-71290 affecting package kernel for versions less than 6.6.137.1-2

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

5.5CVSS6AI score0.00121EPSS
SaveExploits0References1
NVD
NVD
•added 2026/05/06 12:16 p.m.•24 views

CVE-2025-71290

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

5.5CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/06 12:16 p.m.•17 views

CVE-2025-71288

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leaks on common probe Make sure to drop the reference taken when looking up the SMI device during common probe on late probe failure e.g. probe deferral and on driver unbind...

5.5CVSS0.00128EPSS
SaveExploits0References6
NVD
NVD
•added 2026/05/06 12:16 p.m.•19 views

CVE-2025-71271

In the Linux kernel, the following vulnerability has been resolved: hfsplus: ensure sb-sfsinfo is always cleaned up When hfsplus was converted to the new mount api a bug was introduced by changing the allocation pattern of sb-sfsinfo. If setupbdevsuper fails after a new superblock has been...

5.5CVSS0.00126EPSS
SaveExploits0References3
OSV
OSV
•added 2026/05/06 12:16 p.m.•9 views

AZL-85836 CVE-2025-71273 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devmkmemdup in rtwsetsupportedband Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtwregisterhw. The supported bands were not freed in the error path. Copied from...

5.5CVSS5.5AI score0.00122EPSS
SaveExploits0References1
NVD
NVD
•added 2026/05/06 12:16 p.m.•21 views

CVE-2025-71273

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devmkmemdup in rtwsetsupportedband Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtwregisterhw. The supported bands were not freed in the error path. Copied from...

5.5CVSS0.00122EPSS
SaveExploits0References4
NVD
NVD
•added 2026/05/06 12:16 p.m.•18 views

CVE-2025-71287

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

5.5CVSS0.00128EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/05/06 11:32 a.m.•54 views

CVE-2025-71290 misc: ti_fpc202: fix a potential memory leak in probe function

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

0.00121EPSS
SaveExploits0References3
OSV
OSV
•added 2026/05/06 11:32 a.m.•11 views

CVE-2025-71290 misc: ti_fpc202: fix a potential memory leak in probe function

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

6AI score
SaveExploits0References6
attackerkb
attackerkb
•added 2026/05/06 11:32 a.m.•9 views

CVE-2025-71290

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

5.8AI score0.00121EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder