CVE-2026-85546: MISP Sharing Group Quick-Edit Actions Allow CSRF via State-Changing GET Requests

Published Sep 4, 2026
·
Updated

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.

Affected Software

1 affected component
MISP

Event History

Sep 4, 2026
CVE Published
via MITRE·09:27 AM
Data Sourced
via MITRE·09:27 AM
DescriptionWeakness

Frequently Asked Questions

1

Who can be targeted, and what privileges must they have?

An attacker must induce an authenticated MISP user with sufficient privileges to access a sharing group quick-edit action. The impact is limited to changes that the targeted user's permissions allow.

2

Which sharing group changes could an attacker trigger?

The affected quick-edit actions are addOrg, removeOrg, addServer, and removeServer. Exploitation could add or remove organisations or servers from a sharing group.

3

What conditions are needed for exploitation?

The attacker needs to cause the authenticated user to request a crafted URL, such as through a malicious link or embedded web resource. Because the affected actions accepted GET requests, the victim did not need to intentionally submit a sharing-group change form.

4

What remediation is described?

Apply the patch that restores centralized HTTP method enforcement in __initialiseSGQuickEdit(). The fix requires POST requests for all four affected quick-edit operations using allowMethod(['post']).

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203