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().
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the RDMA bnxt_re driver within the Linux kernel. During firmware teardown, the SRQ toggle page is freed prematurely; if an NQ interrupt occurs while bnxt_qplib_destroy_srq() is in progress, the driver may write to a memory page that has already been freed, resulting in a use‑after‑free that corrupts kernel memory.

Affected Systems

All Linux kernel distributions that contain the unpatched bnxt_re code are potentially vulnerable, as the CVE does not list specific kernel versions. The flaw is present in any kernel image that includes the unmodified bnxt_re driver for RDMA devices.

Risk and Exploitability

Based on the description, the likely attack vector requires local access and the ability to trigger RDMA operations that invoke bnxt_qplib_destroy_srq(). Because the EPSS score is < 1% and the vulnerability is not listed in CISA KEV, the precise likelihood of exploitation is unknown, but the potential impact—remote code execution with kernel privileges—remains high. The CVSS score is 8.8. The flaw is a classic use‑after‑free and can lead to severe kernel corruption if exploited.

Generated by OpenCVE AI on August 22, 2026 at 03:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the bnxt_re patch referenced in the provided commit logs.
  • If a kernel upgrade cannot be performed immediately, load the module in a blacklisted state or disable the bnxt_re driver to prevent SRQ operations.
  • For systems that rely on RDMA, temporarily limit RDMA traffic or restrict RDMA access until the firmware and kernel updates are applied.

Generated by OpenCVE AI on August 22, 2026 at 03:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


Sat, 15 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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().
Title RDMA/bnxt_re: Free SRQ toggle page after firmware teardown
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:45:01.023Z

Reserved: 2026-08-09T03:40:39.937Z

Link: CVE-2026-72500

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:24.320

Modified: 2026-08-17T06:19:18.453

Link: CVE-2026-72500

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72500 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T04:00:12Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference