CVE-2026-74655
Last modified
CVE-2026-74655 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted TX DMA frames. The DMA-mode uart_ops does not provide a flush_buffer callback, so an in-flight transfer can complete after serial core has reset the transmit kfifo, underflowing its length and resubmitting page-sized transfers indefinitely. Add one that stops the transfer and clears tx_remaining and tx_queued. The stop path was also broken: it unmapped the buffer while the serial engine could still read it, and never reset the TX DMA state machine. Cancel the main sequencer command first, then reset the state machine and wait for it before unmapping.
Description
In the Linux kernel, the following vulnerability has been resolved: serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted TX DMA frames. The DMA-mode uart_ops does not provide a flush_buffer callback, so an in-flight transfer can complete after serial core has reset the transmit kfifo, underflowing its length and resubmitting page-sized transfers indefinitely. Add one that stops the transfer and clears tx_remaining and tx_queued. The stop path was also broken: it unmapped the buffer while the serial engine could still read it, and never reset the TX DMA state machine. Cancel the main sequencer command first, then reset the state machine and wait for it before unmapping. Drop the early return so a pending mapping is also cleaned up when the main command is inactive. The bug can be triggered from userspace with a large write immediately followed by TCOFLUSH. A following tcdrain will hang forever. The bug was reproduced and this fix was validated on Arduino Uno Q (QRB2210) using /dev/ttyHS1.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2aaa43c7077833301c237684cd7bc9ae5e3dec95, < 313ae287442e5e8d3f7b53b73f37d384bda072d0; >= 2aaa43c7077833301c237684cd7bc9ae5e3dec95, < 1c31e2377f4c1bb110ca7f6e597b2253a7440c37; >= 2aaa43c7077833301c237684cd7bc9ae5e3dec95, < b1801c0d40f62778b613334de5840aba10a564d5; >= 2aaa43c7077833301c237684cd7bc9ae5e3dec95, < e3c04834ae1ab5e9cfbe8ac54ec734aa4774249d |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74655?
How severe is CVE-2026-74655?
How do I fix CVE-2026-74655?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7465The Spectra Gutenberg Blocks – Website Builder for the Block…8.8
- CVE-2026-74650In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74651In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74652In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74653In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74654In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74656In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74657In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74658In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74659In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7466AgentFlow contains an arbitrary code execution vulnerability…8.8
- CVE-2026-74660In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74655?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
