CVE-2026-41499 Details
Description
Wazuh is a free and open source platform used for threat prevention, detection, and response. From version 4.0.0 to before version 4.14.4, multiple heap-based out-of-bounds WRITE vulnerabilities exist in parse_uname_string() (remoted_op.c). This function processes OS identification data from agents and contains a dangerous code pattern that appears in 4 locations within the same function: writing to strlen(ptr) - 1 without checking for empty strings. When the string is empty, strlen() returns 0, and 0 - 1 wraps to SIZE_MAX due to unsigned integer underflow. Due to pointer arithmetic wrapping, SIZE_MAX effectively becomes -1, causing a write exactly 1 byte before the allocated buffer. This corrupts heap metadata (e.g., the chunk size field in glibc malloc), leading to heap corruption. This issue has been patched in version 4.14.4.
A heap-based out-of-bounds write vulnerability has been identified in Wazuh versions 4.0.0 prior to 4.14.4. The issue arises in the 'parse_uname_string' function within 'remoted_op.c', where the function processes operating system identification data from agents. The vulnerability stems from writing to 'strlen(ptr) - 1' without validating if the string is empty. This oversight allows for unsigned integer underflow, wrapping the value to 'SIZE_MAX', and causing a write just before the allocated buffer, corrupting heap metadata. Such corruption can lead to exploitation by manipulating heap operations.
Users can upgrade to Wazuh version 4.14.4 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/wazuh/wazuh/security/advisories/GHSA-qvqj-p8mm-r7h3 | CISA-ADP | Vendor Advisory |
| https://github.com/wazuh/wazuh/releases/tag/v4.14.4 | [email protected] | Release Notes |
| https://github.com/wazuh/wazuh/security/advisories/GHSA-qvqj-p8mm-r7h3 | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-124 | Buffer Underwrite ('Buffer Underflow') | [email protected] |
| CWE-191 | Integer Underflow (Wrap or Wraparound) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wazuh wazuh | >= 4.0.0, < 4.14.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 1, 2026 | Initial Analysis | [email protected] |
| Apr 29, 2026 | New CVE Received | [email protected] |
| Apr 29, 2026 | CVE Modified | CISA-ADP |