CVE-2026-74418
Received Received - Intake

DMA Fence Tracepoint Null Pointer Dereference in Linux Kernel

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

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Fix potential tracepoint null pointer dereferences Trace_dma_fence_signaled, trace_dma_fence_wait_end and trace_dma_fence_destroy can all currently dereference a null fence->ops pointer after it has been reset on fence signalling. Lets use the safe string getters for most tracepoints to avoid this class of a problem, while for the signal tracepoint we move it to before ops are cleared to avoid losing the driver and timeline name information. Apart from moving it we also need to add a new tracepoint class to bypass the safe name getters since the signaled bit is already set. For dma_fence_init we also need to use the new tracepoint class since the rcu read lock is not held there, and we can do the same for the enable signaling since there we are certain the fence cannot be signaled while we are holding the lock and have even validated the fence->ops.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
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 potential null pointer dereferences in tracepoints related to dma-fence operations. Specifically, trace_dma_fence_signaled, trace_dma_fence_wait_end, and trace_dma_fence_destroy may dereference a null fence->ops pointer after it is reset during fence signaling.

Detection Guidance

This vulnerability is specific to the Linux kernel's dma-fence implementation and requires kernel-level inspection. Detection involves checking kernel logs for tracepoint-related errors or examining kernel source code for the affected functions. No direct network or system commands are provided in the context to detect this issue.

Impact Analysis

This vulnerability could lead to system crashes or unexpected behavior if exploited, as dereferencing a null pointer can cause kernel panics or memory corruption. It primarily affects systems using the Linux kernel with dma-fence functionality.

Mitigation Strategies

Apply the Linux kernel patch that resolves this issue. Update your kernel to a version that includes the fix for dma-fence tracepoint null pointer dereferences. Monitor kernel security advisories for updates.

Chat Assistant

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

EPSS Chart