An issue was discovered in Fluent Bit 3.1.9. When the OpenTelemetry input plugin is running and listening on an IP address and port, one can send a packet with Content-Length: 0 and it crashes the server. Improper handling of the case when Content-Length is 0 allows a user (with access to the endpoint) to perform a remote Denial of service attack. The crash happens because of a NULL pointer dereference when 0 (from the Content-Length) is passed to the function cfl_sds_len, which in turn tries to cast a NULL pointer into struct cfl_sds. This is related to process_payload_traces_proto_ng() at opentelemetry_prot.c.
Conclusion & alert: CVE-2024-50609 is rated High Exploit Risk (70.3/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.68%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-29 | 0.46% | 0.68% | +0.23% |
| 2 | 2025-11-21 | 0.58% | 0.46% | -0.12% |
| 3 | 2025-11-18 | — | 0.58% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| treasuredata | fluent_bit | 3.1.9 | cpe:2.3:a:treasuredata:fluent_bit:3.1.9:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://fluentbit.io/announcements/ | Product |
| https://github.com/fluent/fluent-bit/releases | Release Notes |
| https://www.ebryx.com/blogs/exploring-cve-2024-50608-and-cve-2024-50609 | Exploit Third Party Advisory |