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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-91846— MISP 指定对象UUID元素添加缺失授权

一分钟漏洞结论

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

受影响的 MISP 版本允许从裸 UUID 创建集合元素,但并未一致地检查操作用户是否有权访问该 UUID 所引用的对象。 提交说明指出,集合元素本身仅存储 UUID,而集合视图稍后会将这些 UUID 解析为对应的底层对象。在修复之前,通用的 add() 路径可能会持久化一个调用者通常无权读取的 Event 或 Galaxy Cluster 的 UUID。补丁明确指出,这使得集合成为引用其他组织私有数据的一种途径,并在 beta 集合视图中导致了仅限组织可见的事件被泄露。 该修复在 中集中处理授权逻辑。Event

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

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

漏洞信息

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

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

Vulnerability Title
MISP Collection Element Add Missing Authorization on Referenced Object UUID
来源: CVE Program / CVE List V5
Vulnerability Description
Affected versions of MISP allow a collection element to be created from a bare UUID without consistently checking whether the acting user is allowed to access the referenced object. The commit explains that collection elements themselves only store UUIDs, while the collection view later resolves those UUIDs into their underlying objects. Before this fix, the generic add() path could therefore persist a UUID for an Event or Galaxy Cluster that the caller could not normally read. The patch explicitly notes that this made collections a way to reference another organisation’s private data and had caused disclosure of organisation-only events in the beta collection view. The fix centralizes authorization in __assertCanUseElements(). Event UUIDs are validated through Event::fetchSimpleEvent() under the current user’s ACL, while Galaxy Cluster UUIDs are checked through GalaxyCluster::fetchGalaxyClusters(). The check is applied both to the CRUD add() path and to addElementToCollection(). Version affected: ≤2.5.45
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
MISP MISP 0 ~ 2.5.46 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · MISP · 2026-09-15 · 共 6 条

CVE-2026-91825 7.1 HIGH MISP 事件共享组权限检查缺失漏洞
CVE-2026-91819 6.9 MEDIUM MISP 中 BetterSecurityComponent 的 CSRF 绕过漏洞
CVE-2026-91851 5.3 MEDIUM MISP Dashboard模板ACL绕过漏洞
CVE-2026-91857 5.3 MEDIUM MISP 状态变更操作 GET 请求致 CSRF 漏洞
CVE-2026-91859 5.3 MEDIUM MISP 访问日志被错误控制器二次过滤器覆盖

IV. Related Vulnerabilities

V. Comments for CVE-2026-91846

暂无评论


发表评论