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-53094

7.8 · HIGH
Published May 2, 2025 linux CWE-362 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53094 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

tty: serial: fsl_lpuart: fix race on RX DMA shutdown

From time to time DMA completion can come in the middle of DMA shutdown:

<process ctx>: <IRQ>:

lpuart32_shutdown()

lpuart_dma_shutdown()

del_timer_sync()

lpuart_dma_rx_complete()

lpuart_copy_rx_to_tty()

mod_timer()

lpuart_dma_rx_free()

When the timer fires a bit later, sport->dma_rx_desc is NULL:

Unable to handle kernel NULL pointer dereference at virtual address 0000000000000004

pc : lpuart_copy_rx_to_tty+0xcc/0x5bc

lr : lpuart_timer_func+0x1c/0x2c

Call trace:

lpuart_copy_rx_to_tty

lpuart_timer_func

call_timer_fn

__run_timers.part.0

run_timer_softirq

__do_softirq

__irq_exit_rcu

irq_exit

handle_domain_irq

gic_handle_irq

call_on_irq_stack

do_interrupt_handler

...

To fix this fold del_timer_sync() into lpuart_dma_rx_free() after

dmaengine_terminate_sync() to make sure timer will not be re-started in

lpuart_copy_rx_to

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 >= 3.18.9, < 3.19 Affected

Frequently Asked Questions

What is CVE-2023-53094?

CVE-2023-53094 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 2, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53094?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-53094?

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-53094?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53094 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.