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-42348

CVE-2026-42348: OpenTelemetry OpAMP Client DoS Vulnerability

CVE-2026-42348 is a denial of service flaw in OpenTelemetry OpAMP Client for .NET that enables memory exhaustion through unbounded buffer allocation. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-42348 Overview

CVE-2026-42348 affects the OpenTelemetry.OpAmp.Client, the Open Agent Management Protocol (OpAMP) client for OpenTelemetry .NET. Versions prior to 0.2.0-alpha.1 allocate an unbounded buffer when reading HTTP responses from the OpAMP server. The client imposes no upper bound on the number of bytes consumed from the response body. An attacker-controlled OpAMP server, or a network attacker performing a man-in-the-middle (MitM) attack, can return an extremely large response body and exhaust memory in the consuming application. The issue is categorized under [CWE-789] Memory Allocation with Excessive Size Value and is fixed in version 0.2.0-alpha.1.

Critical Impact

A malicious or compromised OpAMP server can trigger memory exhaustion and denial of service in any .NET application embedding the vulnerable OpAMP client.

Affected Products

  • OpenTelemetry.OpAmp.Client NuGet package prior to 0.2.0-alpha.1
  • OpenTelemetry .NET Contrib distributions bundling the OpAMP client
  • .NET applications and OpenTelemetry collectors that consume OpAMP server responses over HTTP

Discovery Timeline

  • 2026-05-12 - CVE-2026-42348 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42348

Vulnerability Analysis

The OpAMP client communicates with a management server to receive agent configuration, certificates, and downstream instructions. When the client receives a response over HTTP, it reads the entire response body into memory before decoding the protobuf payload. The implementation does not enforce a maximum content length or streaming threshold. A response of arbitrary size is therefore buffered in full.

An attacker controlling the OpAMP server endpoint can return a multi-gigabyte body. A network attacker capable of intercepting unencrypted or weakly authenticated traffic can perform the same action via MitM. The client process allocates contiguous buffer space until the host runs out of available memory, terminating the .NET application or destabilizing the host.

Root Cause

The root cause is the absence of a configurable upper bound on the HTTP response read operation. The client invokes a read-to-end pattern against the response stream rather than enforcing a MaxResponseContentBufferSize on the underlying HttpClient or validating the Content-Length header against a policy ceiling. This pattern matches the [CWE-789] category for memory allocation driven by an untrusted size value.

Attack Vector

Exploitation requires the victim application to initiate an OpAMP HTTP request to an attacker-controlled or intercepted endpoint. The attacker then responds with an oversized body. No authentication is required on the client side, and no user interaction is involved. Successful exploitation produces an availability impact through memory exhaustion. The vulnerability cannot be used to read or modify telemetry data integrity.

No public proof-of-concept is available. The vulnerability mechanism is described in the GitHub Security Advisory GHSA-w2jh-77fq-7gp8 and the upstream fix in Pull Request #4116.

Detection Methods for CVE-2026-42348

Indicators of Compromise

  • Sudden spikes in process working set or private bytes for .NET processes hosting OpenTelemetry instrumentation
  • OutOfMemoryException events in application logs originating from OpenTelemetry.OpAmp.Client call stacks
  • HTTP responses from OpAMP server endpoints with Content-Length values exceeding expected configuration sizes
  • Unexpected OpAMP endpoint hosts in outbound connection telemetry

Detection Strategies

  • Inventory all .NET applications referencing the OpenTelemetry.OpAmp.Client package and flag versions below 0.2.0-alpha.1
  • Inspect software bill of materials (SBOM) data for the vulnerable NuGet package identifier and version range
  • Monitor egress traffic to OpAMP server endpoints and compare destination hosts against an allowlist

Monitoring Recommendations

  • Alert on .NET process termination events correlated with high memory pressure on hosts running observability agents
  • Capture HTTP response sizes for OpAMP traffic at the proxy or service mesh layer to detect anomalous payloads
  • Forward application crash logs and dotnet runtime events to a centralized data lake for correlation

How to Mitigate CVE-2026-42348

Immediate Actions Required

  • Upgrade OpenTelemetry.OpAmp.Client to version 0.2.0-alpha.1 or later across all .NET workloads
  • Restrict OpAMP client configuration to trusted server endpoints under organizational control
  • Enforce TLS with certificate validation on all OpAMP connections to prevent MitM payload injection

Patch Information

The maintainers fixed the issue in OpenTelemetry.OpAmp.Client version 0.2.0-alpha.1. The fix introduces a bounded read against the HTTP response stream. Review the patch details in Pull Request #4116 and the coordinated disclosure notes in the GitHub Security Advisory.

Workarounds

  • Place a reverse proxy in front of the OpAMP server and enforce a maximum response body size at the proxy layer
  • Configure host-level memory limits on containers running OpenTelemetry-instrumented .NET applications to contain blast radius
  • Disable the OpAMP HTTP transport until the package upgrade is complete if the client cannot be patched immediately
bash
# Upgrade the vulnerable NuGet package to the fixed version
dotnet add package OpenTelemetry.OpAmp.Client --version 0.2.0-alpha.1

# Verify resolved version in the project
dotnet list package --include-transitive | grep -i OpAmp

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.9

  • EPSS Probability0.04%

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

  • GitHub Security Advisory
  • 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 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