Katalog CVE

CVE-2026-90061

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w netfilter nf_tables zarówno ścieżka dynset, jak i newsetelem klonują istniejące wyrażenia zbioru przy ustawianiu wyrażeń elementów zbioru, jeśli nie podano wyrażeń nadpisujących. Powoduje to podwójne klonowanie. Poprawka dodaje flagę override_exprs do oznaczania wyrażeń nadpisujących i warunkowo zwalnia wyrażenia, co naprawia również niezrównoważenie licznika referencji modułu dla wyrażenia connlimit.

Ocena ryzyka

Niezrównoważenie licznika referencji modułu może prowadzić do ostrzeżeń jądra, a w skrajnych przypadkach do użycia zwolnionego modułu i awarii systemu. Dotyczy konfiguracji nf_tables z wyrażeniem connlimit.

Rekomendacja

Zaktualizuj jądro Linux do wersji z poprawką wprowadzającą flagę override_exprs i warunkowe zwalnianie wyrażeń. Sprawdź stabilność systemu przy użyciu reguł nf_tables z connlimit.

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: netfilter: nf_tables: skip double clone set expressions on element insert Both the dynset and newsetelem path clone the existing set expressions when setting set element expressions if no override expressions are provided. This results in a double clone, once to clone the template set expressions then another clone on the new element. Add a flag to annotate if userspace provides a override expression (ie. expression of the same type of the set but different configuration), otherwise borrow the existing expression from the set. Add conditionals to release expression iif they represent an override. Use this new override_exprs flag to dump the dynset expression override to userspace. This simplifies the existing logic and it also fixes a bug with the connlimit expression which results in a module refcount imbalance WARNING splat when resorting on the default set expressions.

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