Lucene search
K

5168 matches found

SUSE CVE
SUSE CVE
added 2025/12/25 1:5 a.m.3 views

SUSE CVE-2022-50718

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix pci device refcount leak As comment of pcigetdomainbusandslot says, it returns a pci device with refcount increment, when finish using it, the caller must decrement the reference count by calling pcidevput. So...

5.5CVSS6.5AI score0.002EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.1 views

SUSE CVE-2022-50742

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible refcount leak in afuioctl eventfdctxput need to be called to put the refcount that gotten by eventfdctxfdget when ocxlirqsethandler fails...

4.7CVSS6.5AI score0.00211EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.3 views

SUSE CVE-2022-50751

In the Linux kernel, the following vulnerability has been resolved: configfs: fix possible memory leak in configfscreatedir kmemleak reported memory leaks in configfscreatedir: unreferenced object 0xffff888009f6af00 size 192: comm "modprobe", pid 3777, jiffies 4295537735 age 233.784s backtrace:...

3.3CVSS6.5AI score0.00211EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/12/25 1:3 a.m.3 views

SUSE CVE-2022-50775

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix refcount leak in hnsrocemmap rdmausermmapentrygetpgoff takes the reference. Add missing rdmausermmapentryput to release the reference. Acked-by Haoyue Xu...

6.5AI score0.00207EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/25 1:3 a.m.7 views

SUSE CVE-2022-50777

In the Linux kernel, the following vulnerability has been resolved: net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmiiprobe ofphyfinddevice return device node with refcount incremented. Call putdevice to relese it when not needed anymore...

4.7CVSS6.4AI score0.0022EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.2 views

SUSE CVE-2023-54042

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix VAS mm use after free The refcount on mm is dropped before the coprocessor is detached...

7.8CVSS6.6AI score0.00157EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.4 views

SUSE CVE-2023-54075

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parsedailinkinfo Add missing ofnodeputs before the returns to balance ofnodegets and ofnodeputs, which may get unbalanced in case the for loop 'foreachavailablechildofnode' returns ear...

6.5AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.2 views

SUSE CVE-2023-54107

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: dropping parent refcount after pdfreefn is done Some cgroup policies will access parent pd through child pd even after pdofflinefn is done. If pdfreefn for parent is called before child, then UAF can be triggered. Hen...

5.5CVSS6.5AI score0.00156EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.2 views

SUSE CVE-2023-54109

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

6.5AI score0.00184EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/12/25 12:55 a.m.6 views

SUSE CVE-2023-54111

In the Linux kernel, the following vulnerability has been resolved: pinctrl: rockchip: Fix refcount leak in rockchippinctrlparsegroups offindnodebyphandle returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcou...

4.7CVSS6.4AI score0.00184EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.2 views

SUSE CVE-2025-68351

In the Linux kernel, the following vulnerability has been resolved: exfat: fix refcount leak in exfatfind Fix refcount leaks in exfatfind related to exfatgetdentryset. Function exfatgetdentryset would increase the reference counter of es-bh on success. Therefore, exfatputdentryset must be called...

5.5CVSS6.5AI score0.00153EPSS
Exploits0References20
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.4 views

SUSE CVE-2025-68366

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config unlock in nbdgenlconnect There is one use-after-free warning when running NBDCMDCONNECT and NBDCLEARSOCK: nbdgenlconnect nbdallocandinitconfig // configrefs=1 nbdstartdevice // configrefs=2 set NBDRTHASCONFIGREF...

5.5CVSS6.5AI score0.00165EPSS
Exploits0References24
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50760

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased t...

6.1AI score0.00243EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50718

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix pci device refcount leak As comment of pcigetdomainbusandslot says, it returns a pci device with refcount increment, when finish using it, the...

6.1AI score0.002EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-50703

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - soc: qcom: smsm: Fix refcount leak bugs in qcomsmsmprobe There are two refcount leak bugs in qcomsmsmprobe: 1 The 'localnode' is escaped out from...

6.1AI score0.00196EPSS
Exploits0References3
EUVD
EUVD
added 2025/12/24 3:30 p.m.3 views

EUVD-2023-60336

In the Linux kernel, the following vulnerability has been resolved: media: rcarfdp1: Fix refcount leak in probe and remove function rcarfcpget take reference, which should be balanced with rcarfcpput. Add missing rcarfcpput in fdp1remove and the error paths of fdp1probe to fix this. hverkuil:...

5.9AI score0.00184EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/24 3:30 p.m.5 views

EUVD-2023-60338

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: dropping parent refcount after pdfreefn is done Some cgroup policies will access parent pd through child pd even after pdofflinefn is done. If pdfreefn for parent is called before child, then UAF can be triggered. Hen...

6AI score0.00156EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/24 3:30 p.m.6 views

EUVD-2023-60334

In the Linux kernel, the following vulnerability has been resolved: pinctrl: rockchip: Fix refcount leak in rockchippinctrlparsegroups offindnodebyphandle returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcou...

5.9AI score0.00184EPSS
Exploits0References9
EUVD
EUVD
added 2025/12/24 3:30 p.m.4 views

EUVD-2023-60251

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parsedailinkinfo Add missing ofnodeputs before the returns to balance ofnodegets and ofnodeputs, which may get unbalanced in case the for loop 'foreachavailablechildofnode' returns ear...

5.9AI score0.00155EPSS
Exploits0References3
EUVD
EUVD
added 2025/12/24 3:30 p.m.4 views

EUVD-2022-55786

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix refcount leak in hnsrocemmap rdmausermmapentrygetpgoff takes the reference. Add missing rdmausermmapentryput to release the reference. Acked-by Haoyue Xu...

5.9AI score0.00207EPSS
Exploits0References4
Rows per page
Query Builder