Lucene search
+L

5515 matches found

CVE
CVE
added 2025/12/24 1:06 p.m.29 views

CVE-2023-54111

Public details for CVE-2023-54111 are not present in the connected documents. No product/version specifics, exploit, or remediation are provided here. Monitor for updates.

6AI score0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.21 views

CVE-2023-54109

CVE-2023-54109 affects the Linux kernel in media: rcar_fdp1. The vulnerability was due to a refcount leak: rcar_fcp_get() references were not balanced with rcar_fcp_put() in fdp1_probe error paths and in fdp1_remove. The fix adds the missing rcar_fcp_put() calls to balance references, addressing ...

6AI score0.00214EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.37 views

CVE-2023-54109 media: rcar_fdp1: Fix refcount leak in probe and remove function

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

0.00214EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:06 p.m.10 views

CVE-2023-54109 media: rcar_fdp1: Fix refcount leak in probe and remove function

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.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.37 views

CVE-2023-54107 blk-cgroup: dropping parent refcount after pd_free_fn() is done

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

7.8CVSS0.00147EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/24 1:06 p.m.39 views

CVE-2023-54107

CVE-2023-54107 relates to the Linux kernel blk-cgroup Use-After-Free caused by the parent blkg refcount being dropped before the parent’s pd_free_fn() executes. The issue occurs because __blkg_release() drops the parent refcount in a path that precedes the asynchronous blkg_free_work_fn() where p...

7.8CVSS6.1AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:06 p.m.7 views

CVE-2023-54107 blk-cgroup: dropping parent refcount after pd_free_fn() is done

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

7.8CVSS6.4AI score
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:06 p.m.29 views

CVE-2022-50777

CVE-2022-50777 is a Linux kernel vulnerability in net: phy: xgmiitorgmii. The root cause: xgmiitorgmii_probe leaked a reference count because of_phy_find_device() returned a device node with an incremented refcount. The fix releases the reference by calling put_device() when the device is no long...

6AI score0.00255EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.34 views

CVE-2022-50777 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe

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

0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:06 p.m.8 views

CVE-2022-50777 net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe

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

6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.34 views

CVE-2022-50775 RDMA/hns: Fix refcount leak in hns_roce_mmap

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

0.0024EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:06 p.m.12 views

CVE-2022-50775 RDMA/hns: Fix refcount leak in hns_roce_mmap

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.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:05 p.m.41 views

CVE-2022-50760 drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we...

0.00282EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:05 p.m.25 views

CVE-2022-50760

CVE-2022-50760 is a Linux kernel vulnerability affecting the DRM/AMDGPU path. The issue stems from a refcount handling in amdgpu_atrm_get_bios(): pci_get_class() returns a pci_device with an increased refcount, and when the loop is broken with a non-NULL pdev, the code must call pci_dev_put() to ...

6AI score0.00282EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:05 p.m.6 views

CVE-2022-50751 configfs: fix possible memory leak in configfs_create_dir()

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

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 1:05 p.m.21 views

CVE-2022-50751

CVE-2022-50751 is fixed in the Linux kernel to address a memory leak in configfs_create_dir caused by incorrect refcount handling when configfs_create() fails during subsystem registration. The root cause described across the provided details is that, in the error path, configfs_d_iput() is not r...

6.1AI score0.00248EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:05 p.m.29 views

CVE-2022-50742

CVE-2022-50742 is reported in the Linux kernel under the misc: ocxl subsystem. The issue is described as a possible refcount leak in afu_ioctl(), caused when ocxl_irq_set_handler fails and the code does not release the refcount obtained via eventfd_ctx_fdget. The fix requires calling eventfd_ctx_...

6AI score0.00248EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:05 p.m.16 views

CVE-2022-50742 misc: ocxl: fix possible refcount leak in afu_ioctl()

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

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:05 p.m.29 views

CVE-2022-50742 misc: ocxl: fix possible refcount leak in afu_ioctl()

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

0.00248EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205088

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

6AI score0.00193EPSS
SaveExploits0References5
Rows per page
Query Builder