← Späť na vyhľadávanie CVE

CVE-2026-72324

Linux kernel

Popis

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.

EPSS 0.209%Riziko 0
Zobraziť zdroj
Zverejnené
2026-08-15 06:22:05
Dotknuté verzie
unknown
Typ
Jadro
Posledná úprava
2026-08-17 06:18:35
Vektor
Pending