目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-90938— LangBot 0.4.17 未认证插件注册漏洞

一分钟漏洞结论

影响对象
langbot-app LangBot
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

LangBot 的插件运行时(pip 包 langbot_plugin)在 0.4.17 及更早版本中,会在 0.0.0.0:5401 端口(路径 /plugin/ws)启动一个调试 WebSocket 服务器。该服务器的认证依赖于 ,而此键默认值为空字符串,且在上游仓库、Docker 镜像及 docker-compose(后者还会将 5401 端口发布到宿主机)中均未被设置,因此认证检查实际上被完全跳过。任何能够访问该端口的远程攻击者都可以无需凭据注册一个任意的“调试插件”。由于事件会不加过滤地广播给所有已初始化

CVSS 8.6 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-90938 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
LangBot through 0.4.17 Unauthenticated Plugin Registration via WebSocket
来源: CVE Program / CVE List V5
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
关键功能的认证机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
langbot-app LangBot 0 ~ 0.4.17 -

二、漏洞 CVE-2026-90938 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-90938 的情报信息

登录查看更多情报信息。

CVE-2026-90938 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-90938

暂无评论


发表评论