CVE Catalog

CVE-2026-97481

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's 8250 serial driver, there is a vulnerability due to missing FIFO error IRQ (FIFOE) handling. During the startup phase this can cause a soft lockup in the ISR because reporting IRQ_HANDLED without handling the error immediately retriggers the IRQ.

Risk Assessment

This vulnerability can hang the entire system in rare cases during boot on devices using 8250 drivers, especially OMAP-based ones, leading to unresponsiveness and requiring a reboot.

Recommendation

Apply a kernel patch that adds a check for the FIFOE status and clears the FIFO when no data is ready (DR), preventing the ISR soft lockup.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS