NONE · 0

CVE-2026-90352

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: release hif2 reference on probe IRQ failure The hif2 reference obtained by mt7915_pci_init_hif2() is only rele...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: release hif2 reference on probe IRQ failure The hif2 reference obtained by mt7915_pci_init_hif2() is only released on error paths that key off dev->hif2, which is not assigned until after the IRQ setup. If pci_alloc_irq_vectors() or the primary devm_request_irq() fails, the reference leaks. Drop it explicitly on those paths via mt7915_put_hif2().

References

FAQ

What is CVE-2026-90352?

CVE-2026-90352 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: release hif2 reference on probe IRQ failure The hif2 reference obtained by mt7915_pci_init_hif2() is only rele...

How severe is CVE-2026-90352?

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

Is there a patch for CVE-2026-90352?

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