CVE-2026-23037

CVSS

No CVSS.

I

n 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().

Configurations

No configuration.

History

06 Feb 2026, 17:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/97250eb05e4b6afe787290e8fd97d0675116c61b -
  • () https://git.kernel.org/stable/c/aec888f44853584b5a7cd01249806030cf94a73d -

31 Jan 2026, 12:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-31 12:16

Updated : 2026-02-06 17:16


NVD link : CVE-2026-23037

Mitre link : CVE-2026-23037

CVE.ORG link : CVE-2026-23037


JSON object : View

Products Affected

No product.

CWE

No CWE.