CVE-2026-26204 — Denial of Service
CVE-2026-26204 — Wazuh is a free and open source platform used for threat prevention, detection, and response. From version 1.0.0 to before version 4.14.4, a heap-based out-of-bounds WRITE occurs in GetAlertData, resulting in writing a NULL byte exactly 1 byte before the start of the buffer allocate
What This Means For You
- If your environment is affected by CWE-124, CWE-191, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-26204 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Wazuh Heap Out-of-Bounds Write via Crafted Alert - CVE-2026-26204
title: Wazuh Heap Out-of-Bounds Write via Crafted Alert - CVE-2026-26204
id: scw-2026-04-29-ai-1
status: experimental
level: high
description: |
Detects the modification of Wazuh alert log files, specifically 'alerts.json' or 'alerts.log', which is the target for injecting a specially crafted alert to trigger the heap-based out-of-bounds WRITE vulnerability (CVE-2026-26204) in versions prior to 4.14.4. This can lead to a denial of service or heap corruption.
author: SCW Feed Engine (AI-generated)
date: 2026-04-29
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-26204/
tags:
- attack.defense_evasion
- attack.t1499
logsource:
category: file_event
detection:
selection:
TargetFilename|contains:
- '/var/ossec/logs/alerts/alerts.json'
EventType: 'modify'
selection_base:
TargetFilename|contains:
- '/var/ossec/logs/alerts/alerts.json'
selection_indicators:
TargetFilename|contains:
- '/var/ossec/logs/alerts/alerts.log'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-26204 | vulnerability | CVE-2026-26204 |
| CWE-124 | weakness | CWE-124 |
| CWE-191 | weakness | CWE-191 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 29, 2026 at 21:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.