A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-45679

CVE-2026-45679: OpenTelemetry eBPF Information Disclosure

CVE-2026-45679 is an information disclosure vulnerability in OpenTelemetry eBPF Instrumentation where Redis error messages expose sensitive data. This article covers the technical details, affected versions, and mitigation steps.

Published: June 4, 2026

CVE-2026-45679 Overview

CVE-2026-45679 affects OpenTelemetry eBPF Instrumentation (OBI), a project that provides eBPF-based instrumentation aligned with the OpenTelemetry standard. Prior to version 0.9.0, OBI exports raw Redis error reply text directly as the span status message. Redis error replies can contain attacker-controlled or sensitive values, so this behavior can leak tokens, personally identifiable information (PII), or other confidential input into downstream telemetry backends. The flaw also enables injection of untrusted text into log and analysis pipelines that consume span data. The issue is classified under [CWE-117] Improper Output Neutralization for Logs, and was patched in release 0.9.0.

Critical Impact

Sensitive or attacker-controlled Redis error content can be exfiltrated into telemetry backends and injected into downstream log analysis systems.

Affected Products

  • OpenTelemetry eBPF Instrumentation (OBI) versions prior to 0.9.0
  • Go-based deployments using opentelemetry:ebpf_instrumentation
  • Environments instrumenting Redis traffic with OBI

Discovery Timeline

  • 2026-06-02 - CVE-2026-45679 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-45679

Vulnerability Analysis

OBI uses eBPF probes to capture network traffic and translate it into OpenTelemetry spans. When the instrumented application interacts with Redis, OBI inspects RESP protocol responses to determine command outcomes. For error replies, OBI takes the raw error string from the Redis response and copies it verbatim into the span's status message field. No sanitization, truncation, or allow-listing is applied before the value is exported through OTLP to a telemetry backend.

Redis error replies frequently echo back portions of the original command arguments. If a client passes user input, secrets, or PII as a Redis key or value and the command fails, the error text can contain that sensitive content. Once exported, the data is persisted in tracing, logging, and observability stores that may have weaker access controls than the application itself. Operators querying or visualizing spans may also render the untrusted text, enabling log injection against downstream consumers.

Root Cause

The root cause is improper output neutralization for logs [CWE-117]. OBI treats Redis error strings as trusted protocol metadata rather than untrusted, attacker-influenced content. The export path lacks redaction, length limits, and encoding controls before the data crosses into the telemetry pipeline.

Attack Vector

A remote attacker who can influence Redis command arguments, for example through an application endpoint that forwards user input into Redis keys, can trigger error replies that include their chosen payload. The payload then propagates from OBI into OTLP exporters and telemetry backends. The attack requires no authentication against OBI itself and operates over the network through the instrumented application.

No synthetic exploit code is published. Refer to the GitHub Security Advisory GHSA-8rrq-wcg8-cv5q for technical details.

Detection Methods for CVE-2026-45679

Indicators of Compromise

  • Span status messages in OTLP backends containing Redis error prefixes such as WRONGTYPE, ERR, or NOAUTH followed by user-supplied strings
  • Telemetry records holding token-like, email, or credential patterns inside Redis span attributes
  • Log entries with embedded newline or control characters originating from Redis span exports

Detection Strategies

  • Query the telemetry data lake for span status.message fields associated with Redis client spans and search for sensitive value patterns
  • Inventory all running OBI agents and compare reported versions against 0.9.0 to identify exposed deployments
  • Audit application code paths that pass user input into Redis commands without server-side validation

Monitoring Recommendations

  • Alert on telemetry ingestion records where Redis span status messages exceed expected length thresholds
  • Monitor OBI release metadata across the fleet and flag pods or hosts running pre-0.9.0 builds
  • Review observability backend access logs for unusual queries against Redis-tagged spans

How to Mitigate CVE-2026-45679

Immediate Actions Required

  • Upgrade OpenTelemetry eBPF Instrumentation to version 0.9.0 or later across all instrumented workloads
  • Purge or redact historical span data that may contain leaked Redis error content from telemetry backends
  • Rotate any secrets, tokens, or credentials that could have been passed as Redis arguments while vulnerable OBI versions were active

Patch Information

The issue is fixed in OBI 0.9.0. See the GitHub Release v0.9.0 and the GitHub Security Advisory GHSA-8rrq-wcg8-cv5q for full remediation details.

Workarounds

  • Disable OBI Redis protocol instrumentation until the upgrade can be deployed
  • Apply a span processor at the OpenTelemetry Collector that drops or scrubs the status.message attribute on Redis client spans
  • Restrict application code so user-controlled values cannot reach Redis keys or arguments without server-side validation
bash
# Upgrade OBI to the patched release
go install github.com/open-telemetry/opentelemetry-ebpf-instrumentation/cmd/ebpf-instrument@v0.9.0

# Verify installed version
ebpf-instrument --version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpentelemetry

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-117
  • Technical References
  • GitHub Release v0.9.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-8rrq-wcg8-cv5q
  • Related CVEs
  • CVE-2026-45683: OpenTelemetry eBPF Information Disclosure

  • CVE-2026-45681: OpenTelemetry eBPF Information Disclosure

  • CVE-2026-44213: OpenTelemetry Instana MitM Vulnerability

  • CVE-2026-42191: OpenTelemetry OTLP Exporter Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English