Lucene search
+L

5515 matches found

RedHat Linux
RedHat Linux
added 2024/04/23 4:44 p.m.6 views

kernel: refcount leak in ctnetlink_create_conntrack()

A memory leak problem was found in ctnetlinkcreateconntrack in net/netfilter/nfconntracknetlink.c in the Linux Kernel. This issue may allow a local attacker with CAPNETADMIN privileges to cause a denial of service DoS attack due to a refcount overflow...

5.5CVSS6.9AI score0.00298EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/23 4:44 p.m.71 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security...

7.8CVSS6.7AI score0.01104EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/04/23 4:31 p.m.8 views

kernel: refcount leak in ctnetlink_create_conntrack()

A memory leak problem was found in ctnetlinkcreateconntrack in net/netfilter/nfconntracknetlink.c in the Linux Kernel. This issue may allow a local attacker with CAPNETADMIN privileges to cause a denial of service DoS attack due to a refcount overflow...

5.5CVSS6.9AI score0.00298EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.12 views

SUSE CVE-2024-26898

In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in aoecmdcfgpkts This patch is against CVE-2023-6270. The description of cve is: A flaw was found in the ATA over Ethernet AoE driver in the Linux kernel. The aoecmdcfgpkts function...

7.8CVSS5.9AI score0.00305EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2024/04/19 12:00 a.m.12 views

PT-2024-26845

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description A vulnerability has been resolved in the Linux kernel, specifically in the ax25 module, which handles Amateur Radio AX.25 packet protocol. The issue is related to a netdev refcount problem. Whe...

5.5CVSS5.4AI score0.00233EPSS
SaveExploits0
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-CVE-2024-26864

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix refcnt handling in inethashconnect. syzbot reported a warning in sknullsdelnodeinitrcu. The commit 66b60b0c8c4a "dccp/tcp: Unhash sk from ehash for tb2 alloc failure after checkestalblished." tried to fix an issue that a...

7.8CVSS5.3AI score0.00608EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.7 views

UBUNTU-CVE-2024-26864

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix refcnt handling in inethashconnect. syzbot reported a warning in sknullsdelnodeinitrcu. The commit 66b60b0c8c4a "dccp/tcp: Unhash sk from ehash for tb2 alloc failure after checkestalblished." tried to fix an issue that a...

7.8CVSS5.9AI score0.00608EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/10 7:15 p.m.1 views

DEBIAN-CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

7.8CVSS5.4AI score0.00219EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.4 views

SUSE CVE-2024-26689

In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encodecapmsg In fs/ceph/caps.c, in encodecapmsg, "use after free" error was caught by KASAN at this line - 'cephbuffergetarg-xattrbuf;'. This implies before the refcount could be increment here, it...

5.5CVSS6.3AI score0.00696EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.4 views

SUSE CVE-2024-26709

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/04 12:06 a.m.24 views

CVE-2024-26709

A vulnerability was found in the spaprtceplatformiommuattachdev function in the Linux kernel, where a missing call to the iommugroupput function can lead to a reference count leak for IOMMU groups during DLPAR operations. This vulnerability could lead to kernel panics and instability...

6CVSS6AI score0.00195EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/03 3:15 p.m.26 views

CVE-2024-26709

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

5.5CVSS6.2AI score0.00195EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-CVE-2024-26709

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

5.5CVSS5.6AI score0.00195EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 3:15 p.m.28 views

CVE-2024-26689

In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encodecapmsg In fs/ceph/caps.c, in encodecapmsg, "use after free" error was caught by KASAN at this line - 'cephbuffergetarg-xattrbuf;'. This implies before the refcount could be increment here, it...

8.8CVSS7.3AI score0.00696EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/03 3:15 p.m.11 views

UBUNTU-CVE-2024-26709

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.6 views

UBUNTU-CVE-2024-26689

In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encodecapmsg In fs/ceph/caps.c, in encodecapmsg, "use after free" error was caught by KASAN at this line - 'cephbuffergetarg-xattrbuf;'. This implies before the refcount could be increment here, it...

8.8CVSS6.2AI score0.00696EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.27 views

CVE-2024-26709

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

5.5CVSS6AI score0.00195EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.42 views

CVE-2024-26709 powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

6.5AI score0.00195EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.21 views

CVE-2024-26709 powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Fix the missing iommugroupput during platform domain attach The function spaprtceplatformiommuattachdev is missing to call iommugroupput when the domain is already set. This refcount leak shows up with BUGON during...

6.7AI score0.00195EPSS
SaveExploits0References2
CVE
CVE
added 2024/04/03 2:55 p.m.111 views

CVE-2024-26709

CVE-2024-26709 (Linux kernel, PowerPC). A refcount leak in spapr_tce_platform_iommu_attach_dev() occurs because iommu_group_put() is not called when the domain is already set, leading to a leak and a BUG_ON() during DLPAR remove on POWER10/pSeries platforms. The connected patch adds the missing i...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder