CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-71092

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

2th percentile - higher than 2% of all known CVEs

Summary

W jądrze systemu Linux zidentyfikowano podatność, która prowadzi do zapisu poza granicami w funkcji bnxt_re_copy_err_stats(). Problem wynika z nieprawidłowego umiejscowienia liczników błędów, co może prowadzić do nieprzewidzianych zachowań systemu.

Risk Assessment

Zapis poza granicami może prowadzić do awarii systemu lub nieautoryzowanego dostępu do pamięci, co stwarza poważne zagrożenie dla stabilności i bezpieczeństwa systemu.

Recommendation

Zaleca się aktualizację jądra systemu Linux do wersji zawierającej poprawkę, aby usunąć tę podatność i zabezpieczyć system przed potencjalnymi atakami.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats() Commit ef56081d1864 ("RDMA/bnxt_re: RoCE related hardware counters update") added three new counters and placed them after BNXT_RE_OUT_OF_SEQ_ERR. BNXT_RE_OUT_OF_SEQ_ERR acts as a boundary marker for allocating hardware statistics with different num_counters values on chip_gen_p5_p7 devices. As a result, BNXT_RE_NUM_STD_COUNTERS are used when allocating hw_stats, which leads to an out-of-bounds write in bnxt_re_copy_err_stats(). The counters BNXT_RE_REQ_CQE_ERROR, BNXT_RE_RESP_CQE_ERROR, and BNXT_RE_RESP_REMOTE_ACCESS_ERRS are applicable to generic hardware, not only p5/p7 devices. Fix this by moving these counters before BNXT_RE_OUT_OF_SEQ_ERR so they are included in the generic counter set.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS