๐Ÿ” CVE Alert

CVE-2026-90938

HIGH 8.6

LangBot through 0.4.17 Unauthenticated Plugin Registration via WebSocket

CVSS Score
8.6
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-306
Vendor langbot-app
Product langbot
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for langbot-app langbot

Be the first to know when new high vulnerabilities affecting langbot-app langbot are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
Low

Affected Versions

langbot-app / LangBot
0 โ‰ค 0.4.17

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/langbot-app/LangBot/security/advisories/GHSA-m7qm-2mjr-2h4q vulncheck.com: https://www.vulncheck.com/advisories/langbot-through-0.4.17-unauthenticated-plugin-registration-via-websocket

Credits

๐Ÿ” T4rnRookie