Lucene search
+L

8006 matches found

CVE
CVE
added 2025/02/26 2:13 a.m.154 views

CVE-2022-49466

CVE-2022-49466 affects the Linux kernel regulator: scmi subsystem. The root cause is a refcount leak in scmi_regulator_probe due to of_find_node_by_name() returning a node pointer with an incremented refcount; the patch adds a call to of_node_put() to release the node when done. This fix prevents...

5.5CVSS6.4AI score0.00256EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.34 views

CVE-2022-49466 regulator: scmi: Fix refcount leak in scmi_regulator_probe

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

0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:13 a.m.86 views

CVE-2022-49454

CVE-2022-49454 concerns the Linux kernel Mediatek PCI subsystem: a refcount leak in mtk_pcie_subsys_powerup() caused by of_find_compatible_node() returning a node pointer with an incremented refcount. The issue is resolved by adding a missing of_node_put() to release the refcount when the node is...

5.5CVSS5.3AI score0.00256EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.20 views

CVE-2022-49437 powerpc/xive: Fix refcount leak in xive_spapr_init

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

0.00263EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/26 2:12 a.m.18 views

CVE-2022-49400

In the Linux kernel, the following vulnerability has been resolved: md: Don't set mddev private to NULL in raid0 pers-free In normal stop process, it does like this: domdstop | mdstop pers-free; mddev-private=NULL | mdfree free mddev mdstop sets mddev-private to NULL after pers-free. The raid...

5.5CVSS5.6AI score0.00281EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:11 a.m.113 views

CVE-2022-49367

Summary (CVE-2022-49367) In the Linux kernel, the mv88e6xxx DSA MDIO registration path contains a refcount leak. The function of_get_child_by_name() returns a node pointer with an incremented refcount, but of_node_put() is not called when finished, leaking references. mv88e6xxx_mdio_register() fo...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:10 a.m.6 views

CVE-2022-49334 mm/huge_memory: Fix xarray node memory leak

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: Fix xarray node memory leak If xassplitalloc fails to allocate the necessary nodes to complete the xarray entry split, it sets the xastate to -ENOMEM, which xasnomem then interprets as "Please allocate more memory"...

6.1AI score0.00253EPSS
SaveExploits0References3
CVE
CVE
added 2025/02/26 1:56 a.m.152 views

CVE-2022-49257

CVE-2022-49257 affects the Linux kernel and stems from a NULL dereference in watch_queue_set_size() during error cleanup. The code path could call __free_page() on buffers that were not allocated, causing a NULL pointer dereference (observed as a KASAN report in __free_pages). The issue is mitiga...

5.5CVSS6.7AI score0.00256EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/26 1:56 a.m.14 views

CVE-2022-49257 watch_queue: Fix NULL dereference in error cleanup

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.16 views

CVE-2022-49257

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5CVSS5.8AI score0.00256EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.21 views

CVE-2022-49217 scsi: pm8001: Fix abort all task initialization

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xxsendabortall, the nelem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to the task completion path seeing the ccb with a non-zero...

0.00305EPSS
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:55 a.m.135 views

CVE-2022-49190

CVE-2022-49190 affects the Linux kernel (kernel/resource). Root cause: boot memory allocated via alloc_resource() may be leaked if callers use kfree directly, causing a kernel BUG; remediation leaks only a few bytes to avoid patching every call site. A fix was applied in the kernel (commit ebff7d...

5.5CVSS6.3AI score0.0026EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.26 views

CVE-2022-49190

In the Linux kernel, the following vulnerability has been resolved: kernel/resource: fix kfree of bootmem memory again Since commit ebff7d8f270d "mem hotunplug: fix kfree of bootmem memory", we could get a resource allocated during boot via allocresource. And it's required to release the resource...

5.5CVSS5.5AI score0.0026EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:55 a.m.81 views

CVE-2022-49150

CVE-2022-49150 in the Linux kernel relates to rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram. The issue was that of_find_compatible_node() returned a node pointer with an incremented refcount and lacked a corresponding of_node_put() to release it. The connected documents c...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.25 views

CVE-2022-49121 scsi: pm8001: Fix tag leaks on error

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001chipsetdevstatereq, pm8001chipfwflashupdatereq, pm80xxchipphyctlreq and pm8001chipregdevreq add missing calls to pm8001tagfree to free the allocated tag when pm8001mpibuildcmd fails...

0.00263EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.2 views

CVE-2022-49102 habanalabs: fix possible memory leak in MMU DR fini

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix possible memory leak in MMU DR fini This patch fixes what seems to be copy paste error. We will have a memory leak if the host-resident shadow is NULL which will likely happen as the DR and HR are not dependent...

6.4AI score0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 1:54 a.m.12 views

CVE-2022-49077 mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)

In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidaterangestart/end on mremapoldsize=0 If an mremap syscall with oldsize=0 ends up in movepagetables, it will call invalidaterangestart/invalidaterangeend unnecessarily, i.e. with an empty range...

4.9AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.18 views

CVE-2022-49076

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPIAbort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1mmurbunregister then drops the last reference and the mm ...

7.8CVSS5.9AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.14 views

CVE-2022-49067 powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit

In the Linux kernel, the following vulnerability has been resolved: powerpc: Fix virtaddrvalid for 64-bit Book3E & 32-bit mpe: On 64-bit Book3E vmalloc space starts at 0x8000000000000000. Because of the way pa works we have: pa0x8000000000000000 == 0, and therefore virttopfn0x8000000000000000 == ...

5AI score
SaveExploits0References9
CVE
CVE
added 2025/02/26 1:54 a.m.146 views

CVE-2022-49063

The CVE (CVE-2022-49063) affects the Linux kernel in the ice driver’s ARFS feature, where use-after-free can occur when freeing @rx_cpu_rmap. The issue arises because free_irq_cpu_rmap() is invoked after (devm_)free_irq(), causing the code to operate on IRQ descriptors that may already be freed, ...

7.8CVSS5.3AI score0.00273EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder