Lucene search
+L

369999 matches found

OSV
OSV
added 2026/08/15 5:57 a.m.14 views

CVE-2026-72500 RDMA/bnxt_re: Free SRQ toggle page after firmware teardown

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroysrq won't write the toggle values to an already-freed...

8.8CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59400

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Initialize dpi variable to zero dpi is initialized only for BNXTREALLOCWCPAGE, but copied for all the cases. So initialize the dpi to 0...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.31 views

CVE-2026-72500 RDMA/bnxt_re: Free SRQ toggle page after firmware teardown

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroysrq won't write the toggle values to an already-freed...

8.8CVSS0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.32 views

CVE-2026-72501 RDMA/bnxt_re: Initialize dpi variable to zero

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Initialize dpi variable to zero dpi is initialized only for BNXTREALLOCWCPAGE, but copied for all the cases. So initialize the dpi to 0...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.24 views

CVE-2026-72501

The CVE-2026-72501 entry concerns the Linux kernel’s RDMA/bnxt_re code path. The bug was that the dpi variable was initialized only for BNXT_RE_ALLOC_WC_PAGE and then copied in other cases, potentially leaving an uninitialized dpi. The fix initializes dpi to 0 across all paths, resolving the issu...

5.3AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.5 views

CVE-2026-72501

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Initialize dpi variable to zero dpi is initialized only for BNXTREALLOCWCPAGE, but copied for all the cases. So initialize the dpi to 0...

5.3AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-72500

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free SRQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroysrq won't write the toggle values to an already-freed...

8.8CVSS5.3AI score0.00161EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 views

EUVD-2026-59397

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

CVE-2026-72498 RDMA/bnxt_re: Avoid displaying the kernel pointer

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.25 views

CVE-2026-72499

The CVE-2026-72499 issue is in the Linux kernel RDMA bnxt_re path. The vulnerability is resolved by changing the teardown order: free_page() is moved to occur after bnxt_qplib_destroy_cq(), so an NQ interrupt arriving during CQ destruction won’t write to an already-freed toggle page. Affected com...

8.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.20 views

CVE-2026-72498

The CVE-2026-72498 entry affects the Linux kernel's RDMA driver bnxt_re. The issue concerns the dumping of MR info with the rdma tool, where the mr_hwq (a kernel pointer) was exposed to end users. The vulnerability was resolved by avoiding display of the kernel pointer when dumping MR information...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.36 views

CVE-2026-72499 RDMA/bnxt_re: Free CQ toggle page after firmware teardown

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroycq won't write the toggle value to an already-freed page...

8.8CVSS0.0012EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:57 a.m.6 views

EUVD-2026-59398

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroycq won't write the toggle value to an already-freed page...

5.4AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72498 RDMA/bnxt_re: Avoid displaying the kernel pointer

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...

5.6AI score
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:57 a.m.10 views

CVE-2026-72499 RDMA/bnxt_re: Free CQ toggle page after firmware teardown

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroycq won't write the toggle value to an already-freed page...

8.8CVSS5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.9 views

CVE-2026-72498

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid displaying the kernel pointer While dumping the info on MR using the rdma tool, we dump the mrhwq which is a kernel pointer. There is no need to expose this value for end user. So avoid it...

5.4AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72499

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Free CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxtqplibdestroycq won't write the toggle value to an already-freed page...

8.8CVSS5.3AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-72497

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a max slot check for SQ The variable WQE mode must be validated against the maximum slots supported by HW. The max supported value is 64K. Adding a max and min check and fail if user supplied value is more than t...

8.8CVSS5.2AI score0.0012EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59396

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a max slot check for SQ The variable WQE mode must be validated against the maximum slots supported by HW. The max supported value is 64K. Adding a max and min check and fail if user supplied value is more than t...

5.3AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 views

CVE-2026-72497 RDMA/bnxt_re: Add a max slot check for SQ

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a max slot check for SQ The variable WQE mode must be validated against the maximum slots supported by HW. The max supported value is 64K. Adding a max and min check and fail if user supplied value is more than t...

8.8CVSS0.0012EPSS
SaveExploits0References2
Rows per page
Query Builder