CVE-2026-80886
Last modified
CVE-2026-80886 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: serial: msm: Disable DMA for kernel console UART At the moment, concurrent writes from userspace and the kernel to the console can trigger a race condition that results in an infinite loop of the same messages printed over and over again. This is most likely to happen during system startup or shutdown when the init system starts/stops a large number of system services that interact with various kernel code. When userspace writes to the TTY device, the driver initiates an asynchronous DMA transfer and releases the port lock.
Description
In the Linux kernel, the following vulnerability has been resolved: serial: msm: Disable DMA for kernel console UART At the moment, concurrent writes from userspace and the kernel to the console can trigger a race condition that results in an infinite loop of the same messages printed over and over again. This is most likely to happen during system startup or shutdown when the init system starts/stops a large number of system services that interact with various kernel code. When userspace writes to the TTY device, the driver initiates an asynchronous DMA transfer and releases the port lock. At the same moment, the kernel printk path might grab the port lock and re-configure the UART controller for PIO, without waiting for the DMA operation to complete. It seems like this collision results in zero progress being reported for the DMA engine, so the same text is printed to the console over and over again. For the kernel console, we want a reliable output path that will be functional even during crashes etc. So rather than implementing complex code to synchronize the kernel console write routines with the userspace DMA write routines, simply disable DMA for the console UART instance. Similar checks exist in many other serial drivers, e.g. 8250_port.c, imx.c, sh-sci.c etc.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < f58e568dc308c8e13f7730c8de2da5ed514e540d; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < bb4296de5b538b575978c588cb3738ab8524d01a; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < 6acea62738ed4cae6746483026706a773b44dad7; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < abc1926c88c189e5d698b91ed6890e09ab5c321d; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < 2727744ccb5ca59090451451ee94f530b1be04a5; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < d354716245192de2d203f2b35f22ab8dc13595e2; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47; >= 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6, < 22dd2777e6c180e1c945b00f6d18550979436324 |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80886?
How severe is CVE-2026-80886?
How do I fix CVE-2026-80886?
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-80880In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80881In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80882In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80883In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80884In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80885In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80887In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80888In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80889In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8089The weMail: Email Marketing, Email Automation, Newsletters, …7.1
- CVE-2026-80890In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80891In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80886?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
