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
    • 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-2025-27513

CVE-2025-27513: OpenTelemetry .NET DoS Vulnerability

CVE-2025-27513 is a denial of service flaw in OpenTelemetry .NET that triggers high CPU usage when processing tracestate headers. This post explains the technical details, affected versions, impact, and mitigation steps.

Updated: January 22, 2026

CVE-2025-27513 Overview

CVE-2025-27513 is a Denial of Service (DoS) vulnerability affecting the OpenTelemetry.Api package for .NET, specifically versions 1.10.0 through 1.11.1. The vulnerability is triggered when an application receives HTTP requests containing tracestate and traceparent headers, causing excessive CPU consumption. Critically, this issue impacts applications even if they do not explicitly use trace context propagation—simply receiving these headers in incoming requests is sufficient to trigger the resource exhaustion.

Critical Impact

Web-facing applications and backend services processing HTTP requests with tracestate headers may experience severe performance degradation, increased latency, or complete service downtime due to excessive CPU resource consumption.

Affected Products

  • OpenTelemetry.Api package version 1.10.0
  • OpenTelemetry.Api package version 1.11.0
  • OpenTelemetry.Api package version 1.11.1

Discovery Timeline

  • 2025-03-05 - CVE-2025-27513 published to NVD
  • 2025-03-05 - Last updated in NVD database

Technical Details for CVE-2025-27513

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in how the OpenTelemetry.Api package processes incoming tracestate and traceparent HTTP headers used for distributed tracing context propagation.

When maliciously crafted or excessively complex tracestate headers are received, the parsing logic consumes disproportionate CPU resources. The network-accessible nature of this vulnerability means any internet-facing application using the affected OpenTelemetry.Api versions is potentially at risk. An attacker can exploit this remotely without any authentication or user interaction, simply by sending specially crafted HTTP requests to the target application.

The impact is availability-focused, causing resource exhaustion that can lead to service degradation or denial of service conditions without affecting confidentiality or integrity of the system.

Root Cause

The root cause lies in the resource allocation strategy within the tracestate header parsing functionality. The OpenTelemetry.Api package versions 1.10.0 through 1.11.1 fail to implement proper limits or throttling when processing trace context headers, allowing unbounded resource consumption during header parsing operations.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker can send HTTP requests containing malicious tracestate and traceparent headers to any web endpoint processed by an application using the vulnerable OpenTelemetry.Api package. The attack can be amplified by sending multiple concurrent requests, rapidly exhausting server CPU resources and causing denial of service conditions.

The vulnerability mechanism involves the header parsing routines in the OpenTelemetry context propagation layer. When processing incoming HTTP requests, the framework automatically attempts to extract and parse trace context information from standard headers (traceparent and tracestate). The parsing implementation in affected versions lacks proper resource bounds, enabling algorithmic complexity attacks through specially crafted header values. For detailed technical information, refer to the GitHub Security Advisory GHSA-8785-wc3w-h8q6.

Detection Methods for CVE-2025-27513

Indicators of Compromise

  • Abnormal CPU utilization spikes on servers running .NET applications with OpenTelemetry instrumentation
  • HTTP requests containing unusually large or malformed tracestate headers in access logs
  • Increased request latency or timeout errors without corresponding increase in legitimate traffic
  • Service health check failures due to resource exhaustion

Detection Strategies

  • Monitor for HTTP requests with tracestate headers exceeding normal size thresholds
  • Implement application performance monitoring (APM) to detect unusual CPU consumption patterns correlated with incoming requests
  • Review dependency manifests and NuGet package references for OpenTelemetry.Api versions between 1.10.0 and 1.11.1
  • Use SentinelOne Singularity platform to detect resource exhaustion patterns and anomalous process behavior

Monitoring Recommendations

  • Configure alerting thresholds for CPU utilization anomalies on application servers
  • Implement request rate limiting and header size validation at the load balancer or WAF layer
  • Enable detailed HTTP request logging to capture header contents for forensic analysis
  • Monitor .NET application health metrics including thread pool exhaustion and garbage collection pressure

How to Mitigate CVE-2025-27513

Immediate Actions Required

  • Upgrade OpenTelemetry.Api package to version 1.11.2 or later immediately
  • Audit all .NET applications for usage of affected OpenTelemetry.Api versions (1.10.0 - 1.11.1)
  • Consider implementing header size limits at reverse proxy or load balancer level as defense-in-depth
  • Review and test applications after upgrade to ensure compatibility

Patch Information

The vulnerability has been fixed in OpenTelemetry.Api version 1.11.2. The fix is available via the GitHub commit 1b555c1201413f2f55f2cd3c4ba03ef4b615b6b5. Organizations should update their NuGet package references and redeploy affected applications as soon as possible.

For additional details, consult the GitHub Security Advisory GHSA-8785-wc3w-h8q6.

Workarounds

  • Implement header filtering at the edge (WAF/reverse proxy) to block or sanitize oversized tracestate headers
  • Configure request size limits to prevent excessively large headers from reaching application servers
  • Temporarily disable distributed tracing propagation if business requirements permit
  • Deploy rate limiting on endpoints to reduce the effectiveness of DoS attempts
bash
# Example: Update OpenTelemetry.Api package via .NET CLI
dotnet add package OpenTelemetry.Api --version 1.11.2

# Verify installed package version
dotnet list package | grep OpenTelemetry.Api

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpentelemetry

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-8785-wc3w-h8q6
  • Related CVEs
  • CVE-2023-47108: OpenTelemetry-Go Contrib DoS Vulnerability

  • CVE-2024-36129: Opentelemetry Configgrpc DOS Vulnerability

  • CVE-2023-45142: OpenTelemetry-Go DoS Vulnerability

  • CVE-2026-33701: OpenTelemetry Java Instrumentation RCE
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