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.
References
Configurations
No configuration.
History
30 Jul 2026, 06:24
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
02 Jun 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
06 Dec 2025, 22:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
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.
