CVE-2026-93123

Source
https://cve.org/CVERecord?id=CVE-2026-93123
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93123.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93123
Downstream
Published
2026-09-17T16:11:28Z
Modified
2026-09-18T03:48:44Z
Summary
serial: qcom-geni: do not advance stale DMA completions
Details

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

serial: qcom-geni: do not advance stale DMA completions

The qcom GENI serial DMA TX completion path advances the transmit fifo by the number of bytes recorded in port->tx_remaining.

If uart_flush_buffer() runs after the hardware has completed a DMA transfer but before the DMA completion interrupt has been handled, the serial core resets the transmit fifo while port->tx_remaining still describes the old DMA transfer.

A previous fix avoided advancing an empty fifo by checking that the fifo length is at least tx_remaining. That still does not distinguish the old DMA payload from new bytes written after the flush. If userspace writes new data before the stale DMA completion interrupt is handled, the fifo can again contain at least tx_remaining bytes and the stale completion can advance and discard those new bytes.

Mark an in-flight DMA transfer stale when the transmit fifo is flushed. The later completion still unprepares the original DMA mapping using the saved length, but it no longer advances the transmit fifo.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93123.json"
}
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
2aaa43c7077833301c237684cd7bc9ae5e3dec95
Fixed
231c84fe7ec40e4a06c398c0591d5b8e823d68e1
Fixed
c02d030747c46da33faf406dd772ef91100efa27
Fixed
59faa59c25a0a098fbc86275408d7c8405015702
Fixed
7ea38c49e7178960926657863299face6dc0e1b0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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