CVE-2026-90336
Last modified
CVE-2026-90336 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: serial: core: clear freed pointers on uart_register_driver() failure uart_register_driver() leaves drv->state pointing to freed memory when tty_alloc_driver() fails. If tty_register_driver() fails, drv->tty_driver also retains a pointer after its reference is dropped. Drivers that use drv->state as an "already registered" flag can then skip registration on the next probe and pass the freed state to uart_add_one_port(). This issue was found with failslab on QEMU's raspi1ap board by failing registration and binding the PL011 port again. Clear both pointers on their failure paths, as uart_unregister_driver() already does..
Description
In the Linux kernel, the following vulnerability has been resolved: serial: core: clear freed pointers on uart_register_driver() failure uart_register_driver() leaves drv->state pointing to freed memory when tty_alloc_driver() fails. If tty_register_driver() fails, drv->tty_driver also retains a pointer after its reference is dropped. Drivers that use drv->state as an "already registered" flag can then skip registration on the next probe and pass the freed state to uart_add_one_port(). This issue was found with failslab on QEMU's raspi1ap board by failing registration and binding the PL011 port again. Clear both pointers on their failure paths, as uart_unregister_driver() already does.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 06b376432974fe5f25f2843a8e8438c6a1cf3d50; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 61a2fb25551be0375bc16ef2a70c987dfca26183 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90336?
How severe is CVE-2026-90336?
How do I fix CVE-2026-90336?
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-90330In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90332In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-90333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90334In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90335In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90338In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9034Use After Free vulnerability in Arm Ltd Bifrost GPU Userspac…7.8
- CVE-2026-90340In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90341In the Linux kernel, the following vulnerability has been re…7.7
Are you affected by CVE-2026-90336?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
