VDB
DEBIAN-CVE-2026-23257
DEBIAN-CVE-2026-23257
PUBLISHED
CVSS 8.699999809265137 HIGH
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup In setup_nic_devices(), the initialization loop jumps to the label setup_nic_dev_free on failure. The current cleanup loop while(i--) skip the failing index i, causing a memory leak. Fix this by changing the loop to iterate from the current index i down to 0. Also, decrement i in the devlink_alloc failure path to point to the last successfully allocated index. Compile tested only. Issue found using code review.
Risk Scores
CVSS v4.0
8.699999809265137
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, *, 6.12.73-1 |
| Debian:14 | linux | 6.13~rc7-1~exp1, 6.14.3-1~exp1, 6.14.6-1~exp1 |
| Debian:11 | linux | 5.10.237-1, 5.10.113-1, 5.10.120-1 |
| Debian:12 | linux | 6.1.115-1, 6.1.66-1, 6.1.67-1 |
Timeline
- Mar 18, 2026 CVE Published
- Apr 28, 2026 CVE Updated