Better Messages <= 2.15.33 - Missing Authorization to Authenticated (Custom+) Chat-Room Transcript Disclosure via '/thread/<id>' REST Endpoint
Strategic Overview
- Status
- Patched in 3.0.0
- Affected Version
<= 2.15.33- CVSS
- 6.5Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-89334
At a glance
CVE-2026-89334 is a medium-severity Missing Authorization vulnerability in the Better Messages WordPress plugin, affecting versions <= 2.15.33. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high confidentiality impact). Exploitation requires an authenticated account at Custom level or above. The issue is fixed in version 3.0.0; sites on affected versions should update now. Disclosed September 2026, reported by Supakiad S. (m3ez).
Vulnerability Overview
The Better Messages – Chat Rooms, Group Chat, Private Messages & AI Chat Bots plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.15.33. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with custom-level access and above, to access the full message transcript, thread metadata, and user data of any chat-room thread without authentication. This is only exploitable when the chat room's only_joined_can_read setting retains its default value of '0'.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-862: Missing Authorization
Reaching this weakness in Better Messages <= 2.15.33 takes an account at Custom level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Better Messages the fix is 3.0.0: builds <= 2.15.33 are affected, anything from 3.0.0 onward is not.
Remediation
Update to version 3.0.0, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Better Messages 3.0.0 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Better Messages – Chat Rooms, Group Chat, Private Messages & AI Chat Bots
- 8.8CVE-2022-36389: Better Messages <= 1.9.9.148 CSRF
CVE-2022-36389 - 8.8CVE-2022-29454: Better Messages <= 1.9.9.148 CSRF
CVE-2022-29454 - 8.8CVE-2021-24809: BP Better Messages <= 1.9.9.37 CSRF
CVE-2021-24809 - 7.7CVE-2022-33142: Better Messages <= 1.9.10.57 Resource Exhaustion
CVE-2022-33142 - 7.5CVE-2024-13611: Better Messages Info Exposure
CVE-2024-13611 - 7.4CVE-2022-41609: Better Messages <= 1.9.10.68 SSRF
CVE-2022-41609 - 7.2CVE-2026-84812: Better Messages Stored XSS
CVE-2026-84812 - 7.2CVE-2026-32547: Better Messages Stored XSS
CVE-2026-32547
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C