Vulnerability 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).
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/HardySimpson/zlog/
- https://github.com/HardySimpson/zlog/blob/1a7b1a6fb956b92a4079ccc91f30da21f34ca0
- https://github.com/HardySimpson/zlog/pull/251
- https://www.cybersecurity-help.cz/vdb/SB2024022842
- https://www.ebryx.com/blogs/arbitrary-code-execution-in-zlog-cve-2024-22857
- https://github.com/HardySimpson/zlog/
- https://github.com/HardySimpson/zlog/blob/1a7b1a6fb956b92a4079ccc91f30da21f34ca0
- https://github.com/HardySimpson/zlog/pull/251
- https://www.cybersecurity-help.cz/vdb/SB2024022842
- https://www.ebryx.com/blogs/arbitrary-code-execution-in-zlog-cve-2024-22857
FAQ
What is CVE-2024-22857?
CVE-2024-22857 is a vulnerability with a CVSS score of 9.8 (CRITICAL). 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...
How severe is CVE-2024-22857?
CVE-2024-22857 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2024-22857?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.