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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-81731— Frappe 存储型跨站脚本漏洞

一分钟漏洞结论

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

Frappe 15.11.0 至 16.32.0 版本在存储和渲染工作区卡片描述时未进行跨站脚本(XSS)过滤。 具体而言, 数据类型的描述字段在 中被声明为带有 标志。 中的 函数会跳过所有携带该标志的字段,因此该字段的内容会被原样保存。 返回的描述内容未经任何修改,而 中的 通过 翻译辅助函数将其插入到一个启用了 的 Bootstrap 弹窗中。由于 辅助函数不对 HTML 进行转义,攻击者可以注入任意标记。 因此,拥有“Workspace Manager”(工作区管理员)角色的用户可以在公开工作区的卡片描述中

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

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

漏洞信息

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

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

Vulnerability Title
Frappe 15.11.0 through 16.32.0 Stored XSS via Workspace Link Description
来源: CVE Program / CVE List V5
Vulnerability Description
Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignore_xss_filter": 1 in frappe/desk/doctype/workspace_link/workspace_link.json, and _sanitize_content() in frappe/model/base_document.py skips any field carrying that flag, so the value is stored exactly as submitted. frappe.desk.desktop.get_desktop_page returns it unchanged, and LinksWidget.set_body() in frappe/public/js/frappe/widgets/links_widget.js interpolates it into a Bootstrap popover created with html: true, by way of the __() translation helper, which performs no HTML escaping. A user holding the Workspace Manager role can therefore place arbitrary markup in a public workspace's card description and have it execute in the session of any desk user who opens that workspace and hovers the description, including higher-privileged users, allowing session token theft and authenticated requests as the victim. The flag is removed on the development branch but remains present in the shipped 15.x and 16.x release lines, so no released version carries the fix.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
frappe frappe 15.11.0 ~ 16.32.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-81731 补丁与修复 (2)

CVE-2026-81731 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-81731

暂无评论


发表评论