Lucene search
+L

46787 matches found

OSV
OSV
•added 2026/05/07 4:46 a.m.•28 views

CLSA-2026-1778129164 nghttp2: Fix of 2 CVEs

CVE-2023-35945: fix memory leak on RSTSTREAM followed by GOAWAY - CVE-2026-27135: fix iframe state validation to prevent assertion failure...

7.5CVSS7.1AI score0.01288EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/05/07 2:24 a.m.•18 views

SUSE 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.5CVSS5.8AI score0.00122EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/05/07 2:24 a.m.•18 views

SUSE 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.5CVSS5.7AI score0.00128EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
•added 2026/05/07 2:24 a.m.•34 views

SUSE 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.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/07 2:21 a.m.•30 views

SUSE CVE-2026-31757

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: Fix URB memory leak on submit failure When usbsubmiturb fails in usbioprobe, the previously allocated URB is never freed, causing a memory leak. Fix this by jumping to errfreeurb label to properly release the UR...

5.8AI score0.0016EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/07 2:19 a.m.•16 views

SUSE CVE-2026-43021

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix leaks when hcicmdsyncqueueonce fails When hcicmdsyncqueueonce returns with error, the destroy callback will not be called. Fix leaking references / memory on these failures...

5.7AI score0.00143EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/07 2:18 a.m.•19 views

SUSE CVE-2026-43090

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.5CVSS5.8AI score0.00162EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2026/05/07 2:18 a.m.•24 views

SUSE CVE-2026-43102

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
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/05/07 2:18 a.m.•15 views

SUSE CVE-2026-43104

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix a memory leak in hang state error path When vc4savehangstate encounters an early return condition, it returns without freeing the previously allocated kernelstate, leaking memory. Add the missing kfree calls by...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/07 2:18 a.m.•31 views

SUSE CVE-2026-43105

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.5CVSS5.8AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/07 2:17 a.m.•16 views

SUSE 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.5CVSS5.7AI score0.00162EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2026/05/07 2:17 a.m.•28 views

SUSE 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...

3.3CVSS5.8AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/07 2:17 a.m.•24 views

SUSE 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.5CVSS5.9AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/07 2:16 a.m.•18 views

SUSE 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.5CVSS5.8AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
•added 2026/05/07 2:16 a.m.•21 views

SUSE 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...

3.3CVSS5.8AI score0.00162EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
•added 2026/05/07 12:06 a.m.•20 views

CVE-2026-43269

A flaw was found in the Linux kernel's drm/atmel-hlcdc component. The atomicdestroystate callback in the drm/atmel-hlcdc driver does not correctly release all allocated objects, specifically drmcrtccommit objects. This oversight leads to a memory leak, where system memory gradually increases. Ove...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/05/07 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-43146

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: iris: Add buffer to list only after successful allocation Move listaddtail to after dmaallocattrs succeeds when creating internal buffers. Previously, th...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/05/07 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-43157

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - octeontx2-af: CGX: fix bitmap leaks The RX/TX flow-control bitmaps rxfcpfvfbmap and txfcpfvfbmap are allocated by cgxlmacinit but never freed in cgxlmacexit...

5.5CVSS6.1AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/05/07 12:00 a.m.•21 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: uboot-tools (UTSA-2026-016520)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016520 advisory. Buffer Overflow vulnerability in the net/bootp.c in DENEX U-Boot from its initial commit in 2002 3861aa5 up to today on any platform allows an attacker on the local...

5.8AI score0.00598EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/05/07 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-7960

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Race in Speech in Google Chrome prior to 148.0.7778.96 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive...

5.3CVSS6.3AI score0.00226EPSS
SaveExploits0References2
Rows per page
Query Builder