Lucene search
+L

5557 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-50032

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

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-50019

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.10 views

CVE-2022-50019

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS0.00166EPSS
SaveExploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50017

In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing ofnodeput in octeon2usbclocksstart We should call ofnodeput for the reference 'uctlnode' returned by ofgetparent which will increase the refcount. Otherwise, there will be a refcount leak bug...

5.5CVSS0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-50017

In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing ofnodeput in octeon2usbclocksstart We should call ofnodeput for the reference 'uctlnode' returned by ofgetparent which will increase the refcount. Otherwise, there will be a refcount leak bug...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.8 views

CVE-2022-50007

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmpolicycheck The issue happens on an error path in xfrmpolicycheck. When the fetching process of the object pols1 fails, the function simply returns 0, forgetting to decrement the reference count of...

5.5CVSS0.00217EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.4 views

DEBIAN-CVE-2022-50007

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmpolicycheck The issue happens on an error path in xfrmpolicycheck. When the fetching process of the object pols1 fails, the function simply returns 0, forgetting to decrement the reference count of...

5.5CVSS5.2AI score0.00217EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-49982

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

5.5CVSS0.00217EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-49979

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in skpsockget 2 Syzkaller reports refcount bug as follows: ------------ cut here ------------ refcountt: saturated; leaking memory. WARNING: CPU: 1 PID: 3605 at lib/refcount.c:19...

5.5CVSS5.5AI score0.00227EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.11 views

CVE-2022-49979

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in skpsockget 2 Syzkaller reports refcount bug as follows: ------------ cut here ------------ refcountt: saturated; leaking memory. WARNING: CPU: 1 PID: 3605 at lib/refcount.c:19...

7.8CVSS0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.12 views

UBUNTU-CVE-2022-50105

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: Fix refcount leak in spufsinitisolatedloader offindnodebypath returns remote device nodepointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.9AI score0.00166EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

UBUNTU-CVE-2022-50038

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in mesonvpuhasavailableconnectors In this function, there are two refcount leak bugs: 1 when breaking out of foreachendpointofnode, we need call the ofnodeput for the 'ep'; 2 we should call ofnodeput...

5.5CVSS6AI score0.00217EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-CVE-2022-50108

In the Linux kernel, the following vulnerability has been resolved: mfd: max77620: Fix refcount leak in max77620initialisefps ofgetchildbyname 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.1AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

UBUNTU-CVE-2022-50123

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173rt5650rt5676devprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Fix missing ofnodeput in error paths...

5.5CVSS5.9AI score0.00166EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-50207

In the Linux kernel, the following vulnerability has been resolved: ARM: bcm: Fix refcount leak in bcmkonasmcinit 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.1AI score0.00217EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

UBUNTU-CVE-2022-50162

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in ifusbprobe usbgetdev will be called before lbsgetfirmwareasync which means that usbputdev need to be called when lbsgetfirmwareasync fails...

5.5CVSS6AI score0.00166EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-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.1AI score0.00165EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

UBUNTU-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.1AI score0.00166EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

UBUNTU-CVE-2022-50032

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

5.5CVSS6AI score0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

UBUNTU-CVE-2022-50033

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS6AI score0.0017EPSS
SaveExploits0References10
Rows per page
Query Builder