AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72500

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's RDMA/bnxt_re component, where a race condition could lead to accessing a freed memory page during the destruction of a shared receive queue (SRQ). This could potentially result in memory corruption or system instability if an interrupt occurs at the wrong time. Organizations using affected Linux kernel versions with RDMA capabilities should prioritize applying the patch to mitigate these risks.

CVE
CVE-2026-72500
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

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