HomeDefectsLIN1025-17252
Acknowledged

LIN1025-17252 : Security Advisory - linux - CVE-2026-64234

Created: Aug 1, 2026    Updated: Aug 11, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  tty: serial: pch_uart: add check for dma_alloc_coherent()  Add a check for dma_alloc_coherent() failure to prevent a potential NULL pointer dereference in dma_handle_rx(). Properly release DMA channels and the PCI device reference using a goto ladder if the allocation fails.