PatchSiren cyber security CVE debrief
CVE-2026-46343 wazuh CVE debrief
A cluster-authenticated node can delete files outside the WAZUH_PATH directory in Wazuh versions 4.0.0 to 4.14.6 and 5.0.0-beta2 due to a vulnerability in WazuhCommon.end_receiving_file(). This issue allows an attacker to target critical configuration files, disrupt Wazuh manager functionality, and impact cluster connectivity. Wazuh users and administrators should assess exposure and prioritize upgrading to fixed versions 4.14.6 or 5.0.0-beta2. The vulnerability stems from improper canonicalization and confinement of filenames, enabling absolute path and traversal sequence attacks.
- Vendor
- wazuh
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-09
Who should care
Wazuh users and administrators should assess exposure and prioritize upgrading to fixed versions 4.14.6 or 5.0.0-beta2. They should also restrict cluster node authentication and authorization to prevent exploitation. Additionally, defenders should monitor for suspicious file deletion activity and review compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
Defenders should care because this vulnerability allows a cluster-authenticated node to delete files outside the WAZUH_PATH directory, potentially disrupting Wazuh manager functionality and cluster connectivity. Wazuh users and administrators should assess exposure, prioritize upgrading to fixed versions 4.14.6 or 5.0.0-beta2, and restrict cluster node authentication to prevent exploitation.
- Deletion of critical configuration files like ossec.conf or jwt_secret.json
- Invalidation of API tokens and disruption of cluster and API connectivity
- Potential disablement of the Wazuh manager process
Technical summary
The WazuhCommon.end_receiving_file() function in framework/wazuh/core/cluster/common.py allows a cluster-authenticated node to delete files outside the WAZUH_PATH directory due to improper canonicalization and confinement of filenames. This vulnerability enables an attacker to target critical configuration files like ossec.conf, jwt_secret.json, and TLS certificates, potentially disrupting Wazuh manager functionality and cluster connectivity. The issue is fixed in versions 4.14.6 and 5.0.0-beta2, and defenders should prioritize verifying and upgrading to these fixed versions.
Defensive priority
Defenders should prioritize verifying and upgrading to fixed versions 4.14.6 or 5.0.0-beta2, and restrict cluster node authentication.
Recommended defensive actions
- Verify Wazuh version and upgrade to 4.14.6 or 5.0.0-beta2 if necessary
- Restrict cluster node authentication and authorization
- Monitor for suspicious file deletion activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, affected versions, and fixed versions. The issue is rooted in the WazuhCommon.end_receiving_file() function in framework/wazuh/core/cluster/common.py. Cluster-authenticated nodes can exploit this vulnerability to delete files outside the WAZUH_PATH directory, potentially disrupting Wazuh manager functionality and cluster connectivity. Defenders should verify and upgrade to fixed versions 4.14.6 or 5.0.0-beta2, restrict cluster node authentication, and monitor for any
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46343 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46343
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46343 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46343
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/wazuh/wazuh/commit/90d43547d166cdbe65e9a3d011f946214df9179c
-
Source reference
Unverified legacy reference
URL: https://github.com/wazuh/wazuh/pull/36060
-
Source reference
Unverified legacy reference
URL: https://github.com/wazuh/wazuh/releases/tag/v4.14.6
-
Source reference
Unverified legacy reference
URL: https://github.com/wazuh/wazuh/releases/tag/v5.0.0-beta2
-
Source reference
Unverified legacy reference
URL: https://github.com/wazuh/wazuh/security/advisories/GHSA-cqvw-w2rg-327f
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.