Katalog CVE

CVE-2026-72176

Niskie ryzyko· EPSS 10%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w module mm/damon/sysfs-schemes znaleziono błąd w funkcji damon_sysfs_scheme_add_dirs(), gdzie w ścieżce błędu po nieudanym ustawieniu katalogu tried_regions, zamiast katalogu stats zwalniany jest katalog tried_regions. Prowadzi to do wycieku obiektu katalogu stats oraz potencjalnej dereferencji niezainicjalizowanej pamięci.

Ocena ryzyka

Ryzyko obejmuje wyciek pamięci oraz dereferencję niezainicjalizowanej pamięci, co może prowadzić do awarii systemu lub nieprzewidywalnego zachowania. Błędy konfiguracji są rzadkie, ale skutki mogą być poważne.

Rekomendacja

Zaleca się zastosowanie poprawki z jądra Linux, która poprawnie zwalnia katalog stats zamiast tried_regions w ścieżce błędu. Należy śledzić aktualizacje i wdrożyć poprawkę w systemach.

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: mm/damon/sysfs-schemes: put stats for scheme_add_dirs() internal error damon_sysfs_scheme_add_dirs() setup the tried_regions directory after the stats directory setup is completed. When the tried_regions directory setup is failed, the setup function ensures the reference for the tried regions directory is released. Hence the error path should put references on setup succeeded directory objects, starting from the stats directory. However, the error path is putting the tried_regions directory instead of the stats directory. As a direct result, the stats directory object is leaked. Worse yet, if the tried_regions directory setup failed from the initial allocation, the scheme->tried_regions field remains uninitialized. The following kobject_put(&scheme->tried_regions->kobj) call in the error path will dereference the uninitialized memory. The setup failures should not be common. But once it happens, the consequence is quite bad. Fix this issue by correctly putting the stats directory instead of the tried_regions directory. The issue was discovered [1] by Sashiko.

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