CVE-2026-28221HIGH 8.2EPSS p29.9%

CVE-2026-28221CVE-2026-28221

Description

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 amplification that can degrade monitoring fidelity and consume disk/I/O. This log amplification is reachable even without triggering the sign-extension overflow (e.g., using bytes < 0x80). This issue has been patched in version 4.14.4.

Scoring

CVSS 3.18.2 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
EPSS0.38% probability of exploitation · percentile 29.9% · 2026-06-19T12:03:05Z
Published2026-04-29
Last modified2026-04-30

Underlying weaknesses· 2

CWE-121CWE-400

References

  1. https://github.com/wazuh/wazuh/releases/tag/v4.14.4
  2. https://github.com/wazuh/wazuh/security/advisories/GHSA-q9vv-7w4c-f4cm
  3. https://github.com/wazuh/wazuh/security/advisories/GHSA-q9vv-7w4c-f4cm

2

TypeTargetConfidenceTier
WeaknessStack-based Buffer Overflowcwe-1210%live
WeaknessUncontrolled Resource Consumptioncwe-4000%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-62786
CVE
CVE-2026-25769
CVE
CVE-2026-30893
CVE
Wazuh Server Deserialization of Untrusted Data Vulnerability
CVE
CVE-2026-42482
CVE
CVE-2026-22828
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.