Description
Wazuh 4.4.0 before 4.14.7 contains a denial of service vulnerability in the fdecompress_files() function within cluster.py that allows authenticated cluster peers to exhaust memory by supplying a malicious synchronization archive without decompressed size limits. Attackers holding a valid cluster Fernet key can upload a small, highly compressed zip bomb archive that forces wazuh-clusterd on the master node to decompress the full payload into memory, causing memory exhaustion and service disruption.
Published: 2026-08-18
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the fdecompress_files() function within cluster.py. A malicious, highly compressed zip bomb can be uploaded by a cluster peer that holds a valid Fernet key. When the master node decompresses the archive, it loads the entire payload into memory, exhausting available memory and causing a denial of service. The weakness is a lack of decompression size limits and improper validation of compressed data, classified as CWE-409. Attackers with cluster authentication can force this denial, impacting availability of wazuh-clusterd and potentially the entire cluster.

Affected Systems

Affected product is Wazuh Manager version 4.4.0 up to, but not including, 4.14.7. The product is part of the Wazuh security monitoring platform, used in distributed cluster deployments. Any installation that relies on clustering and uses the default Fernet-based authentication with the pre-4.14.7 package may be vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity. EPSS is not available, so exploitation likelihood cannot be precisely quantified, though the need for a valid cluster key reduces the exposed threat surface. Since the vulnerability is not listed in the CISA KEV catalog, there is no widespread exploitation yet. The attack path requires an attacker to obtain or compromise a cluster Fernet key, which may be achieved through insider knowledge or side‑channel attacks. Once the key is in hand, the attacker can upload a small zip bomb to any authorised peer connection, forcing memory exhaustion on the master node. The lack of size checks and the automatic decompression trigger a resource exhaustion condition that disconnects the cluster and disrupts processing of further alerts.

Generated by OpenCVE AI on August 18, 2026 at 18:27 UTC.

Remediation

Vendor Solution

Upgrade the affected package to 4.14.7 or later.


OpenCVE Recommended Actions

  • Upgrade Wazuh Manager to version 4.14.7 or later.
  • Restrict cluster peer connections to authorised hosts only and monitor connection attempts to block suspicious peers until the upgrade is applied.
  • Revoke and rotate cluster Fernet keys so that a temporary key compromise cannot be exploited beyond the rotation window.
  • If an immediate upgrade is not possible, temporarily disable cluster synchronization features or add firewall rules to prevent external peers from sending large compressed archives.

Generated by OpenCVE AI on August 18, 2026 at 18:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Description Wazuh 4.4.0 before 4.14.7 contains a denial of service vulnerability in the fdecompress_files() function within cluster.py that allows authenticated cluster peers to exhaust memory by supplying a malicious synchronization archive without decompressed size limits. Attackers holding a valid cluster Fernet key can upload a small, highly compressed zip bomb archive that forces wazuh-clusterd on the master node to decompress the full payload into memory, causing memory exhaustion and service disruption.
Title Wazuh 4.4.0 < 4.14.7 DoS via fdecompress_files() Zip Bomb
Weaknesses CWE-409
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-18T19:27:06.342Z

Reserved: 2026-08-14T14:06:40.513Z

Link: CVE-2026-74046

cve-icon Vulnrichment

Updated: 2026-08-18T19:27:03.113Z

cve-icon NVD

Status : Received

Published: 2026-08-18T18:19:34.053

Modified: 2026-08-18T20:17:29.330

Link: CVE-2026-74046

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T18:30:16Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)