Description
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.
Published: 2026-09-24
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service through memory exhaustion
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the Wazuh cluster manager where an unauthenticated network peer can send a 20-byte cluster protocol header that declares a payload size of up to 256 MiB before the data is authenticated by Fernet decryption. The listener then allocates a buffer of that declared size and keeps the memory allocated until the TCP connection is closed, even if the peer stops sending data. This allows an attacker to exhaust the memory of the wazuh‑clusterd process, potentially terminating the cluster manager, disrupting synchronization, and interrupting distributed API forwarding.

Affected Systems

The issue affects Wazuh Manager and the wazuh‑clusterd component in versions from 3.9.0 up to and including 4.14.7. Vendors and products are listed as wazuh:wazuh.

Risk and Exploitability

The CVSS score is 7.5, indicating high severity. EPSS data is not available, so exploitation likelihood cannot be quantified, but the vulnerability is not listed in the CISA KEV catalog. Attackers can reach the cluster interface over the network without authentication, send the malicious header, and trigger memory exhaustion. An affected system with multiple simultaneous connections could experience exponential memory consumption leading to denial of service.

Generated by OpenCVE AI on September 25, 2026 at 06:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Wazuh Manager to version 4.14.7 or later to eliminate the vulnerable buffer allocation logic.
  • Restrict network access to the cluster port to trusted hosts or firewall the service to prevent unauthenticated peers from connecting.
  • Monitor memory usage of the wazuh‑clusterd process and consider setting OS resource limits to mitigate the impact if an upgrade is delayed.

Generated by OpenCVE AI on September 25, 2026 at 06:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Wazuh
Wazuh wazuh
Vendors & Products Wazuh
Wazuh wazuh

Thu, 24 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Wazuh Manager cluster header parsing allows pre-authentication memory exhaustion
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-24T17:49:29.865Z

Reserved: 2026-08-06T21:24:15.375Z

Link: CVE-2026-71540

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T18:18:31.340

Modified: 2026-09-24T18:18:31.340

Link: CVE-2026-71540

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T08:15:17Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling