U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-50609

Change History

New CVE Received from MITRE 2/18/2025 1:15:25 PM

Action Type Old Value New Value
Added Description

								
							
							
						
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.
Added Reference

								
							
							
						
https://fluentbit.io/announcements/
Added Reference

								
							
							
						
https://github.com/fluent/fluent-bit/releases
Added Reference

								
							
							
						
https://www.ebryx.com/blogs/exploring-cve-2024-50608-and-cve-2024-50609