In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7921: fix resource leak in probe error path
When pcimiomapregion() or devmkmemdup() fail, the code returns directly without cleaning up previously allocated resources: - mt76device allocated by mt76allocdevice() - pci irq vectors allocated by pciallocirq_vectors() Fix this by jumping to the existing error cleanup path instead of returning directly.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74326.json",
"cna_assigner": "Linux"
}