LiveActive security incident?Get immediate response
CVE Record

CVE-2026-33434: Wazuh: Rate Limit Bypass via /events Endpoint

Wazuh is a free and open source platform used for threat prevention, detection, and response. In versions 4.6.0 and above, prior to 4.14.5, a logic error in CheckRateLimitsMiddleware.dispatch() causes the /events endpoint rate check to unconditionally overwrite the general rate limit result. When the global max_request_per_minute is exceeded, requests to /events still succeed if the events-specific counter (hardcoded 30/min) has not been reached. This allows event injection into analysisd beyond the admin-configured global rate limit. This issue has been fixed in version 4.14.5.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A Wazuh rate limiting bug lets authenticated users send /events requests even after the administrator's global per-minute request cap is exceeded, until the endpoint's separate 30/minute counter is hit. The documented impact is limited availability degradation through extra event injection, not data theft or privilege escalation. Wazuh fixed this in 4.14.5.

Executive priority

Treat this as a routine but timely security update for Wazuh environments. It is not supported by the sources as actively exploited or high-impact, but it can weaken operational controls that protect event ingestion and analysis capacity.

Technical view

In Wazuh versions 4.6.0 through before 4.14.5, CheckRateLimitsMiddleware.dispatch() mishandles /events checks by overwriting the general rate-limit result. When max_request_per_minute is exceeded, /events requests can still pass if the endpoint-specific hardcoded 30/minute limit remains available, allowing event injection into analysisd beyond the configured global limit.

Likely exposure

Exposure is limited to Wazuh deployments running versions >=4.6.0 and <4.14.5 where authenticated users can reach the API /events endpoint. The CVSS vector requires network access and low privileges, with no user interaction. Systems already upgraded to 4.14.5 are described as fixed.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not marked KEV. The issue is a rate limit bypass affecting availability only, with CVSS 4.3 medium severity. It could matter operationally where Wazuh event ingestion capacity or alert fidelity is sensitive to excess injected events.

Researcher notes

Key evidence comes from the CVE record and Wazuh GitHub advisory. The public description identifies CWE-799, affected range, fixed version, and middleware logic flaw. No exploit details, proof of concept, or broader affected products are provided in the supplied bundle.

Mitigation direction

  • Upgrade Wazuh to version 4.14.5 or later.
  • Restrict Wazuh API access to trusted users and networks.
  • Review Wazuh's security advisory for deployment-specific guidance.
  • Monitor /events traffic for unusual authenticated request volume.
  • Review global rate limit assumptions after upgrading.

Validation and detection

  • Inventory Wazuh versions across managers and API nodes.
  • Confirm affected systems are not running versions >=4.6.0 and <4.14.5.
  • Verify Wazuh 4.14.5 or later is deployed after remediation.
  • Review API logs for elevated /events request rates.
  • Check whether low-privilege accounts can access /events unnecessarily.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-799: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-33434 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L2.81.4GitHub_M

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2026-33434Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wazuhwazuh>= 4.6.0, < 4.14.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-799 · source CWE mapping

Improper Control of Interaction Frequency

Improper Control of Interaction Frequency represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.