Katalog CVE

CVE-2025-37797

WysokieCVSS 7.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 jądrze Linux w harmonogramie HFSC wykryto podatność Use-After-Free (UAF) w obsłudze klas. Wynika z błędnego założenia, że kolejka pozostaje niepusta po wywołaniu qdisc_peek_len().

Ocena ryzyka

Atakujący może doprowadzić do wycieku pamięci lub wykonania dowolnego kodu poprzez celowe opróżnienie kolejki w odpowiednim momencie.

Rekomendacja

Zastosuj łatkę dodającą drugie sprawdzenie długości kolejki po qdisc_peek_len().

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: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check/time-of-use condition in hfsc_change_class() when working with certain child qdiscs like netem or codel. The vulnerability works as follows: 1. hfsc_change_class() checks if a class has packets (q.qlen != 0) 2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g., codel, netem) might drop packets and empty the queue 3. The code continues assuming the queue is still non-empty, adding the class to vttree 4. This breaks HFSC scheduler assumptions that only non-empty classes are in vttree 5. Later, when the class is destroyed, this can lead to a Use-After-Free The fix adds a second queue length check after qdisc_peek_len() to verify the queue wasn't emptied.

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