CVE-2026-74654: serial: 8250_dma: Clear stale RX state on shutdown

Published Aug 22, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

serial: 8250dma: Clear stale RX state on shutdown

serial8250releasedma() terminates RX DMA and releases the channel, but leaves rxrunning 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: 8250dw: Ensure BUSY is deasserted") calls serial8250rxdmaflush() from the LCR write path during startup. This happens before serial8250requestdma() obtains a new RX channel. On reopen, the stale rxrunning state therefore makes the flush path pass a NULL channel to dmaenginepause(), causing a kernel Oops.

Clear rxrunning 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.

Affected Software

2 affected componentsFixes available
Linux Linux kernel
Microsoft azl3 kernel 6.6.150.1-1<6.6.152.1-1
6.6.152.1-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 6.6.152.1-1

Event History

Aug 22, 2026
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:16 PM
Description
Aug 24, 2026
Data Sourced
via Microsoft·08:01 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:01 AM
Affected Software
Updated
via Microsoft·08:01 AM
DescriptionSeverity

Frequently Asked Questions

1

What conditions are required to trigger the kernel Oops?

The affected serial port must use RX DMA, be closed while an RX DMA transfer is active, and then be reopened. During startup, the DesignWare BUSY workaround must invoke the RX DMA flush path before a new RX DMA channel is obtained.

2

Is this reachable without an external attacker?

Yes. The described failure is a local lifecycle issue triggered by closing and reopening an affected serial port while RX DMA is active. The provided information does not describe any network or remote attack path.

3

What is the impact when the issue is triggered?

The stale rx_running state can cause serial8250_rx_dma_flush() to pass a NULL RX DMA channel to dmaengine_pause(), resulting in a kernel Oops.

4

What mitigation is available if the fix cannot be applied immediately?

The provided data does not specify a configuration workaround. Avoiding close-and-reopen cycles of affected RX-DMA serial ports while an RX transfer is active would avoid the described trigger condition.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203