CVE-2022-50707
CVE-2022-50707 concerns the Linux kernel virtio-crypto memory leak in virtio_crypto_alg_skcipher_close_session(). The issue occurs because the allocated vc_ctrl_req is freed only in the success path, while its error path (invalid ctrl_status->status) fails to release it, causing a memory leak....