Description
OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. Prior to version 0.9.0, OBI exports raw Redis error text as the span status message. Because Redis error replies can contain attacker-controlled or sensitive values, this behavior can exfiltrate tokens, PII, or other confidential input into telemetry backends and inject untrusted text into downstream analysis systems. This issue has been patched in version 0.9.0.
Published: 2026-06-02
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because OpenTelemetry eBPF Instrumentation (OBI) prior to version 0.9.0 exports the complete Redis error reply as the span status message. Since Redis error strings can include attacker‑controlled or sensitive values, this behavior results in the accidental leakage of tokens, personally identifiable information, or other confidential data into the telemetry backend and downstream analysis systems. The flaw represents a data exposure weakness (CWE‑117) and the logging of sensitive information (CWE‑532). An attacker cannot gain code execution or modify system configuration; the impact is limited to confidentiality breach through telemetry channels.

Affected Systems

All deployments of OpenTelemetry eBPF Instrumentation on top of the OpenTelemetry platform that use a Redis-backed instrumentation backend and run a version earlier than 0.9.0 are affected. This includes any environment where the eBPF instrumentation agent is installed and connects to a Redis server to export span status messages.

Risk and Exploitability

Based on the description, the likely attack vector is triggering Redis error replies. The CVSS score is 6.5, indicating moderate severity. No EPSS score is reported, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires that the attacker can trigger Redis error replies – typically by manipulating the Redis connection or providing malformed commands – and that the instrumented application is sending status messages to a telemetry backend. Once the error text is exported, the data is visible to any services consuming the telemetry stream, enabling passive exfiltration. Because the issue is driven by configuration and data flow rather than a flaw in the eBPF logic itself, detection may be difficult unless telemetry logs are audited.

Generated by OpenCVE AI on June 2, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenTelemetry eBPF Instrumentation to version 0.9.0 or later to stop exporting raw Redis error text
  • Validate that the telemetry pipeline is not forwarding status messages containing sensitive data by reviewing logs in a test environment before deployment
  • Restrict the exposure of Redis errors by configuring the Redis server to return sanitized error messages or by limiting client access to trusted processes only
  • Enable telemetry filtering or redaction in the instrumentation pipeline to strip sensitive patterns from status messages before they are stored or displayed

Generated by OpenCVE AI on June 2, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8rrq-wcg8-cv5q OpenTelemetry eBPF Instrumentation: Redis error text is exported in span status messages
History

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

Type Values Removed Values Added
Metrics ssvc

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


Tue, 02 Jun 2026 16:45: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, OBI exports raw Redis error text as the span status message. Because Redis error replies can contain attacker-controlled or sensitive values, this behavior can exfiltrate tokens, PII, or other confidential input into telemetry backends and inject untrusted text into downstream analysis systems. This issue has been patched in version 0.9.0.
Title OpenTelemetry eBPF Instrumentation: Redis error text is exported in span status messages
Weaknesses CWE-117
CWE-532
References
Metrics cvssV3_1

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


Subscriptions

Opentelemetry Opentelemetry-ebpf-instrumentation
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-02T16:42:10.535Z

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

Link: CVE-2026-45679

cve-icon Vulnrichment

Updated: 2026-06-02T16:36:14.531Z

cve-icon NVD

Status : Undergoing Analysis

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

Modified: 2026-06-02T17:16:34.363

Link: CVE-2026-45679

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-02T17:00:16Z

Weaknesses