CVE-2022-50707

Publication date

2025-12-24 10:55:21

Family

Linux

State

PUBLISHED

Description

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