CVE Catalog

Actively exploited in the wild

Wazuh Server Deserialization of Untrusted Data Vulnerability

Wazuh - Wazuh Server · Listed in the CISA KEV since 2025-06-10. This indicates confirmed attacks in production environments.

Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CVE-2025-24016

CriticalCVSS 9.9KEV
Published: Updated: Translated: NVD NIST

Summary

Wazuh is a platform for threat prevention, detection, and response. Starting in version 4.4.0 and prior to 4.9.1, an unsafe deserialization vulnerability allows remote code execution on Wazuh servers. An attacker can inject an unsanitized dictionary in a DAPI request/response to execute arbitrary Python code.

Risk Assessment

Anyone with API access (e.g., via a compromised dashboard or Wazuh servers in the cluster) or in certain configurations even via a compromised agent can execute arbitrary code on the Wazuh server. This leads to full system compromise and loss of data confidentiality.

Recommendation

Upgrade Wazuh to version 4.9.1, which contains the fix. Additionally, restrict API access and monitor for unusual activity.

Other vulnerabilities in Wazuh

See all
Original NVD description (English source)

Wazuh is a free and open source platform used for threat prevention, detection, and response. Starting in version 4.4.0 and prior to version 4.9.1, an unsafe deserialization vulnerability allows for remote code execution on Wazuh servers. DistributedAPI parameters are a serialized as JSON and deserialized using `as_wazuh_object` (in `framework/wazuh/core/cluster/common.py`). If an attacker manages to inject an unsanitized dictionary in DAPI request/response, they can forge an unhandled exception (`__unhandled_exc__`) to evaluate arbitrary python code. The vulnerability can be triggered by anybody with API access (compromised dashboard or Wazuh servers in the cluster) or, in certain configurations, even by a compromised agent. Version 4.9.1 contains a fix.

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