SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-44253

MEDIUM · CVSS 4.9 EPSS 0.51% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Wazuh cluster protocol is vulnerable to a memory exhaustion attack due to improper handling of input buffers, allowing an authenticated node to send excessively large data requests. This can lead to significant disruptions in agent connectivity and alert processing within the monitored environment. Organizations using Wazuh versions 3.9.0 to 4.14.5 and 5.0.0-beta2 should prioritize upgrading to the patched versions to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44253
Severity
MEDIUM
CVSS
4.9
EPSS
0.51%

Original NVD Description

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 3.9.0 until 4.14.5 and 5.0.0-beta2, the Wazuh cluster protocol in framework/wazuh/core/cluster/common.py allows an authenticated cluster node to exhaust memory on the master. The receive_str() method accepts an attacker-controlled total for InBuffer without a maximum, so a new_str command can request a multi-gigabyte bytearray and repeated requests accumulate in in_str. The divided-message path also retains flag_divided fragments under unique counters in div_msg_box without a count, aggregate-size, or expiration limit. Exploitation can disrupt agent connectivity and alert processing across the monitored environment. This issue is fixed in versions 4.14.5 and 5.0.0-beta2.