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

exploitDog

nvd логотип

CVE-2026-28221

Опубликовано: 29 апр. 2026
Источник: nvd
CVSS3: 6.5
CVSS3: 8.2
EPSS Низкий

Описание

Wazuh is a free and open source platform used for threat prevention, detection, and response. From version 4.8.0 to before version 4.14.4, a stack-based buffer overflow exists in print_hex_string() in wazuh-remoted. The bug is triggered when formatting attacker-controlled bytes using sprintf(dst_buf + 2*i, "%.2x", src_buf[i]) on platforms where char is treated as signed and the compiled code sign-extends bytes before the variadic call. For input bytes such as 0xFF, the formatting can emit "ffffffff" (8 chars) instead of "ff" (2 chars), causing an out-of-bounds write past a fixed 2049-byte stack buffer. The vulnerable path is reachable remotely prior to any agent authentication/registration logic via TCP/1514 when an oversized length prefix causes the “unexpected message (hex)” diagnostic path to run. Additionally, the same unauthenticated oversized-message diagnostic path logs an attacker-controlled hex dump to /var/ossec/logs/ossec.log for each trigger, allowing remote log amplifi

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:wazuh:wazuh:*:*:*:*:*:*:*:*
Версия от 4.8.0 (включая) до 4.14.4 (исключая)

EPSS

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

6.5 Medium

CVSS3

8.2 High

CVSS3

Дефекты

CWE-121

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

CVSS3: 6.5
fstec
5 месяцев назад

Уязвимость функции print_hex_string() системы обнаружения и предотвращения вторжений Wazuh, позволяющая нарушителю выполнить произвольный код

EPSS

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

6.5 Medium

CVSS3

8.2 High

CVSS3

Дефекты

CWE-121