CVE-2026-54083
Last modified
CVE-2026-54083 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. The ip-customblock active response script contains a path traversal vulnerability that lets an attacker create or delete arbitrary files on the filesystem as root. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. The ip-customblock active response script contains a path traversal vulnerability that lets an attacker create or delete arbitrary files on the filesystem as root. The script builds a file path by concatenating the srcip field taken from alert JSON directly onto the fixed /ipblock/ base directory, without validating that the value is a well-formed IP address. Because the extraction routine returns the raw string unchecked, an attacker who can trigger alert-matching log events with a crafted srcip containing ../ sequences can escape the base directory. The block action opens the resulting path in append mode, creating an empty file at an arbitrary location, while the unblock action passes it to remove(), deleting an arbitrary file; since the active response daemon runs as root, this includes sensitive files such as system credentials and Wazuh configuration. Unlike the sibling scripts host-deny.c, default-firewall-drop.c, and firewalld-drop.c, which reject non-IP input via get_ip_version(), ip-customblock.c omits this validation. This issue is fixed in version 4.14.7.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Wazuh | Wazuh | >= 4.2.0, < 4.14.7 | — |
| Wazuh | Wazuh | 5.0.0 | Alpha0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54083?
How severe is CVE-2026-54083?
How do I fix CVE-2026-54083?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54078veraPDF validation model is an implementation of the veraPDF…8.7
- CVE-2026-54079veraPDF validation provides PDF/A and PDF/UA validation, fea…8.7
- CVE-2026-5408BT-DHT protocol dissector crash in Wireshark 4.6.0 to 4.6.4 …5.5
- CVE-2026-54080veraPDF PDF parser is a PDF parser for veraPDF. Prior to 1.3…6.9
- CVE-2026-54081veraPDF PDF parser is a PDF parser for veraPDF. Prior to 1.3…6.9
- CVE-2026-54082veraPDF validation model is an implementation of the veraPDF…6.5
- CVE-2026-54084Wazuh is an open-source security platform providing unified …5.3
- CVE-2026-54085Wazuh is an open-source security platform providing unified …7.1
- CVE-2026-54087EasyAdmin is a fast and modern admin generator for Symfony a…7.6
- CVE-2026-54088File Browser is a file managing interface for uploading, del…9.3
- CVE-2026-54089File Browser is a file managing interface for uploading, del…9.1
- CVE-2026-5409Monero protocol dissector crash in Wireshark 4.6.0 to 4.6.4 …5.5
Are you affected by CVE-2026-54083?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
