In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: do not run mt76unregisterdevice() on unregistered hw
Trying to probe a mt7921e pci card without firmware results in a successful probe where ieee80211registerhw hasn't been called. When removing the driver, ieee802111unregisterhw is called unconditionally leading to a kernel NULL pointer dereference. Fix the issue running mt76unregisterdevice routine just for registered hw.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/ee626f5d79d5817bb21d6f048dc0da4c4e383443/cves/2023/53xxx/CVE-2023-53071.json",
"cna_assigner": "Linux"
}