← Retour à la recherche de CVE

CVE-2026-64345

Linux Kernel

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.

EPSS 0.173%Risque 0
Voir la source
Publication
2026-07-25 10:17:16
Versions concernées
unknown
Type
Noyau
Dernière modification
2026-08-11 15:00:57
Vecteur
Pending