VDB
DEBIAN-CVE-2025-40252
DEBIAN-CVE-2025-40252
PUBLISHED
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.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux-6.1 | 6.1.112-1, 6.1.158-1, 6.1.153-1 |
| Debian:13 | linux | 0, 6.12.41-1, 6.12.43-1 |
| Debian:11 | linux | 6.19-1, 6.12.30-1, 6.12.31-1 |
| Debian:12 | linux | 6.1.106-3, 6.1.112-1, 6.1.115-1 |
| Debian:14 | linux | 6.15.6-1~exp1, 6.15.5-1~exp1, 6.15.3-1~exp1 |
Exploit Intelligence
- 4081.3.7.yml (github-poc)
Timeline
- Dec 4, 2025 CVE Published
- Apr 28, 2026 CVE Updated