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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80426— FiftyOne 1.21.0 存储型跨站脚本漏洞

一分钟漏洞结论

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

FiftyOne 会将数据集中的字段描述作为标记(markup)进行渲染。位于 的侧边栏字段信息组件会将描述字符串传递给 React 的 ,且在存储层和渲染层之间没有任何对内容进行转义或清理(sanitize)的处理;而同一组件中相邻的信息值(info values)是作为 React 子元素渲染的,会被自动转义,因此“描述”是唯一一条直接插入原始 HTML 的路径。字段描述是保存在数据集模式(schema)中的自由文本,因此它会持久化到数据库中,并随导出或发布的数据集一起流转。当用户打开一个来自第三方的数据集并将

CVSS 7.1 · High

影响版本矩阵 1

厂商产品 版本范围状态
voxel51 fiftyone < 1.21.0 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
FiftyOne before 1.21.0 Stored Cross-Site Scripting via Unescaped Field Description
来源: CVE Program / CVE List V5
Vulnerability Description
FiftyOne renders a dataset field's description as markup. The sidebar field-information component at app/packages/core/src/components/FieldLabelAndInfo/index.tsx passes the description string to React's dangerouslySetInnerHTML, and no layer between storage and render escapes or sanitises it; the neighbouring info values in the same component are rendered as React children and are escaped, so the description is the only raw path. A description is free-form text held in the dataset schema, so it persists in the database and travels with an exported or published dataset. Opening a dataset obtained from another party and hovering the field runs the stored markup in the application's origin. That origin is shared with the FiftyOne server, whose media route returns the contents of a caller-named absolute path and which is unauthenticated in the open-source server, so the injected script can read local files and reach the dataset and operator endpoints as the viewing user.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
voxel51 fiftyone 0 ~ 1.21.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80426 补丁与修复 (1)

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

CVE-2026-80426 概念验证 (1)

CVE-2026-80426 厂商页面 (1)

CVE-2026-80426 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-80426

暂无评论


发表评论