Show filters
9 Total Results
Displaying 1-9 of 9
Sort by:
Attacker Value
Unknown

CVE-2024-4323

Disclosure Date: May 20, 2024 (last updated May 21, 2024)
A memory corruption vulnerability in Fluent Bit versions 2.0.7 thru 3.0.3. This issue lies in the embedded http server’s parsing of trace requests and may result in denial of service conditions, information disclosure, or remote code execution.
1
Attacker Value
Unknown

CVE-2024-23722

Disclosure Date: March 26, 2024 (last updated April 02, 2024)
In Fluent Bit 2.1.8 through 2.2.1, a NULL pointer dereference can be caused via an invalid HTTP payload with the content type of x-www-form-urlencoded. It crashes and does not restart. This could result in logs not being delivered properly.
0
Attacker Value
Unknown

CVE-2024-26455

Disclosure Date: February 26, 2024 (last updated February 27, 2024)
fluent-bit 2.2.2 contains a Use-After-Free vulnerability in /fluent-bit/plugins/custom_calyptia/calyptia.c.
0
Attacker Value
Unknown

CVE-2021-46879

Disclosure Date: April 11, 2023 (last updated October 08, 2023)
An issue was discovered in Treasure Data Fluent Bit 1.7.1, a wrong variable is used to get the msgpack data resulting in a heap overflow in flb_msgpack_gelf_value_ext. An attacker can craft a malicious file and tick the victim to open the file with the software, triggering a heap overflow and execute arbitrary code on the target system.
Attacker Value
Unknown

CVE-2021-46878

Disclosure Date: April 11, 2023 (last updated October 08, 2023)
An issue was discovered in Treasure Data Fluent Bit 1.7.1, erroneous parsing in flb_pack_msgpack_to_json_format leads to type confusion bug that interprets whatever is on the stack as msgpack maps and arrays, leading to use-after-free. This can be used by an attacker to craft a specially craft file and trick the victim opening it using the affect software, triggering use-after-free and execute arbitrary code on the target system.
Attacker Value
Unknown

CVE-2021-36088

Disclosure Date: July 01, 2021 (last updated May 24, 2024)
Fluent Bit (aka fluent-bit) 1.7.0 through 1.7.4 has a double free in flb_free (called from flb_parser_json_do and flb_parser_do).
Attacker Value
Unknown

CVE-2021-27186

Disclosure Date: February 10, 2021 (last updated October 07, 2023)
Fluent Bit 1.6.10 has a NULL pointer dereference when an flb_malloc return value is not validated by flb_avro.c or http_server/api/v1/metrics.c.
Attacker Value
Unknown

CVE-2020-35963

Disclosure Date: January 03, 2021 (last updated October 07, 2023)
flb_gzip_compress in flb_gzip.c in Fluent Bit before 1.6.4 has an out-of-bounds write because it does not use the correct calculation of the maximum gzip data-size expansion.
Attacker Value
Unknown

CVE-2019-9749

Disclosure Date: March 13, 2019 (last updated October 06, 2023)
An issue was discovered in the MQTT input plugin in Fluent Bit through 1.0.4. When this plugin acts as an MQTT broker (server), it mishandles incoming network messages. After processing a crafted packet, the plugin's mqtt_packet_drop function (in /plugins/in_mqtt/mqtt_prot.c) executes the memmove() function with a negative size parameter. That leads to a crash of the whole Fluent Bit server via a SIGSEGV signal.