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

uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline

In the unregister path we use __in_uprobe_trampoline check with
current->mm for the VMA lookup, which is wrong, because we are
in the tracer context, not the traced process.

Add mm_struct pointer argument to __in_uprobe_trampoline and
changing related callers to pass proper mm_struct pointer.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When an uprobes probe is unregistered on an x86 Linux kernel, the kernel incorrectly uses the tracer process’s memory layout structure (mm_struct) to locate the virtual memory area. This mismatch can cause the kernel to resolve an address in the wrong process context, potentially leading to unintended kernel memory accesses or corrupted cleanup logic. The result is a possibility of kernel memory corruption, instability, or privilege escalation if the corrupted memory influences control flow or security checks.

Affected Systems

All x86 Linux kernel builds that enable uprobes, regardless of specific version, because the issue exists in the unregistration path of the uprobes subsystem. Administrators should verify whether their deployments compile with uprobes support and consider whether any custom kernel modules or patches might expose the flaw.

Risk and Exploitability

The CVSS score of 7.8 denotes high severity, while the EPSS score of <1% indicates a low likelihood of active exploitation at present. The vulnerability is not listed in the CISA KEV catalog. Exploitation would likely require local or elevated privileges to trigger the unregistration sequence, such as an attacker who can activate or manipulate an uprobes probe. If successful, the improper memory context could lead to kernel panic or privilege escalation, but no public exploits have been documented.

Generated by OpenCVE AI on August 22, 2026 at 08:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the committed fix for uprobes handling on x86
  • If a kernel upgrade is delayed, disable uprobes support in the kernel configuration or via runtime sysctl settings to avoid the unregistration path
  • Monitor system logs for unexpected upset of uprobes or kernel crashes, and temporarily limit the use of debugging tools that might trigger unregistering probes in this environment

Generated by OpenCVE AI on August 22, 2026 at 08:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-640
CWE-682

Thu, 20 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-640
CWE-682

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

Type Values Removed Values Added
Weaknesses CWE-119
CWE-787

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 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-787

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline In the unregister path we use __in_uprobe_trampoline check with current->mm for the VMA lookup, which is wrong, because we are in the tracer context, not the traced process. Add mm_struct pointer argument to __in_uprobe_trampoline and changing related callers to pass proper mm_struct pointer.
Title uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
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:43:15.438Z

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

Link: CVE-2026-72357

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:09.147

Modified: 2026-08-17T06:18:39.890

Link: CVE-2026-72357

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72357 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T08:15:03Z

Weaknesses
  • CWE-344

    Use of Invariant Value in Dynamically Changing Context