CVE-2026-23257
Last modified
CVE-2026-23257 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.2, < 5.10.250 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.200 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.163 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.124 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.70 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.10 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23257?
How severe is CVE-2026-23257?
How do I fix CVE-2026-23257?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23251In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23252In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23253In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23254In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23255In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23256In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23258In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23259In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2326Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-23260In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23261In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23262In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-23257?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
