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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-09 11:15
Updated : 2024-11-13 17:35
NVD link : CVE-2024-50215
Mitre link : CVE-2024-50215
CVE.ORG link : CVE-2024-50215
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free