NONE · 0

CVE-2026-74326

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim_iomap_region() or devm_kmemdup() fail, the code returns direct...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim_iomap_region() or devm_kmemdup() fail, the code returns directly without cleaning up previously allocated resources: - mt76_device allocated by mt76_alloc_device() - pci irq vectors allocated by pci_alloc_irq_vectors() Fix this by jumping to the existing error cleanup path instead of returning directly.

References

FAQ

What is CVE-2026-74326?

CVE-2026-74326 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim_iomap_region() or devm_kmemdup() fail, the code returns direct...

How severe is CVE-2026-74326?

CVSS scoring is not yet available for CVE-2026-74326. Check NVD for updates.

Is there a patch for CVE-2026-74326?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.