CVE-2026-72497
Received Received - Intake

RDMA/bnxt_re Max Slot Validation Flaw

Vulnerability report for CVE-2026-72497, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a missing validation check in the RDMA/bnxt_re driver. The issue occurs when the Work Queue Entry (WQE) mode is not properly checked against the maximum slots supported by the hardware. The maximum supported value is 64K slots. Without this check, a user could supply a value exceeding the hardware limit, potentially causing system instability or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's RDMA/bnxt_re driver and involves a check for maximum WQE slots. Detection requires verifying kernel version and driver configuration. Check kernel version with 'uname -r' and inspect bnxt_re driver parameters via 'lsmod | grep bnxt_re' or 'modinfo bnxt_re'. Look for misconfigured slot values in driver logs using 'dmesg | grep bnxt_re'.

Impact Analysis

This vulnerability could allow an attacker with local access to cause a denial-of-service (DoS) condition by triggering an out-of-bounds write or invalid memory access in the RDMA subsystem. This may lead to system crashes, data corruption, or unauthorized privilege escalation depending on the kernel configuration and system state.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. The issue is specific to the Linux kernel's RDMA/bnxt_re driver, involving a validation flaw for WQE mode against hardware-supported slots. No evidence suggests it impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the RDMA/bnxt_re vulnerability. Ensure the WQE mode is validated against the maximum slots supported by hardware, which is 64K. Check and enforce the max and min slot limits to prevent user-supplied values exceeding the maximum.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72497. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart