Description
In the Linux kernel, the following vulnerability has been resolved:

tracing: Don't dereference trace_event_file in deferred trigger free

The enable_event trigger defers trace_event_put_ref() to the
trigger free kthread, but the trace_event_file can already be freed
when the instance is removed.

Keep the trace_event_call directly in enable_trigger_data so the
deferred free does not access the freed trace_event_file.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Use‑after‑Free leading to potential memory corruption
Action: Patch
AI Analysis

Impact

The kernel’s tracing subsystem incorrectly defers a call to trace_event_put_ref() in a trigger free kthread while the associated trace_event_file may already have been freed during instance removal. This use‑after‑free can corrupt memory and, in the worst case, allow a local attacker with kernel privileges to execute arbitrary code. No CVSS score is available, but the bug is a classic use‑after‑free.

Affected Systems

The issue affects all Linux kernel releases that expose the affected tracing API until the fix is integrated. The vendor information lists Linux kernel broadly without a specific version range, so any production kernel that has not yet been updated to the commit set that removes the dereference is at risk. Kernel maintainers should verify if the commit IDs 67fb91a7f7bb1d958cf9cc249c912bca9b2fc821 or bcfe2816e6ec46c3f4c58aa4264476665ddb3f69 are present in the running kernel.

Risk and Exploitability

EPSS data is not available and the vulnerability is not listed in the CISA KEV catalog. Consequently, the likelihood of exploitation is uncertain. The bug requires a local kernel‑level trigger to occur, so the most likely attack vector is a local attacker with elevated privileges. Because the flaw is a use‑after‑free, it could lead to memory corruption, privilege escalation, or denial of service, depending on how the freed memory is subsequently used.

Generated by OpenCVE AI on September 25, 2026 at 13:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a kernel version that includes the commit fixes that remove the dereference of trace_event_file in the deferred trigger free path.
  • Verify that the running kernel contains the commit identifiers listed in the advisory, or rebuild the kernel with the updated tracing code from the upstream repository.
  • Until patching is possible, disable the tracing facilities that create enable triggers that might be removed during execution, or reduce trace event usage to avoid the path that triggers the deferred free.

Generated by OpenCVE AI on September 25, 2026 at 13:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tracing: Don't dereference trace_event_file in deferred trigger free The enable_event trigger defers trace_event_put_ref() to the trigger free kthread, but the trace_event_file can already be freed when the instance is removed. Keep the trace_event_call directly in enable_trigger_data so the deferred free does not access the freed trace_event_file.
Title tracing: Don't dereference trace_event_file in deferred trigger free
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-09-25T10:22:47.994Z

Reserved: 2026-09-25T10:18:58.203Z

Link: CVE-2026-97932

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:20.500

Modified: 2026-09-25T11:17:20.500

Link: CVE-2026-97932

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T14:00:13Z

Weaknesses