CVE-2025-71092
Severity CVSS v4.0:
Pending analysis
Type:
CWE-787
Out-of-bounds Write
Publication date:
13/01/2026
Last modified:
25/03/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats()<br />
<br />
Commit ef56081d1864 ("RDMA/bnxt_re: RoCE related hardware counters<br />
update") added three new counters and placed them after<br />
BNXT_RE_OUT_OF_SEQ_ERR.<br />
<br />
BNXT_RE_OUT_OF_SEQ_ERR acts as a boundary marker for allocating hardware<br />
statistics with different num_counters values on chip_gen_p5_p7 devices.<br />
<br />
As a result, BNXT_RE_NUM_STD_COUNTERS are used when allocating<br />
hw_stats, which leads to an out-of-bounds write in<br />
bnxt_re_copy_err_stats().<br />
<br />
The counters BNXT_RE_REQ_CQE_ERROR, BNXT_RE_RESP_CQE_ERROR, and<br />
BNXT_RE_RESP_REMOTE_ACCESS_ERRS are applicable to generic hardware, not<br />
only p5/p7 devices.<br />
<br />
Fix this by moving these counters before BNXT_RE_OUT_OF_SEQ_ERR so they<br />
are included in the generic counter set.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18.1 (including) | 6.18.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.18:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



