CVE Catalog

CVE-2026-61811

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Summary

In Wazuh from 3.8.0 until 4.14.7, the _getattributes() function in src/os_xml/os_xml.c recursively processes every XML attribute without a depth limit while allocating two large local buffers per stack frame. An enrolled agent can submit a Windows EventChannel event with an element containing enough attributes to exhaust the analysisd worker-thread stack, causing a segmentation fault and interrupting log ingestion.

Risk Assessment

An attacker with agent privileges can crash the log analysis process, leading to denial of service and loss of security visibility. The element-depth limit in _ReadElem() does not constrain the number of attributes on one element, so it does not prevent this condition.

Recommendation

Update Wazuh to version 4.14.7 or later. Until patched, consider limiting trust in agents that can submit Windows EventChannel events.

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.8.0 until 4.14.7, the _getattributes() function in src/os_xml/os_xml.c recursively processes every XML attribute without a depth limit while allocating two large local buffers in each stack frame. An enrolled agent can submit a Windows EventChannel event containing an element with enough attributes to exhaust the analysisd worker-thread stack, trigger a segmentation fault, and interrupt log ingestion. The element-depth limit in _ReadElem() does not constrain the number of attributes on one element, so it does not prevent this condition. This issue is fixed in version 4.14.7.

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