CVE Catalog

CVE-2026-89994

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

In the Linux kernel, the fsl-edma dmaengine driver tracing events store a pointer to struct fsl_edma_engine and dereference it when printing a log entry, at which point the pointer may no longer be valid. Event injection (e.g. via the inject file) can trigger a kernel crash.

Risk Assessment

A local user with access to /sys/kernel/tracing can trigger a dereference of an invalid pointer and a kernel crash (denial of service).

Recommendation

Update the Linux kernel to a version containing the fix that adds a membase field to the event and uses it for log output. Restrict access to /sys/kernel/tracing for unprivileged users.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: tracing: no ptr dereference during log output The fsl edma events store a pointer to a struct fsl_edma_engine in the ringbuffer and dereference it when a log entry is printed. At this time, the pointer may no longer be valid. Event injection can be used to trigger a crash: $ cd /sys/kernel/tracing $ echo 'value = 0' > events/fsl_edma/edma_writeb/inject $ cat trace The log output needs only edma->membase. Add a membase field at the end of the event and use the new field for log output. Keep the existing fields for backward compatibility.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS