Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-52456

5.5 · MEDIUM
Published Feb 23, 2024 linux CWE-667 EPSS 0.18% (7th pctl)

Overview

CVE-2023-52456 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 23, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.9.0, < 5.10.209 Affected

Frequently Asked Questions

What is CVE-2023-52456?

CVE-2023-52456 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 23, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52456?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-52456?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-52456?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52456 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.