CVE-2026-95848 PUBLISHED

Moquette fails open when configured authentication or authorization classes cannot load

Assigner: GitHub_M
Reserved: 22.09.2026 Published: 23.09.2026 Updated: 23.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor moquette-io
Product moquette
Versions
  • Version < 0.18.1 is affected

References

Problem Types

  • CWE-636: Not Failing Securely ('Failing Open') CWE