NONE · 0

CVE-2026-89964

In the Linux kernel, the following vulnerability has been resolved: parisc: eisa: Fix infinite loop when parsing invalid IRQ value When an invalid value is passed via the "eisa_irq_edge=" kernel com...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: parisc: eisa: Fix infinite loop when parsing invalid IRQ value When an invalid value is passed via the "eisa_irq_edge=" kernel command line parameter (e.g. "eisa_irq_edge=16,5"), eisa_irq_setup() prints an error message and continues without advancing the current position. As a result the same invalid value is parsed again and again, causing an infinite loop while the kernel boots. Advance to the next comma-separated entry, or stop parsing when there is no next entry, before continuing so that the remaining entries are processed normally.

References

FAQ

What is CVE-2026-89964?

CVE-2026-89964 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: parisc: eisa: Fix infinite loop when parsing invalid IRQ value When an invalid value is passed via the "eisa_irq_edge=" kernel com...

How severe is CVE-2026-89964?

CVSS scoring is not yet available for CVE-2026-89964. Check NVD for updates.

Is there a patch for CVE-2026-89964?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.