cve/2024/CVE-2024-22857.md
2024-05-25 21:48:12 +02:00

18 lines
1009 B
Markdown

### [CVE-2024-22857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22857)
![](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
Heap based buffer flow in zlog v1.1.0 to v1.2.17 in zlog_rule_new().The size of record_name is MAXLEN_PATH(1024) + 1 but file_path may have data upto MAXLEN_CFG_LINE(MAXLEN_PATH*4) + 1. So a check was missing in zlog_rule_new() while copying the record_name from file_path + 1 which caused the buffer overflow. An attacker can exploit this vulnerability to overwrite the zlog_record_fn record_func function pointer to get arbitrary code execution or potentially cause remote code execution (RCE).
### POC
#### Reference
- https://www.ebryx.com/blogs/arbitrary-code-execution-in-zlog-cve-2024-22857
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds