CVE-2026-89740
Last modified
CVE-2026-89740 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dbff4e9ea2e83fda89143389bfb229cb29425a32, < 681696ae9e4a28bdf54893c807dfe4a6c08e30a5; >= dbff4e9ea2e83fda89143389bfb229cb29425a32, < 28b932202fcdbeb2ef58d89ce4363f480433c234; >= dbff4e9ea2e83fda89143389bfb229cb29425a32, < 7429dce56a73bc080a8c072edb167106f73a08ae; >= dbff4e9ea2e83fda89143389bfb229cb29425a32, < 8b0b29fdcb47907ae0296b8fe829e918e05e300f |
| Linux | Linux | 2.6.27 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89740?
How severe is CVE-2026-89740?
How do I fix CVE-2026-89740?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89735In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89736In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89737In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89738In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89739In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8974Memory safety bugs present in Firefox ESR 140.10 and Firefox…8.8
- CVE-2026-89741In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89742In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89743In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-89744In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89745In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89746In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89740?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
