Zlog Project

Zlog

2 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 4.2%
  • Published 07.03.2024 01:15:52
  • Last modified 21.11.2024 08:56:42

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 reco...

Exploit
  • EPSS 0.3%
  • Published 08.04.2022 16:15:08
  • Last modified 21.11.2024 06:29:20

A Buffer Overflow vulnerability exists in zlog 1.2.15 via zlog_conf_build_with_file in src/zlog/src/conf.c.