CVE-2023-52456

MEDIUM

Linux Kernel 5.9.0-5.10.209 - Denial of Service via Serial TX State Machine Deadlock

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: serial: imx: fix tx statemachine deadlock When using the serial port as RS485 port, the tx statemachine is used to control the RTS pin to drive the RS485 transceiver TX_EN pin. When the TTY port is closed in the middle of a transmission (for instance during userland application crash), imx_uart_shutdown disables the interface and disables the Transmission Complete interrupt. afer that, imx_uart_stop_tx bails on an incomplete transmission, to be retriggered by the TC interrupt. This interrupt is disabled and therefore the tx statemachine never transitions out of SEND. The statemachine is in deadlock now, and the TX_EN remains low, making the interface useless. imx_uart_stop_tx now checks for incomplete transmission AND whether TC interrupts are enabled before bailing to be retriggered. This makes sure the state machine handling is reached, and is properly set to WAIT_AFTER_SEND.

Scores

CVSS v3 5.5
EPSS 0.0018
EPSS Percentile 7.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-667
Status published
Products (20)
linux/Kernel 5.11.0 - 5.15.148linux
linux/Kernel 5.16.0 - 6.1.75linux
linux/Kernel 5.9.0 - 5.10.209linux
linux/Kernel 6.2.0 - 6.6.14linux
linux/Kernel 6.7.0 - 6.7.2linux
Linux/Linux < 5.9
Linux/Linux 5.10.209 - 5.10.*
Linux/Linux 5.15.148 - 5.15.*
Linux/Linux 5.9
Linux/Linux 6.1.75 - 6.1.*
... and 10 more
Published Feb 23, 2024
Tracked Since Feb 18, 2026