Vulnerability Description
LangBot's plugin runtime (pip package langbot_plugin) through 0.4.17 starts a debug WebSocket server on 0.0.0.0:5401 (/plugin/ws) whose authentication is gated on plugin_debug_key, which defaults to an empty string and is never set by the upstream repository, Docker image, or docker-compose (which additionally publishes port 5401 to the host); the key check is therefore skipped entirely. Any remote attacker able to reach the port can register an arbitrary "debug plugin" without credentials. Because events are broadcast to all initialized plugins without filtering, the attacker's plugin receives the full context of every IM message event (including private chats, message chains, and user/sender IDs in plaintext) and can inject forged replies, send messages as any configured bot, enumerate bot UUIDs, invoke configured LLM models, read knowledge-base contents, and register malicious tools that feed every user's LLM pipeline. Registering with "prod_mode": true causes later legitimate installations of a plugin with the same author/name to be rejected, resulting in persistent denial of service. No patched version was available at the time of publication.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/langbot-app/LangBot/security/advisories/GHSA-m7qm-2mjr-2h4q
- https://www.vulncheck.com/advisories/langbot-through-0.4.17-unauthenticated-plug
FAQ
What is CVE-2026-90938?
CVE-2026-90938 is a vulnerability with a CVSS score of 8.6 (HIGH). LangBot's plugin runtime (pip package langbot_plugin) through 0.4.17 starts a debug WebSocket server on 0.0.0.0:5401 (/plugin/ws) whose authentication is gated on plugin_debug_key, which defaults to a...
How severe is CVE-2026-90938?
CVE-2026-90938 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-90938?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.