Katalog CVE

CVE-2026-63798

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

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

Streszczenie

W sterowniku irqchip/imgpdc jądra Linux wykryto wyciek zasobów oraz brak czyszczenia łańcuchowych procedur obsługi przerwań podczas usuwania sterownika. Podczas inicjalizacji alokowane są ogólne chipy domeny i ustawiane łańcuchowe procedury, ale przy usuwaniu nie są one zwalniane ani usuwane. Może to prowadzić do użycia po zwolnieniu pamięci i awarii jądra.

Ocena ryzyka

Organizacja narażona jest na potencjalne awarie systemu (kernel crash) lub niekontrolowane przerwania po odłączeniu sterownika, co może skutkować utratą dostępności usług krytycznych.

Rekomendacja

Należy niezwłocznie zaktualizować jądro Linux do wersji zawierającej poprawkę (commit usuwający wyciek i dodający czyszczenie procedur w pdc_intc_remove()).

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: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irq_alloc_domain_generic_chips() during probe and sets up chained handlers using irq_set_chained_handler_and_data(). However, on driver removal, the generic chips are not freed and the chained handlers are not removed. The generic chips remain on the global gc_list and may later be accessed by generic interrupt chip suspend, resume, or shutdown callbacks after the driver has been removed, potentially resulting in a use-after-free and kernel crash. The chained handlers that were installed in probe for peripheral and syswake interrupts are also left dangling, which can lead to spurious interrupts accessing freed memory. Fix these issues by: - Setting IRQ_DOMAIN_FLAG_DESTROY_GC flag in domain->flags, so the core code automatically removes generic chips when irq_domain_remove() is called - Clearing all chained handlers with NULL in pdc_intc_remove()

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