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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-88055— AnythingLLM 存储型跨站脚本漏洞

一分钟漏洞结论

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

AnythingLLM 是一款能够将内容片段转化为上下文的应用,供任意大语言模型(LLM)在对话时作为参考使用。在 1.16.1 及更早版本中,经理(manager)角色可以通过 接口存储 或 。MetaGenerator 会将这些值插入到生产环境的首页 HTML 中,且未对属性值或文本内容进行转义。这些值通过 原样传递,最终到达 中的 函数。 中的 方法将存储的值直接拼接进 HTML。当管理员访问首页 时,注入的 JavaScript 代码可以读取管理员的 JWT 令牌,并利用该令牌创建 API 密钥、访问或修改

CVSS 5.5 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
AnythingLLM: Stored XSS Due to Unescaped Server-Side HTML Concatenation in MetaGenerator
来源: CVE Program / CVE List V5
Vulnerability Description
AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.16.1 and earlier, the manager role can store meta_page_title or meta_page_favicon through /api/admin/system-preferences, and MetaGenerator inserts those values into production homepage HTML without escaping attribute values or text content. The values pass unchanged through server/models/systemSettings.js and reach MetaGenerator.generate() in server/index.js. #assembleMeta() in server/utils/boot/MetaGenerator.js concatenates the stored values into HTML. When an administrator visits the homepage /, injected JavaScript can read the administrator JWT and use it to create API keys, access or modify workspace and chat data, delete users, and perform other administrator actions. server/endpoints/admin.js accepts the manager-controlled settings before server/models/systemSettings.js returns them unchanged. No fixed version is available as of this review.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Mintplex-Labs anything-llm <= 1.16.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-88055

暂无评论


发表评论