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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-85547— MISP 跨站请求伪造漏洞

一分钟漏洞结论

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

MISP 中存在跨站请求伪造(CSRF)漏洞,原因在于系统根据传入请求是否被识别为 REST 请求来动态禁用表单安全(form-security)和 CSRF 防护。 MISP 的 REST 检测机制可受请求属性影响,例如 URL 后缀或 HTTP 头。由于 可以由跨域页面提供,且无需触发 CORS 预检请求(preflight),攻击者可以诱导来自其他网站的请求被 MISP 当作 REST 流量处理。因此,即使该请求使用了受害者的现有浏览器会话进行身份验证,MISP 也会相应地禁用常规的表单安全和 CSRF 校验

CVSS 6.2 · Medium EPSS 0.34% · P27

可能的 ATT&CK 技术 2 AI

T1205 · Traffic Signaling T1189.001

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
Cross-Site Request Forgery via Attacker-Controlled REST Detection in MISP
来源: CVE Program / CVE List V5
Vulnerability Description
A cross-site request forgery (CSRF) vulnerability exists in MISP due to form-security and CSRF protections being disabled based on whether an incoming request was identified as a REST request. MISP's REST detection can be influenced by request properties such as the URL suffix or the HTTP Accept header. Because Accept: application/json can be supplied by a cross-origin page without requiring a CORS preflight, an attacker could cause a request originating from another website to be treated as REST traffic. MISP would consequently disable its normal form-security and CSRF validation even though the request was authenticated using the victim's existing browser session. An unauthenticated remote attacker could exploit this behavior by convincing an authenticated MISP user to visit or interact with a malicious web page. The attacker's page could then issue crafted requests to susceptible state-changing MISP endpoints using the victim's privileges. Depending on the permissions of the victim and the targeted endpoint, this could allow unauthorized modification, creation, publication, or removal of data and other state changes. The vulnerability originates from granting the form-security exemption based on _isRest() rather than on the authentication mechanism used by the request. The patch changes this behavior so that CSRF and form-security exemptions are granted only when the request actually carries a MISP API key. Session-authenticated REST-style requests remain subject to CSRF protection. The fix also introduces support for transmitting CSRF tokens through the X-CSRF-Token header for legitimate same-origin AJAX requests. Such a header cannot normally be attached by a cross-origin page without triggering a CORS preflight, preventing it from being used to reproduce the original attack.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:L/SC:N/SI:L/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-85546 8.6 HIGH MISP共享组快速编辑CSRF漏洞
CVE-2026-85538 8.3 HIGH MISP 属性删除权限绕过漏洞
CVE-2026-85533 7.6 HIGH MISP 共享组授权绕过漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-85547

暂无评论


发表评论