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

tracing/osnoise: Call synchronize_rcu() when unregistering

This ensures that any RCU readers traversing the instance list
have finished, before releasing the reference on the tracer that
the instance points to.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the osnoise tracer fails to call synchronize_rcu() during unregistration, which means that RCU readers still traversing the tracer instance list may dereference a tracer that has already been freed. This results in a use‑after‑free condition. Based on the description, it is inferred that this flaw could allow an attacker to crash the kernel or, if able to trigger the fault, execute code with kernel privileges, although specific conditions are not detailed in the advisory.

Affected Systems

All Linux kernel releases prior to the inclusion of the referenced commits are affected. The advisory lists no explicit version range; therefore any kernel version not yet patched is considered vulnerable.

Risk and Exploitability

The CVSS score is 7.8, indicating a high severity. The EPSS score is below 1%, indicating a very low overall exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The risk is moderate to high if the system allows local or software‑initiated actions that can trigger tracer unregistration while RCU readers are active, as the inferred impact could lead to a kernel crash or privilege escalation. The lack of a publicly available exploit means immediate threat is low, but the defect poses a significant potential risk if advanced attackers target the kernel.

Generated by OpenCVE AI on August 18, 2026 at 05:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a revision that contains the patch commits 38366140c, 3c693635b, dd0160a08, fad36954b, and fe58f457a. In practice, install the latest stable kernel that incorporates these commits.
  • Reboot the system to ensure the updated kernel is running.
  • If an immediate kernel upgrade is not possible, remove or prevent the osnoise tracer from loading or unregistering, for example by disabling it in the kernel configuration or unloading the module.

Generated by OpenCVE AI on August 18, 2026 at 05:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 13:15:00 +0000


Tue, 18 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 18 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Mon, 17 Aug 2026 06:00: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'}


Sat, 15 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Call synchronize_rcu() when unregistering This ensures that any RCU readers traversing the instance list have finished, before releasing the reference on the tracer that the instance points to.
Title tracing/osnoise: Call synchronize_rcu() when unregistering
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-23T12:46:24.402Z

Reserved: 2026-08-09T03:40:39.899Z

Link: CVE-2026-72012

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:20:59.907

Modified: 2026-08-23T13:16:37.100

Link: CVE-2026-72012

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72012 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:30:08Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference