Lucene search
+L

2219 matches found

Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.10 views

CVE-2022-50120

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. This function has two paths missing ofnodeput...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.10 views

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.5CVSS5.3AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:2 a.m.40 views

CVE-2022-50114

CVE-2022-50114 affects the Linux kernel 9p subsystem. The root cause is a refcount leak in p9_read_work() error handling when m->rreq->rc.sdata is NULL; p9_req_put must be called to avoid the leak. Affected component: net/9p (p9_read_work). The fix is documented in kernel commits (e.g., 34b...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.9 views

CVE-2022-50111

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359parsedt and mt6359accdetparsedt, we should call ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.15 views

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.5CVSS5.3AI score0.00203EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.19 views

CVE-2022-50105 powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader

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

0.00159EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.12 views

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.5AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:2 a.m.8 views

CVE-2022-50077 apparmor: fix reference count leak in aa_pivotroot()

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix reference count leak in aapivotroot The aapivotroot function has a reference counting bug in a specific path. When aareplacecurrentlabel returns on success, the function forgets to decrement the reference count of...

5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.17 views

CVE-2022-50077 apparmor: fix reference count leak in aa_pivotroot()

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix reference count leak in aapivotroot The aapivotroot function has a reference counting bug in a specific path. When aareplacecurrentlabel returns on success, the function forgets to decrement the reference count of...

0.00161EPSS
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:2 a.m.83 views

CVE-2022-50077

The CVE-2022-50077 entry concerns the Linux kernel AppArmor path aa_pivotroot, where a reference-count bug leaks a previously incremented “target” when aa_replace_current_label() returns success. The fix is to decrement the refcount of target in that code path (build_pivotroot() increased it earl...

5.5CVSS6.4AI score0.00161EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.18 views

CVE-2022-50077

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix reference count leak in aapivotroot The aapivotroot function has a reference counting bug in a specific path. When aareplacecurrentlabel returns on success, the function forgets to decrement the reference count of...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.15 views

CVE-2022-50043 net: fix potential refcount leak in ndisc_router_discovery()

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndiscrouterdiscovery The issue happens on specific paths in the function. After both the object rt and neigh are grabbed successfully, when lifetime is nonzero but the metric needs change, the...

0.0016EPSS
SaveExploits0References3
CVE
CVE
added 2025/06/18 11:1 a.m.35 views

CVE-2022-50043

CVE-2022-50043 is a Linux kernel vulnerability in ndisc_router_discovery where, on certain paths after grabbing rt and neigh, a nonzero lifetime with a metric change causes the code to delete the route and potentially reacquire rt/neigh without decrementing the previous neigh reference count, lea...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 11:1 a.m.8 views

CVE-2022-50043 net: fix potential refcount leak in ndisc_router_discovery()

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndiscrouterdiscovery The issue happens on specific paths in the function. After both the object rt and neigh are grabbed successfully, when lifetime is nonzero but the metric needs change, the...

6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/06/18 11:1 a.m.10 views

CVE-2022-50043

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndiscrouterdiscovery The issue happens on specific paths in the function. After both the object rt and neigh are grabbed successfully, when lifetime is nonzero but the metric needs change, the...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:1 a.m.10 views

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.5CVSS5.3AI score0.00208EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.18 views

CVE-2022-50035 drm/amdgpu: Fix use-after-free on amdgpu_bo_list mutex

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free on amdgpubolist mutex If amdgpucsvmhandling returns r != 0, then it will unlock the bolistmutex inside the function amdgpucsvmhandling and again on amdgpucsparserfini. This problem results in the...

7.8CVSS0.00157EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:1 a.m.77 views

CVE-2022-50007

CVE-2022-50007: In the Linux kernel xfrm_policy_check(), on the error path when fetching pols[1] fails, pols[0] is not decremented, causing a refcount leak. The fix adds a decref for pols[0] in that path. Affected component: Linux kernel xfrm policy check. Impact described as memory leaks on erro...

5.5CVSS6.4AI score0.00208EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:1 a.m.7 views

CVE-2022-50007 xfrm: fix refcount leak in __xfrm_policy_check()

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

5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/06/18 11:1 a.m.7 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.5CVSS5.2AI score0.00208EPSS
SaveExploits0
Rows per page
Query Builder