CVE-2026-44901 PUBLISHED

Wazuh Cluster DAPI Protocol Deserialization of Untrusted Data Remote Code Execution Vulnerability

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 19.08.2026 Updated: 19.08.2026

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, AffectedItemsWazuhResult.merge() in framework/wazuh/core/results.py trusts the sort_casting field in a cluster worker's JSON response. During a distributed API merge, attacker-controlled type names are resolved through Python builtins without an allowlist. A compromised worker can set sort_casting to exec and place Python source in affected_items, causing the master to execute the payload as root when responses from multiple nodes are merged. This issue is fixed in versions 4.14.6 and 5.0.0-beta2.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 8.4

Product Status

Vendor wazuh
Product wazuh
Versions
  • Version >= 4.0.0, < 4.14.6 is affected
  • Version >= 5.0.0-beta1, < 5.0.0-beta2 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE