Katalog CVE

CVE-2026-23270

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W jądrze Linux wykryto podatność w module act_ct (Connection Tracking) dla sieciowego planisty (net/sched). Problem wynika z możliwości użycia act_ct w ścieżce egress, co może prowadzić do użycia po zwolnieniu (Use-After-Free) z powodu nieprawidłowego obsłużenia stanu TC_ACT_CONSUMED przez większość kolejek dyscyplin. Łatka ogranicza wiązanie act_ct wyłącznie do kolejek clsact/ingress oraz współdzielonych bloków.

Ocena ryzyka

Ryzyko dla organizacji polega na możliwości zdalnego wykonania kodu lub awarii systemu (kernel panic) poprzez wysłanie specjalnie spreparowanego ruchu sieciowego, który wywoła UaF w jądrze. Podatność dotyczy systemów z włączonym Connection Tracking na interfejsach egress.

Rekomendacja

Zaleca się natychmiastową aktualizację jądra Linux do wersji zawierającej poprawkę (commit net/sched: Only allow act_ct to bind to clsact/ingress qdiscs). Do czasu aktualizacji należy unikać używania act_ct w ścieżce egress lub ograniczyć go do clsact.

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: net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks As Paolo said earlier [1]: "Since the blamed commit below, classify can return TC_ACT_CONSUMED while the current skb being held by the defragmentation engine. As reported by GangMin Kim, if such packet is that may cause a UaF when the defrag engine later on tries to tuch again such packet." act_ct was never meant to be used in the egress path, however some users are attaching it to egress today [2]. Attempting to reach a middle ground, we noticed that, while most qdiscs are not handling TC_ACT_CONSUMED, clsact/ingress qdiscs are. With that in mind, we address the issue by only allowing act_ct to bind to clsact/ingress qdiscs and shared blocks. That way it's still possible to attach act_ct to egress (albeit only with clsact). [1] https://lore.kernel.org/netdev/674b8cbfc385c6f37fb29a1de08d8fe5c2b0fbee.1771321118.git.pabeni@redhat.com/ [2] https://lore.kernel.org/netdev/[email protected]/

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