CVE-2026-54084
Last modified
CVE-2026-54084 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. In versions 4.0.0 through 4.14.6, a malicious or man-in-the-middle enrollment manager can crash a Wazuh agent during enrollment by returning a malformed key response with fewer than four fields, causing a NULL pointer dereference. EPSS estimates a 0.11% 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. In versions 4.0.0 through 4.14.6, a malicious or man-in-the-middle enrollment manager can crash a Wazuh agent during enrollment by returning a malformed key response with fewer than four fields, causing a NULL pointer dereference. The w_enrollment_process_agent_key() routine splits the manager-provided key into four space-separated fields but does not verify that all fields are present before passing them to validators. Because OS_StrBreak() leaves missing trailing entries as NULL and OS_IsValidName() calls strlen() on its argument without a NULL check, a response such as OSSEC K:'1' reaches OS_IsValidName(NULL) and terminates the agent process. Since Wazuh permits enrollment against an unverified manager when no CA certificate is configured, an attacker operating a rogue manager or intercepting the enrollment flow can deterministically crash agents, resulting in denial of service. This issue is fixed in version 4.14.7.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Wazuh | Wazuh | >= 4.0.0, < 4.14.7 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54084?
How severe is CVE-2026-54084?
How do I fix CVE-2026-54084?
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-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-54083Wazuh is an open-source security platform providing unified …8.1
- 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
- CVE-2026-54090File Browser is a file managing interface for uploading, del…8.7
Are you affected by CVE-2026-54084?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
