Bug 2435650 (CVE-2026-23015) - CVE-2026-23015 kernel: gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths
Summary: CVE-2026-23015 kernel: gpio: mpsse: fix reference leak in gpio_mpsse_probe() ...
Keywords:
Status: NEW
Alias: CVE-2026-23015
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-31 12:01 UTC by OSIDB Bzimport
Modified: 2026-02-02 10:43 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-31 12:01:50 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.