Katalog CVE

CVE-2026-68396

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 Linuxa w podsystemie SCSI wykryto problem z budzeniem wątku obsługi błędów (error handler) przy użyciu funkcji scsi_schedule_eh. Brak wymuszonej kolejności pamięci może powodować, że wątek nigdy się nie obudzi, gdy wszystkie komendy są nieaktywne lub przekroczono limit czasu.

Ocena ryzyka

Może to prowadzić do zawieszenia operacji wejścia/wyjścia i braku reakcji na błędy, co wpływa na dostępność systemu.

Rekomendacja

Zastosuj aktualizację jądra Linux zawierającą poprawkę przenoszącą wywołanie scsi_eh_wakeup do osobnego elementu pracy z użyciem RCU.

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: scsi: core: wake eh reliably when using scsi_schedule_eh Drivers which use the scsi_schedule_eh function to run the error handler currently risk the error handler thread never waking once all commands are timed out or inactive. There is no enforced memory order between setting the host into error recovery state and counting busy commands. This can result in a race with scsi_dec_host_busy where neither CPU sees both conditions of all commands inactive and the host error state to request waking the error handler. To fix this, run the scsi_schedule_eh's scsi_eh_wakeup from a new work item which will use rcu to ensure scsi_schedule_eh's call to scsi_host_busy will occur after the error state is globally visible and will be seen by any current scsi_dec_host_busy callers.

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