CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-89740

mediumCVSS 5.7covered by 2 sourcesfirst seen 2026-09-08
In the Linux kernel, the following vulnerability has been resolved: serial: imx: serialize imx_uart_ports[] lifetime imx_uart_probe() publishes its devm-allocated port in imx_uart_ports[] before uart_add_one_port() because console setup uses the table. The entry is not cleared when adding the port fails or after removal, leaving a dangling pointer. A sibling probe can register the shared console through that stale entry. This was reproduced under KASAN on QEMU mcimx6ul-evk by unbinding a sibling UART, unbinding the console UART and rebinding the sibling. Keep the entry valid through uart_remove_one_port(), then clear it. Protect port addition and removal together with their table updates so sibling operations cannot interleave. Reject an occupied slot rather than clobbering an active port during a duplicate-line probe.

⚡ Watch CVE-2026-89740

Get an email if CVE-2026-89740 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-89740

CVE.org record

Embed the live status

CVE-2026-89740 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-89740 status](https://www.csirts.com/badge/CVE-2026-89740)](https://www.csirts.com/cve/CVE-2026-89740)