CVE-2026-80886
Received Received - Intake

Race Condition in Linux Kernel Console UART

Vulnerability report for CVE-2026-80886, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-05
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a race condition between userspace and kernel writes to the console UART. When both try to write simultaneously, it can cause an infinite loop of repeated messages during system startup or shutdown. The fix disables DMA for the console UART to prevent this issue.

Detection Guidance

This vulnerability manifests as an infinite loop of repeated messages on the console during system startup or shutdown. Check system logs for repeated console output or kernel messages indicating a race condition in the serial driver.

Impact Analysis

This vulnerability can cause system instability during startup or shutdown, leading to repeated console messages that may obscure other critical output. It could delay system boot or shutdown processes and make troubleshooting difficult.

Mitigation Strategies

Apply the Linux kernel patch that disables DMA for the console UART instance. Update to a kernel version that includes the fix for this issue.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80886. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart