Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: gpib: Fix memory leak in ni_usb_init() In ni_usb_init(), if ni_usb_setup_init() fails, the function returns -EFAULT without freeing the allocated writes buffer, leading to a memory leak. Additionally, ni_usb_setup_init() returns 0 on failure, which causes ni_usb_init() to return -EFAULT, an inappropriate error code for this situation. Fix the leak by freeing writes in the error path. Modify ni_usb_setup_init() to return -EINVAL on failure and propagate this error code in ni_usb_init().
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/9c97fcfb7a62dea893104a046d544da8ac23370bPatch
- https://git.kernel.org/stable/c/b89921eed8cf2d97250bac4be38dbcfbf048b586Patch
- https://git.kernel.org/stable/c/c899d4b62c0757a280831e89c1f3801b597e8f38Patch
FAQ
What is CVE-2026-45939?
CVE-2026-45939 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: gpib: Fix memory leak in ni_usb_init() In ni_usb_init(), if ni_usb_setup_init() fails, the function returns -EFAULT without freein...
How severe is CVE-2026-45939?
CVE-2026-45939 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-45939?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.