In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy() function to .fbdestroy of fbops, and in this function, there is krefput() that finally calls ufxfree(). This fix prevents multiple UAFs.