Lucene search
+L

5516 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.25 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...

5.5CVSS6.9AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.15 views

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.3AI score0.00255EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 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.5CVSS5.9AI score0.00246EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/21 3:15 p.m.16 views

UBUNTU-CVE-2021-47365

In the Linux kernel, the following vulnerability has been resolved: afs: Fix page leak There's a loop in afsextendwriteback that adds extra pages to a write we want to make to improve the efficiency of the writeback by making it larger. This loop stops, however, if we hit a page we can't write ba...

5.5CVSS5.7AI score0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.11 views

UBUNTU-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.5CVSS5.7AI score0.00246EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.7 views

UBUNTU-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.1CVSS5.7AI score0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.7 views

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

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.27 views

CVE-2021-47294

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

5.5CVSS6.2AI score0.00276EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/21 3:15 p.m.12 views

UBUNTU-CVE-2021-47294

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

5.5CVSS6AI score0.00276EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.10 views

CVE-2021-47327 iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails

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

6.7AI score0.00255EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.35 views

CVE-2021-47327 iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails

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

6.3AI score0.00255EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 2:35 p.m.103 views

CVE-2021-47327

The CVE-2021-47327 issue concerns the Linux kernel’s iommu/arm-smmu path. arm_smmu_rpm_get() calls pm_runtime_get_sync(), which can inflate the refcount of the SMMU even when the function returns a negative error, causing a refcount leak if callers don’t balance it on failure. A fix is documented...

7.1CVSS6.6AI score0.00255EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.22 views

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.1CVSS5.6AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 2:35 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.5CVSS5AI score0.00246EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:35 p.m.105 views

CVE-2021-47325

CVE-2021-47325 concerns the Linux kernel’s iommu/arm-smmu subsystem. The issue is a refcount leak in arm_smmu_iova_to_phys_hard() where, on several error paths, the refcount of the underlying smmu object, increased by arm_smmu_rpm_get(), is not decremented. The fixed workaround described in the p...

5.5CVSS6.6AI score0.00246EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.38 views

CVE-2021-47325 iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation

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

6.3AI score0.00246EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.22 views

CVE-2021-47325 iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation

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

6.8AI score0.00246EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.31 views

CVE-2021-47294 netrom: Decrease sock refcount when sock timers expire

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

6.4AI score0.00276EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47294 netrom: Decrease sock refcount when sock timers expire

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

6.8AI score0.00276EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.47 views

CVE-2021-47294

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 "netrom: switch to sock timer API" switched to use sock timer API. It replaces modtimer by skresettimer, and deltimer by skstoptimer. Function skresettime...

5.5CVSS6AI score0.00276EPSS
SaveExploits0
Rows per page
Query Builder