Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-85547— Cross-Site Request Forgery via Attacker-Controlled REST Detection in MISP

Quick assessment

Affected
misp misp
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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

CVSS 6.2 · Medium EPSS 0.34% · P27

Possible ATT&CK Techniques 2 AI

T1205 · Traffic Signaling T1189.001

Affected Version Matrix 1

VendorProduct Version RangeStatus
misp misp ≤ 2.5.45 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-85547

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Cross-Site Request Forgery via Attacker-Controlled REST Detection in MISP
Source: 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.
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
跨站请求伪造(CSRF)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
misp misp 0 ~ 2.5.45 -

II. Public POCs for CVE-2026-85547

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-85547

登录查看更多情报信息。

Same Patch Batch · misp · 2026-09-04 · 4 CVEs total

CVE-2026-85546 8.6 HIGH MISP Sharing Group Quick-Edit Actions Allow CSRF via State-Changing GET Requests
CVE-2026-85538 8.3 HIGH MISP Attribute Deletion Authorization Bypass Allows Users Without Modify Permissions to De
CVE-2026-85533 7.6 HIGH MISP Sharing Group Authorization Bypass via Omitted Distribution Parameter

IV. Related Vulnerabilities

V. Comments for CVE-2026-85547

No comments yet


Leave a comment