CVE-2026-23037
Linux Kernel 5.13.0-6.18.6 - Memory Leak in etas_es58x URB Allocation
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: allow partial RX URB allocation to succeed When es58x_alloc_rx_urbs() fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58x_open() to return early, skipping the cleanup label 'free_urbs', which leads to the anchored URBs being leaked. As pointed out by maintainer Vincent Mailhol, the driver is designed to handle partial URB allocation gracefully. Therefore, partial allocation should not be treated as a fatal error. Modify es58x_alloc_rx_urbs() to return 0 if at least one URB has been allocated, restoring the intended behavior and preventing the leak in es58x_open().
References (6)
Core 6
Core References
Scores
EPSS
0.0002
EPSS Percentile
5.4%
Details
Status
published
Products (19)
linux/Kernel
5.13.0 - 5.15.199linux
linux/Kernel
5.16.0 - 6.1.162linux
linux/Kernel
6.13.0 - 6.18.7linux
linux/Kernel
6.2.0 - 6.6.122linux
linux/Kernel
6.7.0 - 6.12.67linux
Linux/Linux
< 5.13
Linux/Linux
5.13
Linux/Linux
5.15.199 - 5.15.*
Linux/Linux
6.1.162 - 6.1.*
Linux/Linux
6.12.67 - 6.12.*
... and 9 more
Published
Jan 31, 2026
Tracked Since
Feb 18, 2026