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.
Published: 2026-07-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The patch adds a check for a failure in dma_alloc_coherent(): if the allocation fails, dma_handle_rx() would dereference a NULL pointer, causing a kernel crash. This type of error is a classic null pointer dereference (CWE-476). Based on the description, it is inferred that a crashed kernel can result in a denial of service or, if an attacker can influence the context of the crash, privilege escalation from user mode to kernel mode.

Affected Systems

The issue resides in the Linux kernel’s tty serial driver for the pch_uart device. No specific kernel version range is listed, so any recent Linux kernel that includes the pch_uart driver is potentially affected until the check is applied.

Risk and Exploitability

The EPSS score is less than 1%, indicating a low probability of exploitation in the wild, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation would require a local attacker able to trigger a DMA allocation failure in dma_alloc_coherent(), which typically is not trivial without privileged code. Based on the description, it is inferred that a local kernel crash could potentially be leveraged for privilege escalation. Nonetheless, a local kernel crash can impede system availability and could serve as a foothold for further attacks. The formal CVSS score is 5.5, indicating medium impact if exploited successfully.

Generated by OpenCVE AI on August 13, 2026 at 11:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that includes the dma_alloc_coherent() failure check in the pch_uart driver (see the linked kernel patches).
  • If an immediate update is not possible, unload or disable the pch_uart driver to eliminate the vulnerability path.
  • Consider reverting to a previous stable kernel that is known not to use the vulnerable code until an official update is available.

Generated by OpenCVE AI on August 13, 2026 at 11:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Wed, 29 Jul 2026 00:15:00 +0000


Sun, 26 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
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.
Title tty: serial: pch_uart: add check for dma_alloc_coherent()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-24T15:27:40.263Z

Reserved: 2026-07-19T15:36:31.771Z

Link: CVE-2026-64234

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:52.610

Modified: 2026-08-12T19:13:20.623

Link: CVE-2026-64234

cve-icon Redhat

Severity :

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64234 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:15:05Z

Weaknesses