A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-50608

CVE-2024-50608: Fluent Bit Prometheus Plugin DoS Flaw

CVE-2024-50608 is a denial of service vulnerability in Fluent Bit's Prometheus Remote Write plugin that causes server crashes via NULL pointer dereference. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-50608 Overview

CVE-2024-50608 is a NULL pointer dereference vulnerability in Fluent Bit 3.1.9, a widely deployed open-source log processor and forwarder maintained by Treasure Data. The flaw resides in the Prometheus Remote Write input plugin and allows unauthenticated remote attackers to crash the Fluent Bit server. Sending an HTTP request with a Content-Length: 0 header to the listening endpoint triggers the crash. The bug originates in process_payload_metrics_ng() within prom_rw_prot.c, which passes a NULL pointer to cfl_sds_len. This vulnerability is tracked under [CWE-476] (NULL Pointer Dereference).

Critical Impact

Remote unauthenticated attackers can crash Fluent Bit instances exposing the Prometheus Remote Write endpoint, disrupting log and metric pipelines across observability infrastructure.

Affected Products

  • Treasure Data Fluent Bit 3.1.9
  • Deployments running the Prometheus Remote Write input plugin
  • Container and Kubernetes environments using affected Fluent Bit images

Discovery Timeline

  • 2025-02-18 - CVE-2024-50608 published to NVD
  • 2025-04-22 - Last updated in NVD database

Technical Details for CVE-2024-50608

Vulnerability Analysis

Fluent Bit exposes a Prometheus Remote Write input plugin that accepts HTTP POST payloads containing metric data. The plugin parses inbound requests through process_payload_metrics_ng() in prom_rw_prot.c. When this handler receives a request with Content-Length: 0, it fails to validate the empty payload before processing.

The handler passes the zero-length buffer to cfl_sds_len(), a helper that expects a valid cfl_sds string structure. The function casts the NULL input to struct cfl_sds and dereferences it to retrieve the length field. This dereference operates on memory at or near address zero, triggering a segmentation fault that terminates the Fluent Bit process.

Because Fluent Bit typically runs as a singleton log collector or sidecar, a crash interrupts log shipping, metric ingestion, and observability flows for every workload it serves. Attackers need only network reachability to the listening port.

Root Cause

The root cause is missing input validation on the HTTP Content-Length header inside the Prometheus Remote Write parser. The code path assumes a positive payload size and does not branch on the zero-length case before invoking cfl_sds_len on the payload pointer. The cast-and-dereference pattern guarantees a NULL pointer dereference whenever attackers control the header value.

Attack Vector

Exploitation requires only network access to the Prometheus Remote Write listener. An attacker sends a single crafted HTTP POST request with Content-Length: 0 and any HTTP method accepted by the endpoint. No authentication, credentials, or user interaction are required. The request crashes the process immediately, producing a denial of service against the Fluent Bit instance. Repeated requests after a supervisor restarts the process can sustain the outage indefinitely.

A minimal exploitation pattern resembles a standard curl POST to the listener URI with an empty body and explicit zero content length. Technical analysis is available in the Ebryx Blog CVE Analysis.

Detection Methods for CVE-2024-50608

Indicators of Compromise

  • Unexpected termination or restart events for the fluent-bit process on hosts exposing the Prometheus Remote Write input.
  • HTTP requests in upstream proxy or load balancer logs containing Content-Length: 0 directed at Fluent Bit listener ports.
  • Gaps in log or metric ingestion correlated with crash timestamps in container orchestrator events.

Detection Strategies

  • Monitor Fluent Bit process exit codes and segmentation fault signals using host telemetry and container runtime events.
  • Inspect web application firewall and reverse proxy logs for inbound POST requests with zero-length bodies targeting Fluent Bit endpoints.
  • Correlate sudden drops in observability pipeline throughput with process restart events to surface DoS attempts.

Monitoring Recommendations

  • Alert on repeated Fluent Bit restarts within short time windows on any host running version 3.1.9.
  • Track HTTP request patterns to the Prometheus Remote Write port and flag anomalous spikes from unexpected source addresses.
  • Enable verbose logging on Fluent Bit during triage to capture request headers preceding crashes.

How to Mitigate CVE-2024-50608

Immediate Actions Required

  • Upgrade Fluent Bit to a fixed release published after 3.1.9 as documented in the Fluent Bit Release Notes.
  • Restrict network access to the Prometheus Remote Write input port using firewall rules or network policies until the upgrade is applied.
  • Audit all Fluent Bit deployments, including sidecars and DaemonSets, to identify instances running the vulnerable version.

Patch Information

Treasure Data and the Fluent Bit maintainers released patched versions addressing the NULL pointer dereference in process_payload_metrics_ng(). Refer to Fluent Bit Announcements and the official GitHub release notes for the specific fixed version applicable to your deployment.

Workarounds

  • Disable the Prometheus Remote Write input plugin in fluent-bit.conf if it is not required.
  • Place an authenticating reverse proxy in front of the Fluent Bit listener and reject HTTP requests with Content-Length: 0.
  • Apply network segmentation so only trusted metric producers can reach the listener port.
bash
# Configuration example: disable the Prometheus Remote Write input until patched
# fluent-bit.conf
[SERVICE]
    Flush        1
    Log_Level    info

# Comment out or remove the vulnerable input block
# [INPUT]
#     Name              prometheus_remote_write
#     Listen            0.0.0.0
#     Port              8080
#     Uri               /api/v1/write

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFluent Bit

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.97%

  • 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-476
  • Technical References
  • Fluent Bit Announcements

  • Fluent Bit Release Notes

  • Ebryx Blog CVE Analysis
  • Related CVEs
  • CVE-2024-4323: Fluent Bit Memory Corruption Vulnerability

  • CVE-2025-12972: Fluent Bit Path Traversal Vulnerability

  • CVE-2025-12970: Fluent Bit Buffer Overflow Vulnerability

  • CVE-2025-12969: Fluent Bit Auth Bypass 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