CVE-2026-80737
Received Received - Intake

Synchronize DMA Teardown in Linux Kernel Serial Driver

Vulnerability report for CVE-2026-80737, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengine_terminate_all() does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port lock. Switch to dmaengine_terminate_sync() and delete the RX timer before freeing the buffers.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper synchronization during DMA (Direct Memory Access) teardown in the AMBA PL011 serial driver. The issue occurs because dmaengine_terminate_all() does not wait for a running callback, allowing the TX callback to access freed memory. Additionally, the RX poll timer reads RX buffers without proper locking.

Impact Analysis

This vulnerability could lead to memory corruption, crashes, or unexpected behavior in systems using the affected Linux kernel serial driver. Attackers might exploit it to cause denial-of-service or execute arbitrary code with kernel privileges.

Mitigation Strategies

Update the Linux kernel to a patched version where dmaengine_terminate_sync() is used instead of dmaengine_terminate_all() and the RX timer is deleted before freeing buffers.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80737. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart