Lucene search
+L

5491 matches found

SUSE CVE
SUSE CVE
added 2025/12/10 12:35 a.m.7 views

SUSE CVE-2023-53836

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skb refcnt race after locking changes There is a race where skb's from the skpsockbacklog can be referenced after userspace side has already skbconsumed the skbuff and its refcnt dropped to zer0 causing use afte...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50645

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - EDAC/i10nm: fix refcount leak in pcigetdevwrapper As the comment of pcigetdomainbusandslot says, it returns a PCI device with refcount incremented, so it doesn'...

6AI score0.00202EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53818

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path...

5.6AI score0.00193EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.9 views

Oracle Linux 10 / 9 : Unbreakable Enterprise kernel (ELSA-2025-28040)

The remote Oracle Linux 10 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-28040 advisory. - netfilter: nftables: reject duplicate device on updates Pablo Neira Ayuso Orabug: 38712798 CVE-2025-38678 - ice: fix using untrusted value of...

9.4CVSS6.9AI score0.006EPSS
SaveExploits2References42
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2022-50661

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing...

5.7AI score0.00241EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/10 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53795

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommufd: IOMMUFDDESTROY should not increase the refcount syzkaller found a race where IOMMUFDDESTROY increments the refcount: obj = iommufdgetobjectucmd-ictx,...

7.8CVSS5.2AI score0.00141EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/09 4:17 p.m.8 views

CVE-2023-53836

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skb refcnt race after locking changes There is a race where skb's from the skpsockbacklog can be referenced after userspace side has already skbconsumed the skbuff and its refcnt dropped to zer0 causing use afte...

7.8CVSS0.00186EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

DEBIAN-CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.4AI score0.00272EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

UBUNTU-CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.7AI score0.00272EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2025/12/09 8:51 a.m.7 views

kernel: net/mlx5: fs, fix UAF in flow counter release

A use-after-free flaw was discovered in the Linux kernel’s mlx5 Net/MLX5 subsystem: within the function mlx5cmdhwsdeletefte the HWS action reference count and mutex for a local flow counter were not initialized, meaning the flow-counter structure could already be freed while deleting the rule. Th...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/09 3:31 a.m.12 views

EUVD-2023-60111

In the Linux kernel, the following vulnerability has been resolved: iommufd: IOMMUFDDESTROY should not increase the refcount syzkaller found a race where IOMMUFDDESTROY increments the refcount: obj = iommufdgetobjectucmd-ictx, cmd-id, IOMMUFDOBJANY; if ISERRobj return PTRERRobj;...

5.9AI score0.00141EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/09 3:31 a.m.8 views

EUVD-2023-60088

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

5.9AI score0.00193EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/09 3:31 a.m.9 views

EUVD-2022-55715

In the Linux kernel, the following vulnerability has been resolved: HSI: omapssi: Fix refcount leak in ssiprobe When returning or breaking early from a foreachavailablechildofnode loop, we need to explicitly call ofnodeput on the child node to possibly release the node...

6AI score0.00233EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/09 3:31 a.m.6 views

EUVD-2022-55711

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pcigetdevwrapper As the comment of pcigetdomainbusandslot says, it returns a PCI device with refcount incremented, so it doesn't need to call an extra pcidevget in pcigetdevwrapper, and the PCI...

5.9AI score0.00202EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/09 1:29 a.m.27 views

CVE-2022-50659

The CVE-2022-50659 issue concerns the AMD Geode hwrng driver in the Linux kernel. A reference-count leak could occur when breaking out of the for_each_pci_dev() loop: pci_get_device() increases the returned pci_dev's refcount, but the corresponding pci_dev_put() was omitted along normal or error ...

6AI score0.00272EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.32 views

CVE-2022-50659 hwrng: geode - Fix PCI device refcount leak

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

0.00272EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2022-50659 hwrng: geode - Fix PCI device refcount leak

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

6.3AI score
SaveExploits0References12
NVD
NVD
added 2025/12/09 1:16 a.m.12 views

CVE-2023-53818

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

0.00193EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

DEBIAN-CVE-2023-53818

In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynqearlyslcrinit offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on error path. Add missing ofnodeput to avoid refcount leak...

5.3AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.5 views

DEBIAN-CVE-2023-53795

In the Linux kernel, the following vulnerability has been resolved: iommufd: IOMMUFDDESTROY should not increase the refcount syzkaller found a race where IOMMUFDDESTROY increments the refcount: obj = iommufdgetobjectucmd-ictx, cmd-id, IOMMUFDOBJANY; if ISERRobj return PTRERRobj;...

7.8CVSS5.3AI score0.00141EPSS
SaveExploits0References1
Rows per page
Query Builder