Name
zlog
Version
1.2.15
Type
library
Description
-
Licenses
LGPL-2.1-only
PURL
-
CPE
cpe:2.3:*:zlog_project:zlog:1.2.15:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
buffer overflow patched (#251)
Ali Raza <elirazamumtaz@gmail.com>
CVE-2024-22857
2
Fix stack-buffer-overflow at zlog_conf_build_with_file
XiangfeiCH <chenthrone@163.com>
CVE-2021-43521
Vulnerabilities#
Name
Analysis
Description
Patched
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).
Patched
A Buffer Overflow vulnerability exists in zlog 1.2.15 via zlog_conf_build_with_file in src/zlog/src/conf.c.