Race condition in Linux kernel - CVE-2026-93123
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to discard newly written serial data.
The vulnerability exists due to a race condition in the qcom GENI serial DMA transmit completion path when a stale DMA completion is handled after the transmit FIFO is flushed and new data is written. A local user can cause the stale completion to advance the transmit FIFO and discard the new data.
Exploitation requires the hardware DMA transfer to complete before its completion interrupt is handled.