Description
In the Linux kernel, the following vulnerability has been resolved:

RDMA/bnxt_re: 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 the max supported and zero.
Published: 2026-08-15
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel RDMA bnxt_re driver, the WQE mode was not validated against the hardware supported maximum slots, which is 64K, nor against zero. This omission allowed userspace to configure values beyond the supported range, potentially causing the driver to behave unpredictably or crash, resulting in a kernel panic or other denial of service conditions. The vulnerability does not appear to provide a direct code execution path but could be leveraged by an attacker capable of influencing RDMA configuration to destabilize the kernel. Based on the description, it is inferred that the attacker would need to be able to configure RDMA parameters, typically requiring local privileges, to supply an invalid WQE mode that could trigger the fault.

Affected Systems

All Linux kernel installations that include the bnxt_re RDMA driver prior to the inclusion of the max slot check. Specific kernel version numbers are not listed in the CVE data, so any kernel revision that contains the unpatched bnxt_re code is considered affected.

Risk and Exploitability

The CVSS score is 8.8, and the EPSS score is <1%, indicating a very low but nonzero exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Because the flaw relates to internal driver state, exploitation would still likely require local privilege or influence over RDMA configuration. If an attacker can modify the WQE mode value, the driver could be forced into an invalid state leading to a crash, potentially causing a kernel panic and a denial of service. The likely attack vector is local privilege or access to the RDMA configuration. It is inferred that an attacker would need to control the RDMA interface to provide an out-of-range WQE mode. Although no public exploit is known, the high CVSS score underscores the severity if the flaw is triggered.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the commit adding the max slot check for the bnxt_re driver.
  • If an immediate kernel upgrade is not possible, disable RDMA support on the device by unloading the bnxt_re module or removing the device from the system configuration.
  • Check that the driver does not expose configuration parameters that can be set to values beyond the 64K limit by inspecting sysfs or module parameters and adjust them to safe defaults.
  • Consider applying a local flag or patch to enforce the 0‑64K range if the vendor’s fix cannot be applied in the short term.

Generated by OpenCVE AI on August 22, 2026 at 03:53 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-20

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


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

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Weaknesses CWE-20
CWE-680

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-20
CWE-680

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: 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 the max supported and zero.
Title RDMA/bnxt_re: Add a max slot check for SQ
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:44:58.837Z

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

Link: CVE-2026-72497

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72497

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-72497 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value