Lucene search
+L

5516 matches found

CVE
CVE
added 2024/05/24 3:12 p.m.111 views

CVE-2021-47563

CVE-2021-47563 (Linux kernel, ice driver): A refcount mismanagement in the ice XDP path during VSI rebuilds (e.g., ethtool set_channels) can swap bpf_prog pointers and trigger a late bpf_prog_put, potentially leading to a zero-refcount object and a kernel page fault. The issue affects the ice dri...

5.5CVSS6.7AI score0.0021EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.33 views

CVE-2021-47546 ipv6: fix memory leak in fib6_rule_suppress

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix memory leak in fib6rulesuppress The kernel leaks memory when a fib rule is present in IPv6 nftables firewall rules and a suppressprefix rule is present in the IPv6 routing rules used by certain tools such as wg-quick. I...

7AI score0.00222EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.23 views

CVE-2021-47514 devlink: fix netns refcount leak in devlink_nl_cmd_reload()

In the Linux kernel, the following vulnerability has been resolved: devlink: fix netns refcount leak in devlinknlcmdreload While preparing my patch series adding netns refcount tracking, I spotted bugs in devlinknlcmdreload Some error paths forgot to release a refcount on a netns. To fix this, we...

6.8AI score0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/24 3:09 p.m.90 views

CVE-2021-47514

CVE-2021-47514 : In the Linux kernel, there is a vulnerability in the devlink netns refcount handling, specifically a leak in netns refcounts in devlink_nl_cmd_reload(). The root cause is that some error paths forgot to release a netns refcount during the devlink_reload() flow. The patch fixes th...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.19 views

CVE-2021-47514 devlink: fix netns refcount leak in devlink_nl_cmd_reload()

In the Linux kernel, the following vulnerability has been resolved: devlink: fix netns refcount leak in devlinknlcmdreload While preparing my patch series adding netns refcount tracking, I spotted bugs in devlinknlcmdreload Some error paths forgot to release a refcount on a netns. To fix this, we...

6.5AI score0.00236EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/23 2:03 p.m.29 views

CVE-2021-47249

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rdsrecvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rdsrecvmsgstruct socket sock, struct msghdr msg, sizet size, int msgflags ... if...

6.1CVSS9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 1:31 p.m.26 views

CVE-2021-47294

A vulnerability was found in the Linux kernel's NetRom subsystem. This issue arises when socket timers expire, if the timer handler does not decrease the socket reference count as needed, the socket reference count becomes unbalanced. This can result in the socket not being freed properly,...

5.5CVSS9.1AI score0.00276EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:06 a.m.20 views

CVE-2021-47467

In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfreeatend The reference counting issue happens in the normal path of kfreeatend. When kunitallocandgetresource is invoked, the function forgets to handle the returned resource object, whose...

7.1CVSS8.9AI score0.00489EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:05 a.m.25 views

CVE-2021-47450

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 a...

5.5CVSS6.4AI score0.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.7 views

SUSE CVE-2021-47325

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix armsmmudevice refcount leak in address translation The reference counting issue happens in several exception handling paths of armsmmuiovatophyshard. When those error scenarios occur, the function forgets to...

5.5CVSS6.4AI score0.00246EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.5 views

SUSE CVE-2021-47327

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix armsmmudevice refcount leak when armsmmurpmget fails armsmmurpmget invokes pmruntimegetsync, which increases the refcount of the "smmu" even though the return value is less than 0. The reference counting issue...

7.1CVSS6.4AI score0.00255EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/22 12:28 p.m.24 views

CVE-2021-47325

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Fix armsmmudevice refcount leak in address translation The reference counting issue happens in several exception handling paths of armsmmuiovatophyshard. When those error scenarios occur, the function forgets to...

5.1CVSS6.4AI score0.00246EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.12 views

kernel: RDMA/efa: Fix wrong resources deallocation order

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.9 views

kernel: xsk: fix refcount underflow in error path

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

7.8CVSS6.9AI score0.00153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.7 views

kernel: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe

In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehcihcdppcofprobe offindcompatiblenode returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/22 7:15 a.m.28 views

CVE-2021-47467

In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfreeatend The reference counting issue happens in the normal path of kfreeatend. When kunitallocandgetresource is invoked, the function forgets to handle the returned resource object, whose...

5.3CVSS6.4AI score0.00489EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/22 7:15 a.m.31 views

CVE-2021-47450

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 a...

5.5CVSS6.8AI score
SaveExploits0References2
NVD
NVD
added 2024/05/22 7:15 a.m.29 views

CVE-2021-47450

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 a...

8.8CVSS6.4AI score0.00206EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/22 7:15 a.m.3 views

DEBIAN-CVE-2021-47450

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the host's stage-2 PGD is currently managed by EL2 a...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.8 views

UBUNTU-CVE-2021-47467

In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfreeatend The reference counting issue happens in the normal path of kfreeatend. When kunitallocandgetresource is invoked, the function forgets to handle the returned resource object, whose...

5.3CVSS5.7AI score0.00489EPSS
SaveExploits0References5
Rows per page
Query Builder