Cyber Posture

CVE-2024-48077

High

Published: 15 January 2026

Published
15 January 2026
Modified
03 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0001 3.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-48077 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Emqx Nanomq. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 3.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-400 CWE-833

Planning and coordination of security activities (scans, tests, maintenance) directly imposes scheduling and throttling that prevents those activities from producing uncontrolled resource consumption.

addresses: CWE-400

Limiting concurrent sessions directly prevents uncontrolled resource consumption by capping the number of active sessions per user or account.

addresses: CWE-400

Analysis identifies uncontrolled resource consumption indicative of denial-of-service or abuse attempts.

addresses: CWE-400

Contingency plan testing includes resource exhaustion scenarios to verify recovery, making it harder for attackers to sustain exploits that cause uncontrolled consumption.

addresses: CWE-400

Updated contingency plans include current procedures to detect, contain, and recover from resource exhaustion, limiting an attacker's ability to sustain impact from uncontrolled consumption.

addresses: CWE-400

Alternate site allows resumption of operations if resource exhaustion at the primary site is exploited to cause unavailability.

addresses: CWE-400

Alternate telecommunications services enable resumption of essential functions when primary services become unavailable due to uncontrolled resource consumption.

addresses: CWE-400

The team can analyze and respond to resource exhaustion incidents, reducing the impact of attacks that exploit uncontrolled consumption weaknesses.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

CVE enables remote exploitation of public-facing MQTT broker (T1190) to trigger application crash via resource exhaustion (T1499.004).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

NanoMQ v0.22.7 is vulnerable to Denial of Service (DoS) due to improper resource throttling. A crafted sequence of requests causes the recv-q queue to saturate, leading to the rapid exhaustion of system file descriptors (FDs). This exhaustion triggers a process…

more

crash, rendering the broker unable to provide services.

Deeper analysisAI

CVE-2024-48077 is a Denial of Service (DoS) vulnerability in NanoMQ version 0.22.7 due to improper resource throttling, mapped to CWE-400 (Uncontrolled Resource Consumption) and CWE-833 (Deadlock). A crafted sequence of requests causes the recv-q queue to saturate, resulting in rapid exhaustion of system file descriptors (FDs). This exhaustion triggers a process crash, preventing the broker from providing services. The vulnerability has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high availability impact with no confidentiality or integrity effects.

Any unauthenticated attacker with network access to the NanoMQ broker can exploit this vulnerability. By sending a specially crafted sequence of requests, the attacker saturates the recv-q queue, exhausts FDs, and crashes the broker process, leading to a complete denial of service where the broker becomes unresponsive and unable to handle MQTT traffic or other services.

Mitigation details and potential patches are referenced in the GitHub gist at https://gist.github.com/pengwGit/2379e7a8fe75d09621f7c060db0237c4 and the official NanoMQ repository at https://github.com/nanomq/nanomq. Security practitioners should consult these sources for updates, workarounds, or upgraded versions addressing the issue.

Details

CWE(s)

Affected Products

emqx
nanomq
0.22.7

CVEs Like This One

CVE-2026-32135Same product: Emqx Nanomq
CVE-2026-32696Same product: Emqx Nanomq
CVE-2026-21888Same product: Emqx Nanomq
CVE-2026-25627Same product: Emqx Nanomq
CVE-2026-34608Same product: Emqx Nanomq
CVE-2025-24269Shared CWE-400
CVE-2025-65890Shared CWE-400
CVE-2025-27669Shared CWE-400
CVE-2024-54730Shared CWE-400
CVE-2025-9282Shared CWE-400

References