The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-40894

CVE-2026-40894: OpenTelemetry dotnet DoS Vulnerability

CVE-2026-40894 is a denial of service flaw in OpenTelemetry dotnet caused by excessive memory allocation during baggage, B3, and Jaeger processing. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-40894 Overview

A denial of service vulnerability has been identified in the OpenTelemetry .NET telemetry framework. The vulnerability exists in the baggage, B3, and Jaeger processing code within the OpenTelemetry.Api and OpenTelemetry.Extensions.Propagators NuGet packages. When parsing maliciously crafted input, these components can allocate excessive memory, potentially leading to resource exhaustion and denial of service in applications consuming these packages.

Critical Impact

Applications using affected OpenTelemetry .NET packages may experience memory exhaustion and service disruption when processing specially crafted telemetry data, impacting availability of critical monitoring and observability infrastructure.

Affected Products

  • OpenTelemetry.Api versions 0.5.0-beta.2 to 1.15.2
  • OpenTelemetry.Extensions.Propagators versions 1.3.1 to 1.15.2

Discovery Timeline

  • April 23, 2026 - CVE-2026-40894 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-40894

Vulnerability Analysis

This vulnerability is classified under CWE-789 (Memory Allocation with Excessive Size Value). The flaw resides in the parsing logic for distributed tracing context propagation formats, specifically affecting the baggage, B3, and Jaeger propagators implemented in the OpenTelemetry .NET SDK.

The OpenTelemetry framework is widely used for collecting telemetry data (metrics, logs, and traces) from distributed applications. The vulnerable components handle incoming HTTP headers that carry distributed tracing context between services. When these propagators encounter specially crafted header values, the parsing routines may allocate disproportionately large amounts of memory relative to the input size.

This memory allocation issue can be triggered remotely through network requests containing malicious header values, without requiring any authentication or user interaction. The impact is limited to availability, as the vulnerability does not allow for information disclosure or integrity violations.

Root Cause

The root cause is improper validation of input sizes before memory allocation in the context propagation parsing code. When processing baggage, B3, or Jaeger headers, the affected code paths do not adequately limit memory allocation based on input parameters, allowing an attacker to trigger excessive memory consumption through carefully constructed input values.

Attack Vector

The attack vector is network-based, requiring an attacker to send HTTP requests with malicious headers to an application using the vulnerable OpenTelemetry packages. The attack does not require authentication or privileges, and no user interaction is needed. An attacker can exploit this by:

  1. Identifying an application endpoint that processes distributed tracing headers
  2. Crafting HTTP requests with maliciously formed baggage, B3, or Jaeger context headers
  3. Sending repeated requests to exhaust server memory resources
  4. Causing service degradation or complete denial of service

For detailed technical information on the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-g94r-2vxg-569j.

Detection Methods for CVE-2026-40894

Indicators of Compromise

  • Unusual memory consumption spikes in applications using OpenTelemetry .NET packages
  • Increased garbage collection activity without corresponding increase in legitimate traffic
  • Out-of-memory exceptions or application crashes in services processing distributed tracing headers
  • HTTP requests containing abnormally large or malformed baggage, b3, X-B3-*, or uber-trace-id headers

Detection Strategies

  • Monitor application memory usage patterns and set alerts for abnormal memory allocation rates
  • Implement request header size validation at the load balancer or API gateway level
  • Deploy SentinelOne agents to detect and alert on resource exhaustion patterns indicative of DoS attacks
  • Review application logs for parsing errors related to distributed tracing context headers

Monitoring Recommendations

  • Configure memory utilization alerts with appropriate thresholds for applications using OpenTelemetry
  • Implement rate limiting on endpoints that process distributed tracing headers
  • Monitor for repeated requests from single sources with large or malformed tracing headers
  • Enable SentinelOne's real-time monitoring capabilities to detect resource exhaustion attacks

How to Mitigate CVE-2026-40894

Immediate Actions Required

  • Upgrade OpenTelemetry.Api to version 1.15.3 or later immediately
  • Upgrade OpenTelemetry.Extensions.Propagators to version 1.15.3 or later immediately
  • Review and audit all applications using the affected NuGet packages
  • Implement header size limits at the ingress layer as a defense-in-depth measure

Patch Information

The vulnerability is fixed in OpenTelemetry .NET version 1.15.3. The fix addresses the memory allocation issues in the baggage, B3, and Jaeger propagator implementations. Organizations should update their NuGet package references to use the patched versions.

Related pull requests documenting the fix include:

  • GitHub Pull Request #7061
  • GitHub Pull Request #3309
  • GitHub Pull Request #3244

Workarounds

  • Implement request header size limits at the reverse proxy or load balancer level to reject requests with excessively large tracing headers
  • Configure web application firewall (WAF) rules to filter malformed distributed tracing headers
  • Temporarily disable unused propagators (B3, Jaeger, or baggage) if your application does not require them
  • Implement application-level memory limits and circuit breakers to prevent complete service failure
bash
# Update OpenTelemetry packages to patched versions
dotnet add package OpenTelemetry.Api --version 1.15.3
dotnet add package OpenTelemetry.Extensions.Propagators --version 1.15.3

# Verify installed versions
dotnet list package --include-transitive | grep -i opentelemetry

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpentelemetry

  • SeverityMEDIUM

  • CVSS Score5.3

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

  • GitHub Pull Request #3244

  • GitHub Pull Request #3309

  • GitHub Pull Request #533

  • GitHub Pull Request #7061

  • GitHub Security Advisory GHSA-g94r-2vxg-569j
  • Related CVEs
  • CVE-2026-41484: OpenTelemetry OneCollector DOS Vulnerability

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

  • CVE-2026-41310: OpenTelemetry Zipkin Exporter DOS Vulnerability

  • CVE-2026-41078: OpenTelemetry Jaeger Exporter DoS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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