Lucene search
+L

54561 matches found

SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.11 views

SUSE CVE-2022-50083

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS6.9AI score
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.9 views

SUSE CVE-2022-50094

In the Linux kernel, the following vulnerability has been resolved: spmi: trace: fix stack-out-of-bound access in SPMI tracing functions tracespmiwritebegin and tracespmireadend both call memcpy with a length of "len + 1". This leads to one extra byte being read beyond the end of the specified...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:41 a.m.9 views

SUSE CVE-2022-50112

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcomsmd: Fix refcount leak in qcomsmdparseedge ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:41 a.m.10 views

SUSE CVE-2022-50114

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9readwork error handling p9reqput need to be called when m-rreq-rc.sdata is NULL to avoid temporary refcount leak. Dominique: commit wording adjustments, p9reqput argument fixes for rebase...

5.5CVSS6.5AI score0.00167EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.8 views

SUSE CVE-2022-50128

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.9 views

SUSE CVE-2022-50143

In the Linux kernel, the following vulnerability has been resolved: intelth: Fix a resource leak in an error handling path If an error occurs after calling 'pciallocirqvectors', 'pcifreeirqvectors' must be called as already done in the remove function...

5.5CVSS6.3AI score0.00166EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.9 views

SUSE CVE-2022-50148

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix potential NULL dereference in kernfsremove When lockdep is enabled, lockdepassertheldwrite would cause potential NULL pointer dereference. Fix the following smatch warnings: fs/kernfs/dir.c:1353 kernfsremove warn:...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.8 views

SUSE CVE-2022-50149

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in driverattach In driverattach function, There are also AA deadlock problem, like the commit b232b02bf3c2 "driver core: fix deadlock in deviceattach". stack like commit b232b02bf3c2 "driver...

5.5CVSS6.4AI score0.00126EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.8 views

SUSE CVE-2022-50153

In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehcihcdppcofprobe offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.7 views

SUSE CVE-2022-50154

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtkpcieinitirqdomains ofgetchildbyname returns a node pointer with refcount incremented, so we should use ofnodeput on it when we don't need it anymore. Add missing ofnodeput to avoid...

5.5CVSS6.2AI score0.00165EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.7 views

SUSE CVE-2022-50156

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'data-block1' too small 33 vs 255 drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'buf' too small 6...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.9 views

SUSE CVE-2022-50161

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in offlashprobeversatile offindmatchingnodeandmatch returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00166EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.9 views

SUSE CVE-2022-50189

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix file pointer leak Currently if a fscanf fails then an early return leaks an open file pointer. Fix this by fclosing the file before the return. Detected using static analysis with cppcheck:...

5.5CVSS6AI score0.00195EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.6 views

SUSE CVE-2022-50203

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: display: Fix refcount leak bug In omapdssinitfbdev, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.3 views

SUSE CVE-2022-50209

In the Linux kernel, the following vulnerability has been resolved: meson-mx-socinfo: Fix refcount leak in mesonmxsocinfoinit offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.3AI score0.00202EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.6 views

SUSE CVE-2022-50211

In the Linux kernel, the following vulnerability has been resolved: md-raid10: fix KASAN warning There's a KASAN warning in raid10removedisk when running the lvm test lvconvert-raid-reshape.sh. We fix this warning by verifying that the value "number" is valid. BUG: KASAN: slab-out-of-bounds in...

6.7CVSS6AI score0.00211EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.12 views

SUSE CVE-2022-50222

In the Linux kernel, the following vulnerability has been resolved: tty: vt: initialize unicode screen buffer syzbot reports kernel infoleak at vcsread 1, for buffer can be read immediately after resize operation. Initialize buffer using kzalloc. ---------- include include include include int...

3.3CVSS6.5AI score0.00202EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:37 a.m.11 views

SUSE CVE-2023-32210

Documents were incorrectly assuming an ordering of principal objects when ensuring we were loading an appropriately privileged principal. In certain circumstances it might have been possible to cause a document to be loaded with a higher privileged principal than intended. This vulnerability...

6.5CVSS8.3AI score0.00538EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:29 a.m.4 views

SUSE CVE-2025-6191

Integer overflow in V8 in Google Chrome prior to 137.0.7151.119 allowed a remote attacker to potentially perform out of bounds memory access via a crafted HTML page. Chromium security severity: High...

8.8CVSS7.1AI score0.10385EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:15 a.m.9 views

SUSE CVE-2025-38026

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score
SaveExploits0References2
Rows per page
Query Builder