Katalog CVE

CVE-2026-64461

Niskie ryzyko· EPSS 8%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.18%

Percentyl 8 - wyżej niż 8% wszystkich znanych CVE

Streszczenie

W sterowniku PCI MediaTek w jądrze Linux występuje wyciek domeny IRQ, gdy port nie może zostać włączony. Domeny IRQ utworzone przez mtk_pcie_init_irq_domain() nie są zwalniane, co prowadzi do wycieku zasobów.

Ocena ryzyka

Wyciek domen IRQ może wyczerpać dostępne zasoby systemowe, uniemożliwiając inicjalizację nowych urządzeń PCI lub powodując niestabilność systemu.

Rekomendacja

Zastosuj łatkę, która refaktoryzuje mtk_pcie_irq_teardown() na per-port helper i wywołuje go z mtk_pcie_setup() w przypadku niepowodzenia mtk_pcie_enable_port(). Zaktualizuj jądro.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtk_pcie_enable_port() fails, mtk_pcie_port_free() removes the port from pcie->ports and frees the port structure. However, the IRQ domains set up earlier by mtk_pcie_init_irq_domain() are never freed. Fix this by refactoring mtk_pcie_irq_teardown() into a per-port helper, mtk_pcie_irq_teardown_port(), and calling it from mtk_pcie_setup() when mtk_pcie_enable_port() fails. Since the IRQ teardown must only happen in the probe error path (during resume, child devices may have active MSI mappings and the NOIRQ context prohibits sleeping locks), mtk_pcie_enable_port() is changed to return an error code so callers can distinguish the two paths and act accordingly. This issue was reported by Sashiko while reviewing the EcoNet EN7528 SoC support series.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS