Lucene search
+L

2763 matches found

OSV
OSV
added 2025/04/16 3:16 p.m.4 views

DEBIAN-CVE-2025-22091

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

5.5CVSS5.8AI score0.00189EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.6 views

CVE-2025-22085

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix use-after-free when rename device name Syzbot reported a slab-use-after-free with the following call trace: ================================================================== BUG: KASAN: slab-use-after-free in...

7.8CVSS0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22085

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix use-after-free when rename device name Syzbot reported a slab-use-after-free with the following call trace: ================================================================== BUG: KASAN: slab-use-after-free in...

7.8CVSS5.7AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22086

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.3 views

UBUNTU-CVE-2025-22091

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References10
OSV
OSV
added 2025/04/16 3:16 p.m.5 views

UBUNTU-CVE-2025-22089

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hwcounters outside of init net namespace Commit 467f432a521a "RDMA/core: Split port and device counter sysfs attributes" accidentally almost exposed hw counters to non-init net namespaces. It didn't expose...

6.8CVSS6.2AI score0.00189EPSS
SaveExploits0References40
CVE
CVE
added 2025/04/16 2:12 p.m.111 views

CVE-2025-22091

In the Linux kernel, RDMA/mlx5: Fix page_size variable overflow has been addressed. The fix changes all variables storing mlx5_umem_mkc_find_best_pgsz() results to unsigned long to support values larger than 31 and prevent overflow. Example impact: registering 4GB of contiguous physical memory co...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.23 views

CVE-2025-22091 RDMA/mlx5: Fix page_size variable overflow

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

0.00189EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:12 p.m.9 views

CVE-2025-22091 RDMA/mlx5: Fix page_size variable overflow

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.9 views

CVE-2025-22091

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix pagesize variable overflow Change all variables storing mlx5umemmkcfindbestpgsz result to unsigned long to support values larger than 31 and avoid overflow. For example: If we try to register 4GB of memory that is...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/04/16 2:12 p.m.17 views

CVE-2025-22088 RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdmaacceptnewconn After the erdmacepputnewcep being called, newcep will be freed, and the following dereference will cause a UAF problem. Fix this issue...

7.4AI score0.00194EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.26 views

CVE-2025-22088 RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdmaacceptnewconn After the erdmacepputnewcep being called, newcep will be freed, and the following dereference will cause a UAF problem. Fix this issue...

9.8CVSS0.00194EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.25 views

CVE-2025-22089 RDMA/core: Don't expose hw_counters outside of init net namespace

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hwcounters outside of init net namespace Commit 467f432a521a "RDMA/core: Split port and device counter sysfs attributes" accidentally almost exposed hw counters to non-init net namespaces. It didn't expose...

7.8CVSS0.00189EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/16 2:12 p.m.137 views

CVE-2025-22088

Summary of CVE-2025-22088: In the Linux kernel RDMA erdma driver, the vulnerability is a Use-After-Free (UAF) in erdma_accept_newconn(). After erdma_cep_put(new_cep) frees new_cep, a subsequent dereference could access freed memory. The issue is fixed in the provided updates. The connected docume...

9.8CVSS6.5AI score0.00194EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/04/16 2:12 p.m.158 views

CVE-2025-22089

The CVE-2025-22089 issue concerns the Linux kernel RDMA/core subsystem where hw_counters could be exposed outside the init net namespace due to an incorrect container_of() cast in hw_stat_device_show(), which led to memory corruption when users read /sys/class/infiniband/mlx4_0/hw_counters from a...

7.8CVSS6.3AI score0.00189EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22088

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdmaacceptnewconn After the erdmacepputnewcep being called, newcep will be freed, and the following dereference will cause a UAF problem. Fix this issue...

9.8CVSS5.7AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.13 views

CVE-2025-22089

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hwcounters outside of init net namespace Commit 467f432a521a "RDMA/core: Split port and device counter sysfs attributes" accidentally almost exposed hw counters to non-init net namespaces. It didn't expose...

7.8CVSS5.6AI score0.00189EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.21 views

CVE-2025-22086 RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

8.8CVSS0.002EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22086

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

8.8CVSS5.7AI score0.002EPSS
SaveExploits0
OSV
OSV
added 2025/04/16 2:12 p.m.16 views

CVE-2025-22086 RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

8.8CVSS6AI score0.002EPSS
SaveExploits0References14
Rows per page
Query Builder