Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-6q5p-rp5c-wmph

Опубликовано: 07 мар. 2024
Источник: github
Github: Не прошло ревью
CVSS3: 9.8

Описание

zlog 1.2.16 has a heap-based buffer overflow in struct zlog_rule_s while creating a new rule that is already defined in the provided configuration file. A regular user can achieve arbitrary code execution.

zlog 1.2.16 has a heap-based buffer overflow in struct zlog_rule_s while creating a new rule that is already defined in the provided configuration file. A regular user can achieve arbitrary code execution.

EPSS

Процентиль: 85%
0.02414
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-122

Связанные уязвимости

CVSS3: 9.8
nvd
почти 2 года назад

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

CVSS3: 9.8
fstec
почти 2 года назад

Уязвимость класса zlog_rule_s (rule.h) библиотеки журналирования, позволяющая нарушителю выполнить произвольный код

EPSS

Процентиль: 85%
0.02414
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-122