PatchSiren cyber security CVE debrief
CVE-2026-95845 moquette-io CVE debrief
A denial-of-service vulnerability exists in Moquette, a lightweight Java MQTT broker, prior to version 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. This issue allows remote clients to exhaust broker resources.
- Vendor
- moquette-io
- Product
- moquette
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-23
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-23
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for Moquette deployments, especially those with high message throughput or large subscriber bases, should assess exposure and prioritize verification and remediation efforts.
Why it matters
CVE-2026-95845 is a high-severity vulnerability in Moquette, a lightweight Java MQTT broker. The issue allows remote clients to cause a denial-of-service by accumulating messages without bound in memory or persistent storage. Defenders responsible for Moquette deployments should assess exposure, verify their current version, and prioritize upgrading to version 0.18.1. Monitoring for unusual resource utilization and implementing rate limiting on publishers may also be prudent. The exact scope of affected deployments and potential impact on resource utilization require further verification.
- Resource exhaustion through unbounded message queue growth
- Potential for denial-of-service via broker resource depletion
- Need for verification of current Moquette version and exposure
- Priority on upgrading to version 0.18.1 for patched behavior
Technical summary
The Moquette MQTT broker does not enforce a maximum length for pending per-session message queues. This allows remote clients to cause a denial-of-service by accumulating messages without bound in memory or persistent storage when a fast publisher sends messages to a slow subscriber with a full in-flight window. Affected product deployments should verify their current version and upgrade to 0.18.1 if necessary. Monitoring for unusual resource utilization and implementing rate limiting on publishers may also be prudent.
Defensive priority
Defenders should prioritize verifying exposure of Moquette deployments, especially those with high message throughput or large subscriber bases. They should assess their current version and upgrade to 0.18.1 if necessary. Monitoring for unusual resource utilization and implementing rate limiting on publishers may also be prudent.
Recommended defensive actions
- Verify Moquette version and upgrade to 0.18.1 if necessary
- Monitor for unusual resource utilization in Moquette deployments
- Implement rate limiting on publishers to prevent message queue exhaustion
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. The vendor has released a patch in version 0.18.1. However, the exact scope of affected deployments and potential impact on resource utilization require further verification.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-95845 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-95845
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-95845 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-95845
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/moquette-io/moquette/commit/2482cadfba44e615be704b892009a57ce06a1aba
[email protected] - Patch
-
Source reference
Unverified legacy reference
URL: https://github.com/moquette-io/moquette/releases/tag/v0.18.1
[email protected] - Release Notes
-
Source reference
Unverified legacy reference
URL: https://github.com/moquette-io/moquette/security/advisories/GHSA-5f42-97gr-vfhq
[email protected] - Exploit, Mitigation, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.