CVE-2026-91857
Last modified
CVE-2026-91857 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Affected versions of MISP expose several state-changing controller actions without restricting them to POST. The affected actions are: - EventReportsController::purgeUnusedPictures() - NoticelistsController::enableNoticelist() - ServersController::removeOrphanedCorrelations() - WorkflowsController::rebuildRedis() The patch adds allowMethod(['post']) to each action, preventing them from being triggered through ordinary GET requests. For purgeUnusedPictures(), the corresponding UI previously used $.get(). The fix converts that request to POST and supplies X-CSRF-Token, while the controller enables header-only CSRF validation for that AJAX action. Because GET requests can be induced cross-origin through links, images, redirects, or navigation, accepting GET for these state-changing operations can let an attacker trigger them using the authenticated victim's session. Version affected: ≤2.5.45. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
Affected versions of MISP expose several state-changing controller actions without restricting them to POST. The affected actions are: - EventReportsController::purgeUnusedPictures() - NoticelistsController::enableNoticelist() - ServersController::removeOrphanedCorrelations() - WorkflowsController::rebuildRedis() The patch adds allowMethod(['post']) to each action, preventing them from being triggered through ordinary GET requests. For purgeUnusedPictures(), the corresponding UI previously used $.get(). The fix converts that request to POST and supplies X-CSRF-Token, while the controller enables header-only CSRF validation for that AJAX action. Because GET requests can be induced cross-origin through links, images, redirects, or navigation, accepting GET for these state-changing operations can let an attacker trigger them using the authenticated victim's session. Version affected: ≤2.5.45
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | MISP | < 2.5.46 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-91857?
How severe is CVE-2026-91857?
How do I fix CVE-2026-91857?
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-91849A security flaw has been discovered in WuzhiCMS up to 4.1.0.…6.3
- CVE-2026-9185The 6Storage Rentals plugin for WordPress is vulnerable to A…7.5
- CVE-2026-91851Affected versions of MISP incorrectly filter dashboard templ…5.3
- CVE-2026-91853A vulnerability has been found in TOTOLINK X5000R 9.1.0cu.20…7.4
- CVE-2026-91854A vulnerability was identified in code-projects Record Manag…4.3
- CVE-2026-91855A security flaw has been discovered in Open5GS up to 2.7.7. …5.3
- CVE-2026-91859Affected versions of MISP can record incorrect access-log da…5.3
- CVE-2026-9186IBM Langflow OSS 1.0.0 through 1.11.2 allows remote authenti…6.5
- CVE-2026-9187The Abandoned Contact Form 7 plugin for WordPress is vulnera…5.3
- CVE-2026-9188The Appointment Bookings for Zoom GoogleMeet and more – Wapp…5.3
- CVE-2026-9189The Contact Form 7 – PayPal & Stripe Add-on plugin for WordP…5.3
- CVE-2026-9190An HTTP request smuggling vulnerability in the HTTP App Serv…9.1
Are you affected by CVE-2026-91857?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
