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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-85546— MISP共享组快速编辑CSRF漏洞

一分钟漏洞结论

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

MISP 在共享组的快速编辑功能中存在跨站请求伪造(CSRF)漏洞。 、 、 和 这四个操作都共享 辅助函数,而原本用于限制这些操作仅允许通过 POST 请求发起的 HTTP 方法验证代码被注释掉了。 因此,这些会改变状态的操作可以通过 GET 请求触发。攻击者可以构造一个指向受影响的某个操作的 URL,并诱导具有相应权限的已认证 MISP 用户访问该 URL,例如通过恶意链接或嵌入的 Web 资源。 成功利用该漏洞后,可以在受害者未主动执行操作的情况下,修改 MISP 共享组的成员配置。根据具体执行的操作不同,攻

CVSS 8.6 · High EPSS 0.20% · P10

可能的 ATT&CK 技术 1 AI

T1189 · Drive-by Compromise

影响版本矩阵 1

厂商产品 版本范围状态
misp misp ≤ 2.4.54 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
MISP Sharing Group Quick-Edit Actions Allow CSRF via State-Changing GET Requests
来源: CVE Program / CVE List V5
Vulnerability Description
MISP contains a cross-site request forgery (CSRF) vulnerability in the sharing group quick-edit functionality. The addOrg, removeOrg, addServer, and removeServer actions share the __initialiseSGQuickEdit() helper, where the HTTP method validation intended to restrict these operations to POST requests was commented out. As a result, these state-changing actions could be invoked using GET requests. An attacker could craft a URL targeting one of the affected actions and cause an authenticated MISP user with sufficient privileges to request it, for example through a malicious link or embedded web resource. Successful exploitation could modify the membership of a MISP sharing group without the victim intentionally performing the operation. Depending on the action performed, an attacker could add or remove organisations or servers from a sharing group, potentially granting unintended access to information distributed through that sharing group or disrupting legitimate information sharing. The patch restores HTTP method enforcement centrally in __initialiseSGQuickEdit() by calling allowMethod(['post']), ensuring that all four affected quick-edit operations require POST requests and are therefore subject to the application's normal protections for state-changing requests.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:L/SC:N/SI:L/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
misp misp 0 ~ 2.4.54 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · misp · 2026-09-04 · 共 4 条

CVE-2026-85538 8.3 HIGH MISP 属性删除权限绕过漏洞
CVE-2026-85533 7.6 HIGH MISP 共享组授权绕过漏洞
CVE-2026-85547 6.2 MEDIUM MISP 跨站请求伪造漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-85546

暂无评论


发表评论