Lucene search
+L

80 matches found

Vulnrichment
Vulnrichment
added 2025/02/27 2:07 a.m.12 views

CVE-2025-21714 RDMA/mlx5: Fix implicit ODP use after free

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS7.5AI score0.00196EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.13 views

CVE-2025-21714

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP use after free Prevent double queueing of implicit ODP mr destroy work by using xacmpxchg to make sure this is the only time we are destroying this specific mr. Without this change, we could try to...

7.8CVSS6AI score0.00196EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/23 11:07 a.m.25 views

CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

4.4CVSS6.3AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/22 9:15 a.m.32 views

CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

5.5CVSS6.3AI score0.0018EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/22 9:15 a.m.5 views

DEBIAN-CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

5.5CVSS5AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 9:15 a.m.20 views

CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

5.5CVSS6.2AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/22 9:15 a.m.22 views

CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

5.5CVSS5.8AI score0.0018EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/22 8:19 a.m.17 views

CVE-2021-47481 RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

6.6AI score0.0018EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/22 8:19 a.m.99 views

CVE-2021-47481

CVE-2021-47481 concerns the Linux kernel RDMA mlx5 path. The connected sources confirm a concrete flaw where the ODP xarray was not initialized when creating an ODP MR, allowing an out-of-bounds/invalid access that triggers a crash (page fault) due to reg_create() setting a desc_size. The fix des...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/05/22 8:19 a.m.47 views

CVE-2021-47481

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to descsize in regcreate causes a crash: BUG: unable to handle page fault for address:...

5.5CVSS6.4AI score0.0018EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/04 2:29 a.m.9 views

SUSE CVE-2022-48675

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

4.7CVSS6.2AI score0.00178EPSS
SaveExploits0References9
NVD
NVD
added 2024/05/03 3:15 p.m.24 views

CVE-2022-48675

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

5.5CVSS6.1AI score0.00178EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/03 3:15 p.m.27 views

CVE-2022-48675

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

5.5CVSS6.2AI score0.00178EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/03 2:52 p.m.95 views

CVE-2022-48675

CVE-2022-48675 is a Linux kernel issue in IB/core involving a nested deadlock between exiting mmap (exit_mmap/__mmu_notifier_release) and a mutex held during ib_umem_odp_map_dma_and_lock. The root cause is a potential deadlock when mmput() is called while umem_mutex is held, triggering a lock in ...

5.5CVSS6.4AI score0.00178EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/03 2:52 p.m.37 views

CVE-2022-48675 IB/core: Fix a nested dead lock as part of ODP flow

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

5.5AI score0.00178EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/03 2:52 p.m.18 views

CVE-2022-48675 IB/core: Fix a nested dead lock as part of ODP flow

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

6.7AI score0.00178EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/03 2:52 p.m.44 views

CVE-2022-48675

In the Linux kernel, the following vulnerability has been resolved: IB/core: Fix a nested dead lock as part of ODP flow Fix a nested dead lock as part of ODP flow by using mmputasync. From the below call trace 1 can see that calling mmput once we have the umemodp-umemmutex locked as required by...

5.5CVSS6.8AI score0.00178EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 5:08 a.m.7 views

SUSE CVE-2016-1513

The Impress tool in Apache OpenOffice 4.1.2 and earlier allows remote attackers to cause a denial of service out-of-bounds read or write or execute arbitrary code via crafted MetaActions in an 1 ODP or 2 OTP file...

7.8CVSS7.8AI score0.07748EPSS
SaveExploits1References3
OSV
OSV
added 2022/10/02 1:37 p.m.9 views

GSD-2022-1006335 IB/core: Fix a nested dead lock as part of ODP flow

IB/core: Fix a nested dead lock as part of ODP flow This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.9 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/10/02 12:00 a.m.7 views

PT-2022-34630 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.15.68 Description: A potential security issue has been identified in the Linux Kernel, related to a nested dead lock as part of the ODP flow. The actual impact and attack plausibility have not yet been proven...

7.3AI score
SaveExploits0References1
Rows per page
Query Builder