CVE-2026-74654

Source
https://cve.org/CVERecord?id=CVE-2026-74654
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74654.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74654
Downstream
Published
2026-08-22T15:32:29.263Z
Modified
2026-08-24T11:47:18.965519379Z
Summary
serial: 8250_dma: Clear stale RX state on shutdown
Details

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

serial: 8250_dma: Clear stale RX state on shutdown

serial8250releasedma() 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: 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 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74654.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / 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
0fcb7901f9d61a325b4c5b88c600383bcbeb97fe
Fixed
bf4fb620e02962b2b52500a4b3d8420f351eb46a
Fixed
e10f06ee050a08930e2339b6fec7148fd0b2a8f6
Fixed
d06cfb1add4a2d5b393e9e31f49ebbd168beea49
Fixed
e7a5d792cf64a2096e18f1d573cc3d01cba15e92
Fixed
9f2444f4c0e4b06f61bae38da87c9c94c78efa86
Fixed
ae05d9e50b6b9f246c110b3bdc03676145c2d0d4
Fixed
e7e3cc6709caa49d1d6ce6c1f7cb305e38675cc9
Fixed
e2fe6a0efecbef00e3ecc2db64dd5afa8c212b41

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74654.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.19.0
Fixed
5.10.265
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74654.json"