---
id: CVE-2026-95845
title: Moquette is a lightweight Java MQTT broker
summary: >-
  Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, the broker does
  not enforce a maximum length for pending per-session message queues. When a
  fast publisher sends messages to a slow subscriber whose in-flight window is
  full, q…
severity: high
cvss: 8.7
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'
cwe:
  - CWE-770
vendor: moquette-io
product: moquette
affected:
  - moquette < 0.18.1
published: '2026-09-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T20:17:25.520'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95845'
references:
  - url: >-
      https://github.com/moquette-io/moquette/commit/2482cadfba44e615be704b892009a57ce06a1aba
    label: security-advisories@github.com
  - url: 'https://github.com/moquette-io/moquette/releases/tag/v0.18.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/moquette-io/moquette/security/advisories/GHSA-5f42-97gr-vfhq
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-23T18:06:26.358093Z'
cvssSource: cna
ingestedAt: '2026-09-23T17:28:14.851Z'
---

## Overview

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, the broker does not enforce a maximum length for pending per-session message queues. When a fast publisher sends messages to a slow subscriber whose in-flight window is full, queued messages can accumulate without bound in memory or persistent storage. Remote clients can use this condition to exhaust broker resources and cause a denial of service. This issue is fixed in version 0.18.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
