In the Linux kernel, the following vulnerability has been resolved: virtio-crypto: fix memory leak in virtiocryptoalgskcipherclosesession() 'vcctrlreq' is alloced in virtiocryptoalgskcipherclosesession(), and should be freed in the invalid ctrl_status->status error handling case. Otherwise there is a memory leak.