Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: gpib: lpvo_usb: fix memory leak on disconnect The driver iterates over the registered USB interfaces during GPIB attach and takes a reference to their USB devices until a match is found. These references are never released which leads to a memory leak when devices are disconnected. Fix the leak by dropping the unnecessary references.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.18.22 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/21f942879f86108b300a23683e67483f8c358fc7Patch
- https://git.kernel.org/stable/c/5cefb52c1af6f69ea719e42788f6ec6a087eb74cPatch
- https://git.kernel.org/stable/c/706f4fe2dacc95d65e7c8dff321711f024bb8d20Patch
FAQ
What is CVE-2026-31760?
CVE-2026-31760 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: gpib: lpvo_usb: fix memory leak on disconnect The driver iterates over the registered USB interfaces during GPIB attach and takes ...
How severe is CVE-2026-31760?
CVE-2026-31760 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-31760?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.