Katalog CVE

CVE-2026-72118

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 wykryto wyścig danych w module CAN BCM (Broadcast Manager) podczas jednoczesnego przetwarzania ramek CAN przez różne procesory. Problem dotyczy aktualizacji statystyk RX/TX, co mogło prowadzić do niespójnych danych w procfs. Poprawka wprowadza operacje atomowe i synchronizację w krytycznych sekcjach.

Ocena ryzyka

Organizacja może doświadczać błędnych statystyk ruchu CAN, co utrudnia monitorowanie i diagnostykę systemów przemysłowych lub pojazdowych. W skrajnych przypadkach może to maskować rzeczywiste problemy z transmisją danych.

Rekomendacja

Zaleca się pilne zaktualizowanie jądra Linux do wersji zawierającej poprawkę dla CVE-2026-72118. Należy również monitorować komunikaty KCSAN w logach systemowych, aby wykryć podobne problemy.

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: can: bcm: fix CAN frame rx/tx statistics KCSAN detected a data race within the bcm_rx_handler() when two CAN frames have been simultaneously received and processed in a single rx op by two different CPUs. Use atomic operations with (signed) long data types to access the statistics in the hot path to fix the KCSAN complaint. Additionally simplify the update and check of statistics overflow by using the atomic operations in separate bcm_update_[rx|tx]_stats() functions. The rx variant runs under bcm_rx_update_lock to prevent races when resetting the two rx counters; the tx variant runs under bcm_tx_lock and only needs to guard its own counter's overflow. As the rx path resets its values already at LONG_MAX / 100, there is no conflict between the two locking domains (bcm_rx_update_lock vs. bcm_tx_lock) even for ops that use both paths. The rx statistics update and the frames_filtered update in bcm_rx_changed() were previously performed in two separate bcm_rx_update_lock sections. For an rx op subscribed on all interfaces (ifindex == 0), bcm_rx_handler() can run concurrently on different CPUs, so a counter reset by one CPU between these two sections could leave frames_filtered larger than frames_abs on another CPU, producing a bogus (even negative) reduction percentage in procfs. Update the statistics in the same critical section as bcm_rx_changed() to close this gap, which also removes the now unneeded extra lock/unlock pair around the traffic_flags calculation.

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