NONE · 0

CVE-2026-64345

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_printer: take kref only for successful open printer_open() returns -EBUSY when the character device is already open...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_printer: take kref only for successful open printer_open() returns -EBUSY when the character device is already open, but it increments dev->kref regardless of the return value. VFS does not call ->release() for a failed open, so every rejected second open permanently leaks one reference. Move kref_get() into the successful-open branch.

References

FAQ

What is CVE-2026-64345?

CVE-2026-64345 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_printer: take kref only for successful open printer_open() returns -EBUSY when the character device is already open...

How severe is CVE-2026-64345?

CVSS scoring is not yet available for CVE-2026-64345. Check NVD for updates.

Is there a patch for CVE-2026-64345?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.