CVE Catalog

CVE-2026-95848

CriticalCVSS 9.3
Published: Translated: NVD NIST

Summary

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when a configured authenticator or authorizator class cannot be loaded, Server.initializeAuthenticator and Server.initializeAuthorizatorPolicy treat the failure as though no custom class was configured and fall back to AcceptAllAuthenticator or PermitAllAuthorizatorPolicy. A misspelled class name, missing dependency, constructor failure, or classpath problem can therefore start the broker with authentication or authorization disabled even though the operator configured those controls. This issue is fixed in version 0.18.1.

Risk Assessment

The broker may run without authentication and authorization, allowing unauthorized clients full access to brokers and messages, potentially leading to data confidentiality and integrity breaches.

Recommendation

Upgrade Moquette to version 0.18.1 or later and ensure that authenticator and authorizator class configurations are correct and all dependencies are available.

Other vulnerabilities in Moquette

See all
Original NVD description (English source)

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, when a configured authenticator or authorizator class cannot be loaded, Server.initializeAuthenticator and Server.initializeAuthorizatorPolicy treat the failure as though no custom class was configured and fall back to AcceptAllAuthenticator or PermitAllAuthorizatorPolicy. A misspelled class name, missing dependency, constructor failure, or classpath problem can therefore start the broker with authentication or authorization disabled even though the operator configured those controls. This issue is fixed in version 0.18.1.

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