CVE-2026-23015 - gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths
CVE ID : CVE-2026-23015
Published : Jan. 31, 2026, 11:38 a.m. | 8 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths The reference obtained by calling usb_get_dev() is not released in the gpio_mpsse_probe() error paths. Fix that by using device managed helper functions. Also remove the usb_put_dev() call in the disconnect function since now it will be released automatically.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : Jan. 31, 2026, 11:38 a.m. | 8 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths The reference obtained by calling usb_get_dev() is not released in the gpio_mpsse_probe() error paths. Fix that by using device managed helper functions. Also remove the usb_put_dev() call in the disconnect function since now it will be released automatically.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...