A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-42191

CVE-2026-42191: OpenTelemetry OTLP Exporter Disclosure Flaw

CVE-2026-42191 is an information disclosure vulnerability in OpenTelemetry.Exporter.OpenTelemetryProtocol that exposes retry data in shared temporary directories on multi-user systems. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 17, 2026

CVE-2026-42191 Overview

CVE-2026-42191 affects the OpenTelemetry.Exporter.OpenTelemetryProtocol package, the OTLP (OpenTelemetry Protocol) exporter implementation for .NET. The vulnerability impacts versions 1.8.0 through 1.15.2 and is fixed in 1.15.3. The OTLP disk retry feature silently fell back to Path.GetTempPath() when OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk was set without configuring OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH. The exporter then stored *.blob files under predictable signal-named subdirectories in the shared temporary root. The flaw is categorized as [CWE-379] Creation of Temporary File in Directory with Insecure Permissions.

Critical Impact

Local attackers on multi-user systems can read, modify, or plant telemetry blob files, leaking trace and metric data or causing disk exhaustion and retry-loop degradation.

Affected Products

  • OpenTelemetry.Exporter.OpenTelemetryProtocol versions 1.8.0 through 1.15.2
  • .NET applications using OTLP disk retry without an explicit retry directory path
  • Multi-user host environments running affected exporter versions

Discovery Timeline

  • 2026-05-12 - CVE-2026-42191 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42191

Vulnerability Analysis

The OTLP exporter persists pending telemetry to disk when network export fails and the disk retry mode is enabled. When operators enabled retries by setting OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk but did not specify OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH, the exporter fell back to Path.GetTempPath(). On Linux this typically resolves to /tmp, and on Windows it can resolve to a shared temporary location depending on the service account. The exporter then created fixed subdirectories named traces, metrics, and logs and wrote *.blob files containing serialized OTLP payloads.

Root Cause

The root cause is insecure temporary directory selection without permission validation. The fallback path is world-readable and world-writable on typical multi-user systems. The exporter did not enforce restrictive ACLs on the signal subdirectories, nor did it verify ownership before reading queued *.blob files during retry. The CWE-379 classification reflects creation of files in a location where other local accounts have access.

Attack Vector

An attacker requires a local unprivileged account on the same host as the affected application. The attacker can enumerate the predictable traces, metrics, and logs subdirectories under the temporary path and read queued OTLP payloads, which may contain sensitive request data, headers, or business attributes captured by instrumentation. The attacker can also write crafted *.blob files that the application will deserialize and forward during the next retry cycle, injecting forged telemetry into downstream backends. Finally, the attacker can deposit large or numerous blob files to consume disk space and degrade retry-loop performance, producing a local denial of service.

The vulnerability mechanism is described in the OpenTelemetry Security Advisory GHSA-4625-4j76-fww9 and the upstream fix in pull request #7106.

Detection Methods for CVE-2026-42191

Indicators of Compromise

  • Presence of traces, metrics, or logs subdirectories under the system temporary path containing *.blob files not owned by the application service account
  • Unexpected *.blob files written by local user accounts other than the OpenTelemetry-instrumented application identity
  • Sudden growth in temporary directory size or inode count correlated with OTLP export failures

Detection Strategies

  • Audit running .NET processes for the environment variable OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk without a corresponding OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH value
  • Inventory installed NuGet packages for OpenTelemetry.Exporter.OpenTelemetryProtocol versions between 1.8.0 and 1.15.2
  • Monitor file creation events under /tmp/traces, /tmp/metrics, /tmp/logs, and equivalent Windows temporary paths

Monitoring Recommendations

  • Enable file integrity monitoring on the temporary directory tree used by OTLP retries and alert on writes from non-application UIDs
  • Track OTLP exporter retry counters and disk queue depth metrics for anomalous growth patterns
  • Correlate telemetry ingestion anomalies at the OTLP collector with on-host blob file activity to identify potential injection

How to Mitigate CVE-2026-42191

Immediate Actions Required

  • Upgrade OpenTelemetry.Exporter.OpenTelemetryProtocol to version 1.15.3 or later across all affected .NET applications
  • Explicitly set OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH to a directory owned by and restricted to the application service account
  • Inspect existing traces, metrics, and logs directories under temporary paths for unauthorized *.blob files and remove them after forensic capture

Patch Information

The maintainers fixed the vulnerability in OpenTelemetry.Exporter.OpenTelemetryProtocol version 1.15.3. Details are documented in GitHub Pull Request #7106 and the GitHub Security Advisory GHSA-4625-4j76-fww9.

Workarounds

  • Disable the disk retry feature by unsetting OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY until the package can be upgraded
  • Configure OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH to a dedicated directory with 0700 permissions owned by the application user
  • On multi-user hosts, restrict access to the system temporary directory or run the instrumented application under an isolated service account with a private temporary path
bash
# Configuration example: dedicated, permission-restricted retry directory
sudo mkdir -p /var/lib/myapp/otel-retry
sudo chown myappsvc:myappsvc /var/lib/myapp/otel-retry
sudo chmod 700 /var/lib/myapp/otel-retry

export OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk
export OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH=/var/lib/myapp/otel-retry

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.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-379
  • Technical References
  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42348: OpenTelemetry OpAMP Client DoS Vulnerability

  • CVE-2026-41484: OpenTelemetry OneCollector DOS Vulnerability

  • CVE-2026-41483: OpenTelemetry Azure Resources DOS Attack

  • CVE-2026-41310: OpenTelemetry Zipkin Exporter DOS Vulnerability
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