Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13.1, < 6.18.6 |
References
- https://git.kernel.org/stable/c/1e876e5a0875e71e34148c9feb2eedd3bf6b2b43Patch
- https://git.kernel.org/stable/c/7ea26e6dcabc270433b6ded2a1aee85b215d1b28Patch
FAQ
What is CVE-2026-23015?
CVE-2026-23015 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 ...
How severe is CVE-2026-23015?
CVE-2026-23015 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-23015?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.