CVE-2024-22857

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).
Configurations

No configuration.

History

No history.

Information

Published : 2024-03-07 01:15

Updated : 2024-11-21 08:56


NVD link : CVE-2024-22857

Mitre link : CVE-2024-22857

CVE.ORG link : CVE-2024-22857


JSON object : View

Products Affected

No product.

CWE
CWE-122

Heap-based Buffer Overflow