In the Linux kernel, the following vulnerability has been resolved:
dm: fix a crash if blkallocdisk fails
If blkallocdisk fails, the variable md->disk is set to an error value. cleanupmappeddevice will see that md->disk is non-NULL and it will attempt to access it, causing a crash on this statement "md->disk->private_data = NULL;".
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/50xxx/CVE-2024-50277.json"
}