CVE-2026-10674: DoS (hard fault) in NXP LPUART driver: unsupported runtime UART config leaves clocks disabled

Published Jul 21, 2026
·
Updated

The NXP LPUART serial driver (drivers/serial/uartmcuxlpuart.c), when CONFIGUARTUSERUNTIMECONFIGURE is enabled, called LPUARTDeinit() at the start of mcuxlpuartconfigure(), which disables the LPUART peripheral clocks. The requested configuration is validated only afterwards (in mcuxlpuartconfigurebasic), and unsupported parity/data-bit/stop-bit/flow-control values return -ENOTSUP before the clock is re-enabled.

As a result, a uartconfigure() request with an unsupported configuration left the LPUART in a clock-disabled state; any subsequent access to LPUART registers (pollout/pollin, interrupt handling, or a later reconfigure) faults on the gated peripheral and escalates to a hard fault, crashing the system.

uartconfigure() is a Zephyr syscall whose verifier (zvrfyuartconfigure) only checks that cfg is readable user memory and forwards the caller-supplied configuration unchanged, so an unprivileged userspace thread with access to an LPUART device can deterministically trigger the fault, a persistent system-wide denial of service.

Introduced in v2.5.0 and present in all subsequent releases until this fix, which removes the LPUARTDeinit() call and instead only disables the transmitter/receiver, leaving the clock running.

Affected Software

2 affected components
Zephyr LPUART serial driver (uart_mcux_lpuart.c)>=undefined
zephyrproject zephyr>=2.5.0<=4.4.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade NXP LPUART serial driver (drivers/serial/uart_mcux_lpuart.c) to a version that resolves this vulnerability.

    Fixed in 2.5.0
  2. Configuration

    When CONFIG_UART_USE_RUNTIME_CONFIGURE is enabled, ensure mcux_lpuart_configure() does NOT call LPUART_Deinit() at the start; instead only disable the transmitter/receiver so the LPUART clock remains running (fix described as removing the LPUART_Deinit() call and only disabling transmitter/receiver).

    Zephyr UART runtime configure path (CONFIG_UART_USE_RUNTIME_CONFIGURE) CONFIG_UART_USE_RUNTIME_CONFIGURE = enabled
  3. Compensating control

    Mitigate deterministic DoS by limiting unprivileged userspace ability to call the uart_configure() syscall (z_vrfy_uart_configure forwards caller-supplied config unchanged).

  4. Operational

    After upgrading to a fixed release, reboot/ensure the system is recovered from any prior crash state (hard fault from gated peripheral).

Event History

Jul 21, 2026
CVE Published
via MITRE·09:30 PM
Data Sourced
via MITRE·09:30 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-10674?

The severity of CVE-2026-10674 is medium with a score of 5.5.

2

What type of vulnerability is CVE-2026-10674?

CVE-2026-10674 is a Denial of Service (DoS) vulnerability in the NXP LPUART driver.

3

How do I fix CVE-2026-10674?

To fix CVE-2026-10674, ensure that CONFIG_UART_USE_RUNTIME_CONFIGURE is not enabled in your configuration.

4

What are the potential impacts of CVE-2026-10674?

The potential impact of CVE-2026-10674 includes disabling the LPUART peripheral clocks, resulting in a hard fault and system instability.

5

Which software version is affected by CVE-2026-10674?

CVE-2026-10674 affects the Zephyr LPUART serial driver in the version that includes the uart_mcux_lpuart.c file.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203