news.mlab.sh
Vulnerabilities
Vulnerability

CVE-2026-74654

Reference data from vuln.mlab.sh, coverage from our own index.

CVSS
5.5 Medium
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS
0.18%
Risk score
4.0
Published
2026-08-22
Status
Published

In the Linux kernel, the following vulnerability has been resolved: serial: 8250_dma: Clear stale RX state on shutdown serial8250_release_dma() terminates RX DMA and releases the channel, but leaves rx_running set. If the port is closed while an RX transfer is active, the stale state remains while rxchan is NULL until the channel is requested again on the next open. The DesignWare BUSY workaround added by commit a7b9ce39fbe4 ("serial: 8250_dw: Ensure BUSY is deasserted") calls serial8250_rx_dma_flush() from the LCR write path during startup. This happens before serial8250_request_dma() obtains a new RX channel. On reopen, the stale rx_running state therefore makes the flush path pass a NULL channel to dmaengine_pause(), causing a kernel Oops. Clear rx_running after terminating RX DMA, matching the TX cleanup. Also make the flush helper return if the DMA object or RX channel is not available so startup and teardown paths cannot pass a NULL channel to the DMAengine API. A flaw was found in the Linux kernel's 8250_dma serial driver. When a serial port is closed while an RX (receive) transfer is active, a stale state can persist where the `rx_running` flag remains set even though the receive channel is no longer available. If the port is subsequently reopened, a specific workaround function attempts to flush the receive data using a null channel, leading to a kernel Oops. This vulnerability could allow a local attacker to cause a denial of service by crashing the system.

Weaknesses

CWE-476

Coverage 1

Advisories and references