Lucene search
K

44 matches found

Tenable Nessus
Tenable Nessus
added 3 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-46176

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.10 views

SUSE CVE-2026-46178

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/05/28 3:1 p.m.7 views

CVE-2026-46181

A flaw was found in the Linux kernel's RDMA/mlx4 component. This vulnerability arises from the incorrect use of Read-Copy Update RCU in the mlx4srqevent function. An attacker could potentially trigger an event before the srq object is fully initialized, leading to a system crash. This could resul...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/05/28 3:1 p.m.7 views

CVE-2026-46176

A flaw was found in the Linux kernel's RDMA/mlx5 component. An error path fall-through in the mlx5ibdevressrqinit function, specifically when ibcreatesrq fails, can lead to the use of freed memory and error pointers. This memory corruption vulnerability could result in system instability, denial ...

7.8CVSS6.1AI score0.00013EPSS
Exploits0References4
OSV
OSV
added 2026/05/28 10:16 a.m.2 views

UBUNTU-CVE-2026-46176

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch destroys s0 but falls through and unconditionally assigns the freed ...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.6 views

CVE-2026-46181

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4srqevent Sashiko points out the radixtree itself is RCU safe, but nothing ever frees the mlx4srq struct with RCU, and it isn't even accessed within the RCU critical section. It also will crash...

5.8AI score0.00013EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2026/05/28 9:36 a.m.7 views

EUVD-2026-32805

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

5.8AI score0.00013EPSS
Exploits0References5
CVE
CVE
added 2026/05/28 9:36 a.m.12 views

CVE-2026-46178

The CVE-2026-46178 entry concerns the Linux kernel RDMA/mlx4 component. A resource leak could occur during error handling in mlx4_ib_create_srq(), because mlx4_srq_alloc() was not undone during error unwinding. The fix adds a call to mlx4_srq_free() to properly release the resource when an error ...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2026/05/28 9:36 a.m.5 views

CVE-2026-46178

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

7.8CVSS5.7AI score0.00013EPSS
Exploits0
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.24 views

CVE-2026-46178 RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

7.8CVSS0.00013EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.22 views

CVE-2026-46176 RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch destroys s0 but falls through and unconditionally assigns the freed ...

7.8CVSS0.00013EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2026/05/28 12:0 a.m.11 views

PT-2026-44301

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified openSUSE Tumbleweed versions prior to kernel-devel-7.0.11-1.1 Description A resource leak occurs in the RDMA/mlx4 component of the Linux kernel. The issue exists within the mlx4 ib create srq...

9.8CVSS5.9AI score0.00254EPSS
Exploits12References284
OSV
OSV
added 2026/05/27 2:16 p.m.3 views

UBUNTU-CVE-2026-45852

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxesrqfrominit In rxesrqfrominit, the queue pointer 'q' is assigned to 'srq-rq.queue' before copying the SRQ number to user space. If copytouser fails, the function calls rxequeuecleanup to free the...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:15 p.m.33 views

CVE-2026-45852 RDMA/rxe: Fix double free in rxe_srq_from_init

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxesrqfrominit In rxesrqfrominit, the queue pointer 'q' is assigned to 'srq-rq.queue' before copying the SRQ number to user space. If copytouser fails, the function calls rxequeuecleanup to free the...

7.8CVSS0.00013EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:15 p.m.10 views

CVE-2026-45852

Summary of CVE-2026-45852 (Linux kernel RDMA/rxe): A double-free vulnerability exists in the rxe_srq_from_init path of the RDMA subsystem. The queue pointer is temporarily assigned to srq->rq.queue before copy_to_user(), so if copy_to_user() fails, cleanup frees the same memory twice when the ...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.9 views

PT-2026-43719

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxe srq from init In rxe srq from init, the queue pointer 'q' is assigned to 'srq-rq.queue' before copying the SRQ number to user space. If copy to user fails, the function calls rxe queue cleanup to...

5.8AI score0.00013EPSS
Exploits0References9
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.5 views

CVE-2026-45852

RDMA/rxe: Fix double free in rxesrqfrominit...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux-5.15, linux-6.1, linux-5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fixed a deadlock issue with SRQ async events. The use of xalock for the SRQ table may be required in AEQ. Use xastoreirq/xaeraseirq to avoid the deadlock...

5.5CVSS6.1AI score0.00009EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux-5.10, linux-5.15, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Added a check for the srqmaxsge attribute. The maxsge attribute is provided by the user and is inserted and used unchecked. Therefore, ensure that the value does not exceed the maximum allowed value before using it...

5.5CVSS6.2AI score0.00017EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.2 views

SUSE CVE-2026-31491

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Harden depth calculation functions An issue was exposed where OS can pass in U32MAX for SQ/RQ/SRQ size. This can cause integer overflow and truncation of SQ/RQ/SRQ depth returning a success when it should have failed...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References3
Rows per page
Query Builder