CVE-2026-23015
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
31/01/2026
Last modified:
31/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths<br />
<br />
The reference obtained by calling usb_get_dev() is not released in the<br />
gpio_mpsse_probe() error paths. Fix that by using device managed helper<br />
functions. Also remove the usb_put_dev() call in the disconnect function<br />
since now it will be released automatically.



