Lucene search
+L

3607 matches found

AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: A out-of-bounds write issue has been fixed in the irdmacopyuserpgaddrs function. The irdmacopyuserpgaddrs function iterates through all of the umem DMA blocks to populate the PBLEs. It will stop when either the last D...

7.8CVSS6AI score0.0013EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fixed the error path for FRMR set pinned push operations. Added functionality to destroy FRMR handles in case the push operation to the pool fails. This prevents resource leaks if the pool page allocation fails...

5.2AI score0.00155EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Modified the print level of CQE errors. Excessive printing may cause panic in the kernel. Change ibdeverr to ibdeverrratelimited, and adjust the printing level of CQE dumps to debug level...

7.1CVSS5.9AI score0.00313EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Treat all calls as non-bcalls when bcserv is NULL. When a rdma server returns a fault format reply, the nfs v3 client may treat it as a bcall when the bc service does not exist. The debug message for rpcrdmabcreceivecal...

7.5CVSS5.8AI score0.00774EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/hns: Fixed a soft lockup that occurred during the loop that allocates BT pages. The driver executes a for-loop when allocating BT pages and mapping them with buffer pages. When allocating a large buffer e.g., an MR of ove...

5.5CVSS6.5AI score0.00163EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fixed a hang that occurred when cmaneteventcallback failed to call queuework. The referenced commit addressed a crash that occurred when cmaneteventcallback was called for a cmaid, while work on that id from a previous...

5.5CVSS6AI score0.00164EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: The reply credit grant must be sanified after parsing. The outnorqst exit in rpcrdmareplyhandler branches away before the credit clamping step occurs. As a result, a reply that matches no pending requests will still rea...

7.5CVSS5.8AI score0.00647EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer. When dumping information related to MR using the rdma tool, we also dump the mrhwq, which is a kernel pointer. There is no need to expose this value to end users. Therefore, avoid...

5.3AI score0.00166EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid repeated requests to allocate WC pages. Applications can request multiple WC pages for the same ucontext. Currently, only 1 WC page per ucontext is supported. Add a lock to avoid concurrent access, and implemen...

9.3CVSS5.8AI score0.00178EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: xprtrdma: Check frwrwpcreate during the connect process. frwrwpcreate creates a singleton Memory Region used to encode padding for Write chunks whose payload length is not XDR-aligned. In case of failure, it returns a negative...

5.9AI score0.00206EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/mlx5: Fixed the issue where UMR XLT cleanup was performed during ODDP population failures. The mlx5rumrupdatexlt function allocates and DMA maps an XLT buffer using mlx5rumrcreatexlt. The buffer is released through the...

7.5CVSS6.1AI score0.00512EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Added a max slot check for SQ. The variable WQE mode must be validated against the maximum number of slots supported by the hardware. The maximum supported value is 64K. A check for the maximum and minimum values is...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.3 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/core: Fixed the issue of FRMR aging push-to-queue errors. Aging pools with pinned handles require moving handles from the active queue to a non-empty inactive queue. This may fail during new page allocation. Currently, we...

6AI score0.00155EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Replaced waitqueue and flag with completion. The driver previously used a waitqueue along with an explicit requestdone flag, but there were no proper barriers around the requestdone operation. A previous patch by...

9.8CVSS5.8AI score0.00475EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/24 8:59 a.m.14 views

CVE-2026-74584

A flaw was found in the Linux kernel's RDMA/bnxtre component. A local attacker with access to the RDMA device could exploit this vulnerability due to a failure to zero out a shared memory page before exposing it to userspace. This could lead to information disclosure, allowing the attacker to rea...

7.1CVSS5.3AI score0.00131EPSS
SaveExploits0References4
F5 Networks
F5 Networks
added 2026/08/24 8:28 a.m.15 views

K000163056: Linux kernel vulnerability CVE-2026-53133, CVE-2026-53176, CVE-2026-53215, CVE-2026-53265

Security Advisory Description CVE-2026-53133 In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix truncation for block sizes = 4G When the iommu is used the linearization of the mapping can give a single block that is very large split across multiple SG entries. When...

9.8CVSS4.8AI score0.00761EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.8 views

Vulnerability of RDMA/iwcm components of the Linux operating system, allowing a hacker to cause a service failure

The vulnerability of RDMA/iwcm components in Linux operating systems is related to the multiple release of the same resource or descriptor. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

10CVSS6.7AI score0.00465EPSS
SaveExploits0References11Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.11 views

The vulnerability of RDMA/rxe components of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of RDMA/rxe components in the Linux operating system is related to errors during the update of the link counters. Exploiting this vulnerability can allow an attacker to cause a service failure...

7.8CVSS5.3AI score0.00102EPSS
SaveExploits0References12Affected Software2
Tenable Nessus
Tenable Nessus
added 2026/08/24 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-74584

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero...

7.1CVSS5.8AI score0.00131EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.16 views

The vulnerability of the RDMA/mlx5 component of the Linux operating system, which allows a hacker to trigger a service failure.

The vulnerability of the RDMA/mlx5 component of the Linux operating system is related to errors during thread locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00159EPSS
SaveExploits0References11Affected Software2
Rows per page
Query Builder