AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72499

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 allow an NQ interrupt to write to a freed memory page during the destruction of a completion queue. This could lead to potential memory corruption or system instability. Organizations utilizing Linux systems with RDMA capabilities should prioritize addressing this issue to ensure the integrity and reliability of their environments.

CVE
CVE-2026-72499
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 CQ toggle page after firmware teardown Free the toggle page only after firmware teardown completes so that an NQ interrupt arriving during bnxt_qplib_destroy_cq() won't write the toggle value to an already-freed page. Move free_page() after bnxt_qplib_destroy_cq.