CVE-2026-95843 HIGH

CVE-2026-95843: Moquette malformed shared subscriptions can crash command processing

Vendor Moquette-Io
Product moquette
Weakness CWE-20 · Input validation
Published September 23, 2026
Last update September 23, 2026

CVSS base score

8.7/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality —
Integrity —

CVSS vector

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

What the vulnerability does

01Description

Moquette is a lightweight Java MQTT broker. Prior to 0.18.1, PostOffice.subscribe parses a shared-subscription filter through SharedSubscriptionUtils.extractShareName before validating the complete $share/{shareName}/{topicFilter} structure. A remote client can send a filter such as $share/grp without a topic-filter portion, causing a StringIndexOutOfBoundsException while calculating the share name. The exception terminates command handling on the shared session event loop and can deny service to other client sessions assigned to that loop. This issue is fixed in version 0.18.1.

Key dates

02Disclosure timeline

September 23, 2026 CVE published
September 23, 2026 Record updated

Related vulnerabilities

04Related CVE