{"id":"CVE-2026-80886","summary":"serial: msm: Disable DMA for kernel console UART","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nserial: msm: Disable DMA for kernel console UART\n\nAt the moment, concurrent writes from userspace and the kernel to the\nconsole can trigger a race condition that results in an infinite loop of\nthe same messages printed over and over again. This is most likely to\nhappen during system startup or shutdown when the init system starts/stops\na large number of system services that interact with various kernel code.\n\nWhen userspace writes to the TTY device, the driver initiates an\nasynchronous DMA transfer and releases the port lock. At the same moment,\nthe kernel printk path might grab the port lock and re-configure the UART\ncontroller for PIO, without waiting for the DMA operation to complete. It\nseems like this collision results in zero progress being reported for the\nDMA engine, so the same text is printed to the console over and over again.\n\nFor the kernel console, we want a reliable output path that will be\nfunctional even during crashes etc. So rather than implementing complex\ncode to synchronize the kernel console write routines with the userspace\nDMA write routines, simply disable DMA for the console UART instance.\n\nSimilar checks exist in many other serial drivers, e.g. 8250_port.c,\nimx.c, sh-sci.c etc.","modified":"2026-09-06T03:46:57.135722215Z","published":"2026-09-04T16:49:35.864Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80886.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/22dd2777e6c180e1c945b00f6d18550979436324"},{"type":"WEB","url":"https://git.kernel.org/stable/c/2727744ccb5ca59090451451ee94f530b1be04a5"},{"type":"WEB","url":"https://git.kernel.org/stable/c/6acea62738ed4cae6746483026706a773b44dad7"},{"type":"WEB","url":"https://git.kernel.org/stable/c/abc1926c88c189e5d698b91ed6890e09ab5c321d"},{"type":"WEB","url":"https://git.kernel.org/stable/c/bb4296de5b538b575978c588cb3738ab8524d01a"},{"type":"WEB","url":"https://git.kernel.org/stable/c/d354716245192de2d203f2b35f22ab8dc13595e2"},{"type":"WEB","url":"https://git.kernel.org/stable/c/e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f58e568dc308c8e13f7730c8de2da5ed514e540d"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80886.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-80886"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6"},{"fixed":"f58e568dc308c8e13f7730c8de2da5ed514e540d"},{"fixed":"bb4296de5b538b575978c588cb3738ab8524d01a"},{"fixed":"6acea62738ed4cae6746483026706a773b44dad7"},{"fixed":"abc1926c88c189e5d698b91ed6890e09ab5c321d"},{"fixed":"2727744ccb5ca59090451451ee94f530b1be04a5"},{"fixed":"d354716245192de2d203f2b35f22ab8dc13595e2"},{"fixed":"e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47"},{"fixed":"22dd2777e6c180e1c945b00f6d18550979436324"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80886.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.4.0"},{"fixed":"5.10.261"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.11.0"},{"fixed":"5.15.212"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.178"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.145"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.97"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.40"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.1.5"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80886.json"}}],"schema_version":"1.9.0"}