Katalog CVE

CVE-2026-90213

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w podsystemie firewire funkcja build_tree() w ścieżce błędu pozostawia zaalokowane instancje węzłów w lokalnej liście. Gdy w sekwencji self ID wykryta zostanie nieprawidłowa wartość, instancje te nie są zwalniane, powodując wyciek pamięci.

Ocena ryzyka

Wyciek pamięci przy przetwarzaniu nieprawidłowych sekwencji self ID może prowadzić do stopniowego wyczerpania pamięci jądra i odmowy usługi.

Rekomendacja

Zaktualizuj jądro Linux do wersji, która zwalnia pozostałe instancje węzłów za pomocą for_each_fw_node() przed powrotem do wywołującego.

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: firewire: core: fix memory leak in error path of build_tree() In the error path of build_tree(), node instances can remain in the local linked list when the function returns. Whenever an invalid value is detected in the self ID sequence, each allocated node instance is either an entry in the linked list or an entry in the ports array of its parent node. Therefore, the allocate node instances can be safely released by traversing the linked list from its head. Release the remaining node instances with for_each_fw_node() before returning to the caller.

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