Lucene search
+L

482 matches found

NVD
NVD
added 2025/05/01 3:16 p.m.12 views

CVE-2022-49851

In the Linux kernel, the following vulnerability has been resolved: riscv: fix reserved memory setup Currently, RISC-V sets up reserved memory using the "early" copy of the device tree. As a result, when trying to get a reserved memory region using ofreservedmemlookup, the pointer to reserved...

7.1CVSS0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

UBUNTU-CVE-2022-49929

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr leak in RESPSTERRRNR rxerecheckmr will increase mr's refcnt, so we should call rxeputmr to drop mr's refcnt in RESPSTERRRNR to avoid below warning: WARNING: CPU: 0 PID: 4156 at...

5.5CVSS6AI score0.00148EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 3:16 p.m.15 views

UBUNTU-CVE-2022-49896

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix cxlpmemregion and cxlmemdev leak When a cxlnvdimm object goes through a -remove event device physically removed, nvdimm-bridge disabled, or nvdimm device disabled, then any associated regions must also be disabled. ...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 3:16 p.m.8 views

UBUNTU-CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS5.7AI score0.00149EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/05/01 2:11 p.m.1 views

CVE-2022-49930 RDMA/hns: Fix NULL pointer problem in free_mr_init()

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

6AI score0.00149EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49896 cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix cxlpmemregion and cxlmemdev leak When a cxlnvdimm object goes through a -remove event device physically removed, nvdimm-bridge disabled, or nvdimm device disabled, then any associated regions must also be disabled. ...

6.1AI score0.00159EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/08 8:18 a.m.186 views

CVE-2025-22010

CVE-2025-22010 affects the Linux kernel’s RDMA/hns: fixes a soft lockup during BT page loop when allocating very large buffers (e.g., MR > 100GB). The vulnerable path occurs in hns_roce_hw_v2: hem_list_alloc_mid_bt, hns_roce_hem_list_request, hns_roce_mtr_create, alloc_mr_pbl, and hns_roce_reg...

5.5CVSS7.3AI score0.00156EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/04/01 4:15 p.m.15 views

UBUNTU-CVE-2025-21984

In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfdmove encounters swapcache userfaultfdmove checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, movepresentpte handles folio migration by setting: srcfolio-inde...

7.8CVSS6.5AI score0.0014EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/03/28 3:0 a.m.7 views

SUSE CVE-2025-21886

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroyunusedimplicitchildmr to prevent hanging during parent deregistration as of below 1. Upon entering destroyunusedimplicitchildmr, the reference count for the...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/03/28 3:0 a.m.10 views

SUSE CVE-2025-21892

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix the recovery flow of the UMR QP This patch addresses an issue in the recovery flow of the UMR QP, ensuring tasks do not get stuck, as highlighted by the call trace 1. During recovery, before transitioning the QP to...

5.5CVSS7.5AI score0.0013EPSS
SaveExploits0References15
OSV
OSV
added 2025/03/27 5:15 p.m.3 views

DEBIAN-CVE-2023-53026

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix ib block iterator counter overflow When registering a new DMA MR after selecting the best aligned page size for it, we iterate over the given sglist to split each entry to smaller, aligned to the selected page size...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.14 views

UBUNTU-CVE-2023-53026

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix ib block iterator counter overflow When registering a new DMA MR after selecting the best aligned page size for it, we iterate over the given sglist to split each entry to smaller, aligned to the selected page size...

7.8CVSS6.3AI score0.00189EPSS
SaveExploits0References8
OSV
OSV
added 2025/03/27 3:15 p.m.25 views

UBUNTU-CVE-2025-21888

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix a WARN during deregmr for DM type Memory regions MR of type DM device memory do not have an associated umem. In the mlx5ibderegmr - mlx5freeprivdescs flow, the code incorrectly takes the wrong branch, attempting to...

5.5CVSS6.2AI score0.00182EPSS
SaveExploits0References32
OSV
OSV
added 2025/03/27 3:15 p.m.20 views

UBUNTU-CVE-2025-21886

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroyunusedimplicitchildmr to prevent hanging during parent deregistration as of below 1. Upon entering destroyunusedimplicitchildmr, the reference count for the...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/27 2:57 p.m.12 views

CVE-2025-21886 RDMA/mlx5: Fix implicit ODP hang on parent deregistration

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroyunusedimplicitchildmr to prevent hanging during parent deregistration as of below 1. Upon entering destroyunusedimplicitchildmr, the reference count for the...

6.2AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from mlx5 not properly handling DM type MR cancellations, which could lead to invalid DMA unmappings...

5.5CVSS6.5AI score0.00182EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from mlx5 not handling the UMR QP recovery process correctly, which could lead to task hangs...

4.7CVSS6.3AI score0.0013EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-21696

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm: clear uffd-wp PTE/PMD state on mremap When mremaping a memory region previously registered with userfaultfd as write-protected but without...

5.5CVSS6.7AI score0.00188EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-43860

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - remoteproc: imxrproc: Skip over memory region when node value is NULL In imxrprocaddrinit nph = ofcountphandlewithargs just counts number of phandles. But...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/03/01 2:52 a.m.7 views

SUSE CVE-2025-21804

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar-ep: Fix incorrect variable used when calling devmrequestmemregion The rcarpcieparseoutboundranges uses the devmrequestmemregion macro to request a needed resource. A string variable that lives on the stack is then used ...

5.5CVSS7.5AI score0.002EPSS
SaveExploits0References13
Rows per page
Query Builder