CVE-2026-85547
Last modified
CVE-2026-85547 is a medium-severity vulnerability rated 6.2/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85547?
How severe is CVE-2026-85547?
How do I fix CVE-2026-85547?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85534A flaw was found in libsoup. When a client sends an HTTP/2 r…5.9
- CVE-2026-85538An incorrect authorization vulnerability in MISP allowed aut…8.3
- CVE-2026-8554Type Confusion in ANGLE in Google Chrome on Windows prior to…3.1
- CVE-2026-85540DreamMaker developed by Interinfo has a SQL Injection vulner…8.8
- CVE-2026-85541DreamMaker developed by Interinfo has a Reflected Cross-site…5.4
- CVE-2026-85546MISP contains a cross-site request forgery (CSRF) vulnerabil…8.6
- CVE-2026-8555Use after free in GTK in Google Chrome on Windows prior to 1…8.8
- CVE-2026-8556Inappropriate implementation in ANGLE in Google Chrome on Wi…3.1
- CVE-2026-8557Use after free in Accessibility in Google Chrome prior to 14…7.5
- CVE-2026-85577AVideo through commit c91b5975d contains a reflected cross-s…5.4
- CVE-2026-85578SiYuan through 3.8.1 contains an authorization bypass vulner…6.5
- CVE-2026-85579SiYuan is affected by an information disclosure vulnerabilit…4.3
Are you affected by CVE-2026-85547?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
