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-2024-36129

CVE-2024-36129: Opentelemetry Configgrpc DOS Vulnerability

CVE-2024-36129 is a denial of service flaw in Opentelemetry Configgrpc caused by unsafe decompression that allows attackers to crash the collector through memory exhaustion. This article covers technical details.

Updated: January 22, 2026

CVE-2024-36129 Overview

CVE-2024-36129 is an unsafe decompression vulnerability affecting the OpenTelemetry Collector, a vendor-agnostic telemetry data processing framework. This vulnerability allows unauthenticated remote attackers to cause a denial of service condition by triggering excessive memory consumption through crafted compressed payloads. The OpenTelemetry Collector is widely deployed in cloud-native observability stacks, making this vulnerability particularly concerning for organizations relying on distributed tracing and metrics collection.

Critical Impact

Unauthenticated attackers can remotely crash OpenTelemetry Collector instances through memory exhaustion, potentially disrupting observability infrastructure and creating blind spots in monitoring capabilities.

Affected Products

  • OpenTelemetry Collector versions prior to 0.102.1
  • OpenTelemetry confighttp module versions prior to 0.102.0
  • OpenTelemetry configgrpc module versions prior to 0.102.1

Discovery Timeline

  • 2024-06-05 - CVE-2024-36129 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-36129

Vulnerability Analysis

This vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and stems from insufficient validation during the decompression of incoming telemetry data. The OpenTelemetry Collector accepts compressed payloads via HTTP and gRPC endpoints to optimize network bandwidth, but the decompression routines fail to properly constrain the expanded data size. An attacker can exploit this by sending specially crafted compressed data that expands to consume excessive memory when decompressed, a technique commonly known as a "decompression bomb" or "zip bomb" attack.

The vulnerability is accessible over the network without authentication, meaning any attacker with network access to an exposed collector endpoint can trigger the condition. The attack requires no user interaction and can be executed with low complexity, though the impact is limited to availability—confidentiality and integrity remain unaffected.

Root Cause

The root cause lies in the confighttp and configgrpc modules' handling of compressed HTTP and gRPC requests. These modules support compression algorithms like gzip and zstd for efficient data transfer but lacked proper bounds checking on the decompressed output size. Without limits on the decompression ratio or maximum uncompressed size, a small compressed payload could expand into gigabytes of data in memory, exhausting available resources.

Attack Vector

An attacker exploits this vulnerability by sending a malicious compressed payload to an exposed OpenTelemetry Collector endpoint. The attack flow involves:

  1. Identifying an accessible OpenTelemetry Collector HTTP or gRPC receiver endpoint
  2. Crafting a highly compressed payload with an extreme compression ratio (e.g., a small payload that decompresses to gigabytes)
  3. Sending the malicious payload with appropriate Content-Encoding headers (gzip, zstd, etc.)
  4. The collector attempts to decompress the payload, consuming excessive memory
  5. Memory exhaustion causes the collector process to crash or become unresponsive

The attack does not require authentication, as telemetry receivers are typically designed to accept data from various instrumented services. In cloud-native environments where collectors are exposed or accessible from pods, this creates significant attack surface.

Detection Methods for CVE-2024-36129

Indicators of Compromise

  • Sudden spikes in memory usage on systems running OpenTelemetry Collector
  • Collector process crashes with out-of-memory (OOM) errors in logs
  • Unusual incoming requests with compressed payloads to collector endpoints (ports 4317 for gRPC, 4318 for HTTP)
  • Repeated collector restarts observed in container orchestration logs

Detection Strategies

  • Monitor OpenTelemetry Collector memory consumption for anomalous growth patterns using infrastructure monitoring tools
  • Implement logging to capture and analyze incoming request sizes and compression headers
  • Configure alerting on collector process restarts or OOM killer events in container environments
  • Review network traffic logs for unusually small requests with compression headers targeting collector endpoints

Monitoring Recommendations

  • Set up memory utilization thresholds and alerts for OpenTelemetry Collector deployments
  • Enable detailed access logging on HTTP/gRPC receiver endpoints to track request metadata
  • Implement network-level monitoring to detect potential decompression bomb attack patterns
  • Use container orchestration health checks to detect and alert on repeated pod restarts

How to Mitigate CVE-2024-36129

Immediate Actions Required

  • Upgrade OpenTelemetry Collector to version 0.102.1 or later immediately
  • If using the confighttp module independently, upgrade to version 0.102.0 or later
  • If using the configgrpc module independently, upgrade to version 0.102.1 or later
  • Restrict network access to collector endpoints using firewall rules or network policies

Patch Information

OpenTelemetry has released fixes in the following versions:

  • OpenTelemetry Collector: Version 0.102.1 addresses this vulnerability
  • confighttp module: Version 0.102.0 includes the fix
  • configgrpc module: Version 0.102.1 includes the fix

The patches implement proper bounds checking and limits on decompression operations. For detailed information, refer to the GitHub Security Advisory GHSA-c74f-6mfw-mm4v, GitHub Pull Request #10289, and the OpenTelemetry Blog on CVE-2024-36129.

Workarounds

  • Place a reverse proxy or API gateway in front of collector endpoints that can limit request body sizes
  • Implement network segmentation to restrict which services can send data to the collector
  • Configure resource limits (memory) on collector containers to prevent host-level impact, though this will still result in collector crashes
  • Disable unused compression algorithms if your deployment allows uncompressed telemetry data
bash
# Example: Configure Kubernetes resource limits for OpenTelemetry Collector
# This limits blast radius but does not prevent the DoS
kubectl patch deployment otel-collector -p '
spec:
  template:
    spec:
      containers:
      - name: otel-collector
        resources:
          limits:
            memory: "2Gi"
          requests:
            memory: "512Mi"
'

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 Probability2.40%

  • 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-119
  • Technical References
  • GitHub Security Advisory GHSA-c74f-6mfw-mm4v
  • Vendor Resources
  • GitHub Pull Request #10289

  • GitHub Pull Request #10323

  • OpenTelemetry Blog on CVE-2024-36129
  • Related CVEs
  • CVE-2023-47108: OpenTelemetry-Go Contrib DoS Vulnerability

  • CVE-2025-27513: OpenTelemetry .NET 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