cve/2019/CVE-2019-9749.md

18 lines
861 B
Markdown
Raw Normal View History

2024-06-07 04:52:01 +00:00
### [CVE-2019-9749](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9749)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Samsung/cotopaxi