Sploitus

CVE-2026-41499

No indexed exploits for CVE-2026-41499 yet

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.

Affected products
Wazuh
Wazuh
< 4.14.4
Fix
Available
CVSS 3.1
6.5 MEDIUM
EPSS
0.3% (17th percentile)
Weakness
CWE-191, CWE-124
NVD status
Analyzed
Published
2026-04-29
CVE-2026-41499 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-41499 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-41499 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.