← Back to CVE List

CVE-2024-50215

Published: 2024-11-09T11:15Z
Last Modified: 2024-11-13T17:35Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 it's 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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt