Vulnerability Description
LobeChat through 2.2.9 server-database deployments are vulnerable to broken object-level authorization in MessageModel. The updateMessagePlugin, updatePluginState, updatePluginError, updateTTS and updateTranslate methods filter target rows by message id alone, omitting the userId scope that sibling methods apply, and findMessagePlugin reads back by id alone. Reachable via the corresponding tRPC message procedures, an authenticated user who knows another user's message identifier can overwrite that victim's plugin tool-call metadata, plugin state/error, text-to-speech and translation records on the same instance, and the tampered content is served back to the victim. Exploitation requires knowledge of the victim's non-enumerable message identifier.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/lobehub/lobehub/issues/16534
- https://www.vulncheck.com/advisories/lobechat-broken-object-level-authorization-
- https://github.com/lobehub/lobehub/issues/16534
FAQ
What is CVE-2026-58580?
CVE-2026-58580 is a vulnerability with a CVSS score of 5.9 (MEDIUM). LobeChat through 2.2.9 server-database deployments are vulnerable to broken object-level authorization in MessageModel. The updateMessagePlugin, updatePluginState, updatePluginError, updateTTS and upd...
How severe is CVE-2026-58580?
CVE-2026-58580 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58580?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.