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

tracing: Delay module ref count for "enable_event" trigger

Triggers are now delayed from freeing, but can still be triggered until
after the RCU grace period has ended. The freeing of the enable_event data
is put into the private_data_free() callback, but the put of the module
refcount is done immediately.

It is possible that if a module is removed that has an event that would
enable (or disable) it is still active, it can read the data of the module
after it is removed causing a use-after-free bug.

Move the trace_event_put_ref() that releases the module into the delayed
callback so that the module can not be removed until any reference to its
events are finished.
Published: 2026-08-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw in the tracing subsystem where the module reference counter is decremented immediately after a module with an active tracing enable_event trigger is removed. Although the event trigger is delayed until after the RCU grace period, the module can still be unloaded, allowing the system to read or execute freed memory. This results in a classic use‑after‑free condition that could lead to a kernel panic, data corruption, or malicious code execution if an attacker can trigger the enable_event after the module has been removed.

Affected Systems

All Linux kernel installations are potentially affected because the vulnerability exists in the core tracing framework and no specific kernel version range is listed. Any system running a kernel that includes this unpatched tracing code is at risk.

Risk and Exploitability

The issue is a race condition and use‑after‑free flaw (CWE‑825) with a CVSS score of 7.8. The EPSS score is listed as <1%, indicating a low probability of exploitation in the wild, and the vulnerability is not currently in CISA’s KEV catalog. Exploitation requires the ability to unload kernel modules and trigger tracing events, typically available only to privileged users or compromised devices. While the immediate threat is low, kernel developers consider it a high‑severity flaw if the conditions are met.

Generated by OpenCVE AI on August 13, 2026 at 23:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch that defers the module reference decrement until all event references are cleared
  • Restrict kernel module loading and unloading to trusted users and disable automatic module unloading where possible
  • Monitor kernel logs for anomalies related to tracing events and module unloads to detect potential exploitation

Generated by OpenCVE AI on August 13, 2026 at 23:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Thu, 13 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 10 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tracing: Delay module ref count for "enable_event" trigger Triggers are now delayed from freeing, but can still be triggered until after the RCU grace period has ended. The freeing of the enable_event data is put into the private_data_free() callback, but the put of the module refcount is done immediately. It is possible that if a module is removed that has an event that would enable (or disable) it is still active, it can read the data of the module after it is removed causing a use-after-free bug. Move the trace_event_put_ref() that releases the module into the delayed callback so that the module can not be removed until any reference to its events are finished.
Title tracing: Delay module ref count for "enable_event" trigger
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-08-17T05:00:18.452Z

Reserved: 2026-07-30T09:28:09.373Z

Link: CVE-2026-68177

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:04.610

Modified: 2026-08-17T05:18:19.353

Link: CVE-2026-68177

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68177 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T23:45:16Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference