Description
OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. Prior to version 0.9.0, the per-CPU message-buffer fallback path uses a 256-byte backup buffer but preserves the original payload size, which can be up to 8KB. If a CPU mismatch occurs, OBI can read beyond the fallback buffer and leak adjacent memory into telemetry. This issue has been patched in version 0.9.0.
Published: 2026-06-02
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenTelemetry eBPF Instrumentation contains a buffer mis‑management flaw where a 256‑byte backup buffer is used while preserving an original payload size of up to 8KB. When a CPU mismatch occurs, a fallback path can read beyond the intended buffer and leak adjacent memory into telemetry streams, constituting an out‑of‑bounds read that could expose sensitive data captured by eBPF probes. Based on the description, it is inferred that the leaked memory may include sensitive telemetry information.

Affected Systems

OpenTelemetry, product OpenTelemetry eBPF Instrumentation. All releases before version 0.9.0, including v0.8.x and earlier, are vulnerable. Users who have deployed any older version in their production environment should assess whether their eBPF instrumentation is exposed to CPU mismatches.

Risk and Exploitability

The vulnerability scores a CVSS of 5.9, indicating medium severity. No EPSS score is available and the issue is not listed in the CISA KEV catalog, so its exploitation probability is currently unknown. The bug requires the ability to trigger the fallback path, which typically involves local or privileged access to the kernel eBPF subsystem. While the exploit surface is limited, the potential impact of leaking arbitrary memory makes it a concern for systems that collect sensitive telemetry data. Based on the description, it is inferred that an attacker would need to observe or create a CPU mismatch condition to activate the vulnerable path.

Generated by OpenCVE AI on June 2, 2026 at 17:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenTelemetry eBPF Instrumentation to version 0.9.0 or later.
  • Based on the description, it is inferred that limiting eBPF instrumentation to environments where all CPUs match or disabling the CPU‑mismatch fallback path (if an option exists) can reduce the risk.
  • Monitor telemetry logs for anomalous data that could indicate an out‑of‑bounds read or memory leak.

Generated by OpenCVE AI on June 2, 2026 at 17:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-r6c9-g6q5-qrf9 OpenTelemetry eBPF Instrumentation: CPU-mismatch fallback uses 256-byte buffer with 8KB size
History

Wed, 03 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Opentelemetry ebpf Instrumentation
CPEs cpe:2.3:a:opentelemetry:ebpf_instrumentation:*:*:*:*:*:go:*:*
Vendors & Products Opentelemetry ebpf Instrumentation

Tue, 02 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 02 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Opentelemetry
Opentelemetry opentelemetry-ebpf-instrumentation
Vendors & Products Opentelemetry
Opentelemetry opentelemetry-ebpf-instrumentation

Tue, 02 Jun 2026 15:45:00 +0000

Type Values Removed Values Added
Description OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. Prior to version 0.9.0, the per-CPU message-buffer fallback path uses a 256-byte backup buffer but preserves the original payload size, which can be up to 8KB. If a CPU mismatch occurs, OBI can read beyond the fallback buffer and leak adjacent memory into telemetry. This issue has been patched in version 0.9.0.
Title OpenTelemetry eBPF Instrumentation: CPU-mismatch fallback uses 256-byte buffer with 8KB size
Weaknesses CWE-125
CWE-130
References
Metrics cvssV3_1

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


Subscriptions

Opentelemetry Ebpf Instrumentation Opentelemetry-ebpf-instrumentation
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-02T18:05:14.202Z

Reserved: 2026-05-12T21:59:25.667Z

Link: CVE-2026-45681

cve-icon Vulnrichment

Updated: 2026-06-02T18:05:02.972Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-02T16:16:42.753

Modified: 2026-06-03T16:52:16.750

Link: CVE-2026-45681

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-02T17:15:18Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-130

    Improper Handling of Length Parameter Inconsistency