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

CVE-2025-40252

CriticalCVSS 9.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.53%

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

Summary

W jądrze systemu Linux zidentyfikowano podatność, która została naprawiona. Problemy występowały w funkcjach 'qede_tpa_cont()' i 'qede_tpa_end()', gdzie pętle mogły przekraczać granice tablicy z powodu braku lub błędnego terminatora długości.

Risk Assessment

Potencjalne przekroczenie granic tablicy mogło prowadzić do nieprzewidzianego zachowania systemu, co stwarzało ryzyko dla stabilności i bezpieczeństwa systemu operacyjnego.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, aby skorzystać z wprowadzonej poprawki, która dodaje sprawdzenie granic w odpowiednich pętlach.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end() The loops in 'qede_tpa_cont()' and 'qede_tpa_end()', iterate over 'cqe->len_list[]' using only a zero-length terminator as the stopping condition. If the terminator was missing or malformed, the loop could run past the end of the fixed-size array. Add an explicit bound check using ARRAY_SIZE() in both loops to prevent a potential out-of-bounds access. Found by Linux Verification Center (linuxtesting.org) with SVACE.

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