CVE-2026-10855 PUBLISHED

MISP Event template importer authorization bypass

Assigner: CIRCL
Reserved: 04.06.2026 Published: 04.06.2026 Updated: 04.06.2026

An authorization flaw existed in the MISP Event Template Importer overwrite workflow. When importing an event template in overwrite mode, the application checked whether a matching template already existed but did not verify that the importing user belonged to the organization that owned the existing template. As a result, an authenticated user with access to the template import functionality could forcibly overwrite an event template owned by another organization.

Successful exploitation could allow unauthorized modification of another organization’s event template, potentially altering template structure, attributes, or metadata used for subsequent event creation or sharing workflows. Site administrators are not affected by this restriction, as they are explicitly allowed to overwrite templates across organizations.

The issue was fixed by enforcing an ownership check before overwrite: non-site-admin users may only overwrite templates owned by their own organization.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N
CVSS Score: 5.1

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.38 (incl.)

Credits

  • Andras Iklody remediation developer
  • Jeroen Pinoy finder

References

Problem Types

  • CWE-862 Missing Authorization CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs