CVE Catalog

CVE-2026-85724

CriticalCVSS 9.6
Published: Translated: NVD NIST

Summary

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when pattern-based ACL rules are configured, AuthorizationsCollector.canDoOperation substitutes client ID and username values directly into rules containing %c or %u and then treats the result as an MQTT topic filter. A client that uses + or # in either identity can broaden the substituted filter and gain cross-tenant read and write access. A # identity can also produce an invalid filter that triggers a NullPointerException in Topic.match and disrupts session processing. This issue is fixed in version 0.18.1.

Risk Assessment

An attacker can gain unauthorized access to data and operations in other tenants, and also cause broker disruptions, potentially leading to confidentiality and availability breaches.

Recommendation

It is recommended to immediately upgrade Moquette to version 0.18.1 or later, which includes the fix.

Other vulnerabilities in Moquette

See all
Original NVD description (English source)

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when pattern-based ACL rules are configured, AuthorizationsCollector.canDoOperation substitutes client ID and username values directly into rules containing %c or %u and then treats the result as an MQTT topic filter. A client that uses + or # in either identity can broaden the substituted filter and gain cross-tenant read and write access. A # identity can also produce an invalid filter that triggers a NullPointerException in Topic.match and disrupts session processing. This issue is fixed in version 0.18.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS