NONE · 0

CVE-2026-72324

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irq_alloc_domain_generic_chips() allocates generic chip data that must be freed via irq_...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irq_alloc_domain_generic_chips() allocates generic chip data that must be freed via irq_domain_remove_generic_chips(). The devres action mvebu_gpio_remove_irq_domain() only called irq_domain_remove(), which only frees the generic chips if IRQ_DOMAIN_FLAG_DESTROY_GC is set. Call irq_domain_remove_generic_chips() explicitly before irq_domain_remove() instead.

References

FAQ

What is CVE-2026-72324?

CVE-2026-72324 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irq_alloc_domain_generic_chips() allocates generic chip data that must be freed via irq_...

How severe is CVE-2026-72324?

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

Is there a patch for CVE-2026-72324?

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