CVE-2026-54360: MISP sharing group creation mass assignment allows unauthorized takeover of existing sharing groups

Published Jun 12, 2026
·
Updated

A mass assignment vulnerability exists in MISP’s sharing group creation endpoint. When creating a new sharing group, the controller did not remove a user-supplied id field before saving the submitted data. In CakePHP, supplying a primary key in the save data can cause a create() followed by save() operation to update an existing record instead of creating a new one.

An authenticated user with permission to add sharing groups could therefore submit the identifier of an existing sharing group and modify that sharing group without passing the normal edit access-control checks. This may allow the attacker to take over or alter sharing groups they do not otherwise have access to, potentially affecting the confidentiality and integrity of information shared through those groups.

Affected component: app/Controller/SharingGroupsController.php, add() action

Affected Software

1 affected component
Misp Misp

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Ensure the add() action removes or ignores any user-supplied 'id' in the incoming request data prior to calling create()/save() so that supplying a primary key cannot cause create() to update an existing record.

    app/Controller/SharingGroupsController.php (add action) id parameter handling = unset or ignore user-supplied 'id' field before save
  2. Configuration

    If submitted data includes an identifier that corresponds to an existing sharing group, perform the normal edit access-control checks and deny the operation unless the user is authorized to edit that sharing group.

    app/Controller/SharingGroupsController.php (add action) authorization on referenced id = validate edit permissions when payload references an existing id
  3. Compensating control

    Temporarily restrict the permission to add sharing groups to a small, trusted set of users (via ACL/role configuration) until the code is fixed to reduce the risk of unauthorized takeover.

  4. Operational

    Audit recent sharing-group creations and modifications for signs of unauthorized changes, revert any unauthorized modifications from backups or known-good state, and review application logs to determine if the vulnerability was exploited.

Event History

Jun 12, 2026
CVE Published
via MITRE·07:51 PM
Data Sourced
via MITRE·07:51 PM
DescriptionWeakness
Data Sourced
via NVD·08:16 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-54360?

The severity of CVE-2026-54360 is high, with a CVSS score of 8.4.

2

How do I fix CVE-2026-54360?

To fix CVE-2026-54360, ensure the id field is properly sanitized and removed from user-supplied data during the sharing group creation process.

3

What systems are affected by CVE-2026-54360?

CVE-2026-54360 affects MISP's sharing group creation functionality.

4

What type of vulnerability is CVE-2026-54360?

CVE-2026-54360 is a mass assignment vulnerability that allows unauthorized takeover of existing sharing groups.

5

When was CVE-2026-54360 published?

CVE-2026-54360 was published on June 12, 2026.

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