LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33176: VerneMQ MQTT Broker versions prior to 1.12.0 are vulnerable to a denial of service attack as a result of ex...

VerneMQ MQTT Broker versions prior to 1.12.0 are vulnerable to a denial of service attack as a result of excessive memory consumption due to the handling of untrusted inputs. These inputs cause the message broker to consume large amounts of memory, resulting in the application being terminated by the operating system.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-33176 can let untrusted input make affected VerneMQ MQTT brokers consume excessive memory until the operating system terminates the broker. The business impact is service interruption for systems relying on MQTT messaging, especially IoT or event-driven services.

Executive priority

Treat this as a service availability risk. Prioritize remediation for MQTT brokers supporting production, safety, customer-facing, or operational workflows, especially where untrusted clients can connect.

Technical view

VerneMQ versions before 1.12.0 are reported vulnerable to denial of service through excessive memory consumption while handling untrusted inputs. The CVE record maps this to CWE-502, but the supplied sources do not provide protocol-level detail, CVSS scoring, or exploit primitives.

Likely exposure

Exposure is limited to organizations running VerneMQ MQTT Broker versions earlier than 1.12.0. Risk is higher where brokers accept connections or messages from untrusted clients or broad networks.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. It describes a denial-of-service condition from untrusted inputs causing memory exhaustion and broker termination by the operating system.

Researcher notes

Evidence is sparse: no CVSS vector, no detailed affected configuration, and no exploitation status are provided. Validate version exposure first, then assess whether untrusted MQTT clients can reach affected brokers.

Mitigation direction

  • Upgrade VerneMQ deployments to version 1.12.0 or later.
  • Restrict broker access to trusted clients and networks.
  • Enforce client authentication and authorization where supported.
  • Monitor broker memory use, restarts, and OS termination events.
  • Review VerneMQ and Synopsys guidance for any environment-specific controls.

Validation and detection

  • Inventory all VerneMQ instances, including containers and embedded deployments.
  • Confirm no production broker runs a version earlier than 1.12.0.
  • Review memory metrics for unusual growth or broker termination events.
  • Check network exposure and client trust boundaries for MQTT listeners.
  • Verify broker access controls are enabled and enforced.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-2021-33176 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
VerneMQvernemq<1.12.0Listed
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.