Lucene search
+L

45 matches found

NVD
NVD
added 10 hours ago4 views

CVE-2026-74346

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix OOB read during CQ MR registration Sashiko pointed out an unrelated bug during a previous patch: https://sashiko.dev//patchset/20260512183852.614045-1-jmoroni%40google.com This change fixes the bug by eliminating...

SaveExploits0References7
EUVD
EUVD
added 10 hours ago5 views

EUVD-2026-59493

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix OOB read during CQ MR registration Sashiko pointed out an unrelated bug during a previous patch: https://sashiko.dev//patchset/20260512183852.614045-1-jmoroni%40google.com This change fixes the bug by eliminating...

5.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 10 hours ago6 views

CVE-2026-74346 RDMA/irdma: Fix OOB read during CQ MR registration

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix OOB read during CQ MR registration Sashiko pointed out an unrelated bug during a previous patch: https://sashiko.dev//patchset/20260512183852.614045-1-jmoroni%40google.com This change fixes the bug by eliminating...

SaveExploits0References7
RedhatCVE
RedhatCVE
added 4 days ago5 views

CVE-2026-68419

A flaw was found in the Linux kernel's RDMA/irdma component. A local user could exploit this by attempting to re-register specific memory regions Queue Pair, Completion Queue, or Shared Receive Queue objects that are not intended for re-registration. This could lead to an invalid operation being...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 4 days ago7 views

Linux Distros Unpatched Vulnerability : CVE-2026-68419

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/irdma: Prevent reregmr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitl...

7.8CVSS5.9AI score0.00128EPSS
SaveExploits0References3
NVD
NVD
added 5 days ago9 views

CVE-2026-68419

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent reregmr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal regmr mechanism prior to creating the...

7.8CVSS0.00128EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64244

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drivers/base/memory: set mem-altmap after successful device registration If addmemoryblock fails at xastore under memory pressure for example, deviceunregister ...

5.5AI score0.00161EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/23 2:20 a.m.16 views

SUSE CVE-2026-52908

In the Linux kernel, the following vulnerability has been resolved: RDMA: During reregmr ensure that REREGACCESS is compatible If IBMRREREGACCESS changes from RO to RW then the umem has to be re-evaluated to ensure it is properly pinned as RW. Since the umem is hidden inside each driver's mr stru...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/05/27 7:19 p.m.16 views

CVE-2026-46053

A flaw was found in the Linux kernel's Reliable Datagram Sockets RDS network protocol. When handling memory registration MR cleanup, specifically during the process of copying generated cookies back to user space, an error in the cleanup path could lead to resources being freed multiple times. Th...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/27 12:57 p.m.7 views

CVE-2026-46053 net: rds: fix MR cleanup on copy error

In the Linux kernel, the following vulnerability has been resolved: net: rds: fix MR cleanup on copy error rdsrdmamap hands sg/pages ownership to the transport after getmr succeeds. If copying the generated cookie back to user space fails after that point, the error path must not free those...

7.8CVSS5.8AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/05/20 12:0 a.m.10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-021621)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-021621 advisory. In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdpumemreg The number of chunks can overflow u32. Make sure to...

7.8CVSS6AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/08 7:47 p.m.22 views

CVE-2026-43348

A flaw was found in the Linux kernel's mshvvtl component. When registering VTL0 memory, an issue with memory mapping calculations can cause the system to trigger a warning and return an invalid argument error. This could lead to system instability or a denial of service DoS, preventing legitimate...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/08 2:16 p.m.17 views

CVE-2026-43348

In the Linux kernel, the following vulnerability has been resolved: mshvvtl: Fix vmemmapshift exceeding MAXFOLIOORDER When registering VTL0 memory via MSHVADDVTL0MEMORY, the kernel computes pgmap-vmemmapshift as the number of trailing zeros in the OR of startpfn and lastpfn, intending to use the...

5.5CVSS0.001EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/08 1:41 p.m.7 views

CVE-2026-43348

In the Linux kernel, the following vulnerability has been resolved: mshvvtl: Fix vmemmapshift exceeding MAXFOLIOORDER When registering VTL0 memory via MSHVADDVTL0MEMORY, the kernel computes pgmap-vmemmapshift as the number of trailing zeros in the OR of startpfn and lastpfn, intending to use the...

5.8AI score0.001EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/08 1:41 p.m.52 views

CVE-2026-43348 mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDER

In the Linux kernel, the following vulnerability has been resolved: mshvvtl: Fix vmemmapshift exceeding MAXFOLIOORDER When registering VTL0 memory via MSHVADDVTL0MEMORY, the kernel computes pgmap-vmemmapshift as the number of trailing zeros in the OR of startpfn and lastpfn, intending to use the...

0.001EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/06 7:40 a.m.11 views

CVE-2026-43120

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix double free related to reregusermr If IBMRREREGTRANS is set during reregusermr, the umem will be released and a new one will be allocated in irdmareregmrtrans. If any step of irdmareregmrtrans fails after the new...

7.8CVSS5.7AI score0.00122EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/06 7:40 a.m.56 views

CVE-2026-43120

In the Linux kernel RDMA/irdma driver, CVE-2026-43120 describes a double-free during rereg_user_mr when IB_MR_REREG_TRANS is set. If the trans reg path fails after allocating a new umem, the code releases it but fails to NULL the iwmr->region, causing ib_umem_release to be invoked again during...

7.8CVSS5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2026/04/13 11:26 p.m.13 views

SUSE CVE-2026-31425

In the Linux kernel, the following vulnerability has been resolved: rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to rdsibregfrmr for FRWR memory registration. On a fresh outgoing connection, ic...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References17
OSV
OSV
added 2026/04/13 1:40 p.m.12 views

CVE-2026-31425 rds: ib: reject FRMR registration before IB connection is established

In the Linux kernel, the following vulnerability has been resolved: rds: ib: reject FRMR registration before IB connection is established rdsibgetmr extracts the rdsibconnection from conn-ctransportdata and passes it to rdsibregfrmr for FRWR memory registration. On a fresh outgoing connection, ic...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/04/13 1:40 p.m.26 views

CVE-2026-31425

The CVE-2026-31425 issue concerns a Linux kernel RDS path (rds_ib_get_mr/rds_ib_post_reg_frmr) where FRWR/memory registration could dereference a NULL i_cm_id/qp on outgoing connections before rdma_cm_id is established. Connected docs confirm the vulnerability is addressed by patches in several d...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder