LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33175: EMQ X Broker versions prior to 4.2.8 are vulnerable to a denial of service attack as a result of excessive...

EMQ X Broker versions prior to 4.2.8 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-33175 is a denial-of-service issue in EMQ X Broker before 4.2.8. Untrusted input can make the broker consume excessive memory until the operating system terminates it, disrupting MQTT/message-broker availability.

Executive priority

Treat as a service-availability risk. Prioritize upgrade where EMQ X Broker supports revenue, operations, customer connectivity, or IoT workflows. No active exploitation evidence is provided, but outage potential warrants timely remediation.

Technical view

The CVE describes excessive memory consumption from handling untrusted inputs in EMQ X Broker versions earlier than 4.2.8. The listed CWE is CWE-502, but the provided sources do not include CVSS, authentication requirements, detailed attack preconditions, or exploit mechanics.

Likely exposure

Exposure is limited to environments running EMQ X Broker before 4.2.8. Business impact depends on whether that broker supports production messaging, IoT telemetry, customer services, or externally reachable MQTT infrastructure.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The public description supports denial of service through memory exhaustion, but not remote exploit maturity, public exploit availability, or authentication requirements.

Researcher notes

The sources provide affected version range and high-level impact only. They do not provide CVSS, affected configurations, exploit prerequisites, or packet-level details. Validation should focus on version confirmation, exposure mapping, and operational evidence of memory exhaustion.

Mitigation direction

  • Upgrade EMQ X Broker to 4.2.8 or later.
  • Check EMQ and Synopsys guidance for any deployment-specific remediation notes.
  • Prioritize production brokers supporting critical messaging or external connectivity.
  • Monitor broker memory usage and unexpected process termination until remediated.

Validation and detection

  • Inventory EMQ X Broker deployments and record running versions.
  • Confirm no production instance is older than 4.2.8.
  • Review service logs for memory exhaustion or OS-terminated broker processes.
  • Verify monitoring alerts cover broker availability and abnormal memory growth.
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-33175 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
EMQ TechnologiesEMQ X Broker<4.2.8Listed
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.