Katalog CVE

CVE-2026-97481

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W sterowniku szeregowym 8250 w jądrze Linux występuje podatność polegająca na braku obsługi flagi FIFO error IRQ (FIFOE). Podczas fazy startowej może to spowodować zablokowanie procesora w ISR (soft lockup), ponieważ zgłoszenie IRQ_HANDLED bez obsłużenia błędu powoduje natychmiastowe ponowne przerwanie.

Ocena ryzyka

Podatność może zawiesić cały system w rzadkich przypadkach podczas rozruchu na urządzeniach korzystających ze sterowników 8250, szczególnie z OMAP, prowadząc do braku reakcji i wymagając restartu.

Rekomendacja

Zainstaluj poprawkę jądra, która dodaje sprawdzenie stanu FIFOE oraz czyści FIFO, gdy nie ma gotowych danych (DR), zapobiegając zawieszeniu ISR.

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: serial: 8250: fix possible ISR soft lockup There are rare cases in which the host gets stuck in the ISR because it is flooded with messages during the startup phase. The reason for the soft lockup in the ISR is the missing FIFO error IRQ (FIFOE) handling. Not handling it and reporting IRQ_HANDLED triggers the IRQ immediately again. Fix this by adding a check for the FIFOE status and clearing the FIFO if no data is ready (DR). This behavior was observed on an AM62L device which uses the OMAP 8250 driver. Fix it for all 8250 drivers, since the OMAP driver's special IRQ setup handling may trigger this behavior more frequently, but it is not ensured that other 8250 drivers aren't affected.

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