Security Advisory

CVE-2024-50215

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-11-09 10:14:27
Last updated 2026-05-11 20:47:39
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dh_key to NULL after kfree_sensitive ctrl->dh_key might be used across multiple calls to nvmet_setup_dhgroup() for the same controller. So its better to nullify it after release on error path in order to avoid double free later in nvmet_destroy_auth(). Found by Linux Verification Center (linuxtesting.org) with Svace.