CVE Catalog

CVE-2026-71540

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

Wazuh, an open-source security platform providing unified XDR and SIEM protection, from 3.9.0 until 4.14.7 contains a vulnerability in wazuh-clusterd in framework/wazuh/core/cluster/common.py where a payload buffer is allocated using the size declared in a 20-byte cluster protocol header before Fernet decryption validates the peer. An unauthenticated network peer can declare a payload of up to 256 MiB, stop sending after the header, and retain that allocation until the TCP connection closes. The cluster listener has no application-level per-source connection budget, allowing concurrent sockets to multiply memory consumption and potentially terminate the cluster process, disrupt synchronization, and interrupt distributed API forwarding. This issue is fixed in version 4.14.7.

Risk Assessment

An unauthenticated attacker can cause memory exhaustion and termination of the Wazuh cluster process, leading to disrupted synchronization and API forwarding. This can paralyze cluster operations and impact security monitoring.

Recommendation

Upgrade Wazuh to version 4.14.7 or later. Until then, restrict network access to the cluster listener port and consider implementing connection limits at the firewall level.

Other vulnerabilities in Wazuh

See all
Original NVD description (English source)

Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. From 3.9.0 until 4.14.7, wazuh-clusterd in framework/wazuh/core/cluster/common.py allocates a payload buffer using the size declared in a 20-byte cluster protocol header before Fernet decryption validates the peer. An unauthenticated network peer can declare a payload of up to 256 MiB, stop sending after the header, and retain that allocation until the TCP connection closes. The cluster listener has no application-level per-source connection budget in affected versions, allowing concurrent sockets to multiply memory consumption and potentially terminate the cluster process, disrupt synchronization, and interrupt distributed API forwarding. This issue is fixed in version 4.14.7.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS