CVE-2025-40252

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.
Configurations

No configuration.

History

30 Jul 2026, 06:24

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8

02 Jun 2026, 14:16

Type Values Removed Values Added
References
  • () https://cert-portal.siemens.com/productcert/html/ssa-253495.html -

06 Dec 2025, 22:15

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/a778912b4a53587ea07d85526d152f85d109cbfe -
  • () https://git.kernel.org/stable/c/ecbb12caf399d7cf364b7553ed5aebeaa2f255bc -

04 Dec 2025, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2025-12-04 16:16

Updated : 2026-07-30 06:24


NVD link : CVE-2025-40252

Mitre link : CVE-2025-40252

CVE.ORG link : CVE-2025-40252


JSON object : View

Products Affected

No product.

CWE

No CWE.