| April 29, 2026
We are happy to announce the release of MISP v2.5.37, headlined by the brand-new Event Templating system — a complete redesign that replaces the legacy templating engine. This release also introduces a dedicated suricata attribute type, continues the Overmind UI migration, switches the STIX 2 stack to the upstream library bundled with misp-stix, ships several security fixes, and brings new performance tooling for large instances.
Event Templating System (New)
A ground-up rewrite of MISP’s templating engine. Event templates are now first-class objects with their own schema, validation pipeline, instantiation flow, library catalogue, and dedicated UI on both the default and Overmind themes.
Highlights:
- Schema and storage — JSON-defined templates conforming to a versioned
event-template-v1schema, backed by dedicatedevent_templatesandevent_template_object_dependenciestables; distribution model aligned with events. - Builder UI — drag-to-reorder canvas, per-element type partials, inline definition validation via
/event_templates/validate_definition, searchable object-template picker, taxonomy and galaxy pickers, file upload pipeline, and a Preview button on both themes. - User form (template instantiation) — section-organised flow with collapsible object instances, per-type renderers, inline element-level error surfacing, file upload progress, automatic summary report, entity auto-linking in event reports, and audit-log row on event creation.
- Templates Library — the new misp-event-templates submodule provides a managed catalogue with first-touch auto-update, library-managed badge, update toolbar, library-status endpoint, and ten starter templates out of the box.
- Import / Export / Duplicate — REST round-trip for templates including full object-template dependency tracking.
- Documentation — admin guide, creator guide, and user quickstart added under
docs/. - Migration helper —
app/Console/cake Admin migrateOldTemplatesconverts legacy templates to event templates, with dedicated handling for complex File / CnC objects.
A separate blog post covering the new event templating system in depth — design, authoring, library workflow, and migration — will follow shortly.
Old templating system soft-deprecated
The legacy /templates/* controller, model, and views remain reachable for the duration of this release, but all menu entry points have been removed from the global menu, navbar helper, and side menus on both default and Overmind themes. The controller and view stack will be removed in 2.5.38.
New suricata Attribute Type
A dedicated suricata attribute type has been introduced alongside snort, added to support the new release of rulezet.org. IDS rules in Suricata format can now be modeled with a first-class type and validated as such, with corresponding support in PyMISP.
Overmind UI (Development Preview)
Continued migration of MISP’s modules to the Bootstrap 5 Overmind theme. New in 2.5.37:
- Tags, Tag Collections, and Taxonomies — full migration
- Templates, Object Templates, Object Relationships — migrated views and CRUD
- REST Client — migrated
- Automation & Export Views — migrated
- Correlation graph — re-implemented in vanilla JS
- Event Templates — full coverage (index, view, builder, user form, picker modal, import, preview)
Supporting fixes include ACL gap closures, condition tightening on index actions, a unified copy-to-clipboard helper, setting/role ACL backfills, and XSS hardening in the Collection view, IndexTable fields, and event-template builder.
Note: Overmind UI remains a development preview; production use is not yet recommended. It can be enabled via the theme selector in the MISP settings.
Workflow Improvements
- Ad-hoc workflows — environment variables can now be passed in, and module-returned data is captured under
_env.misp_module_resultsfor use by downstream nodes. - New trigger —
analyst-data:after-save. - Documentation — info-modal documentation added describing misp-module return data.
- Fix —
event:run-workflowno longer includes the env variable twice.
STIX 2 Stack Switch
MISP no longer ships its own fork of cti-python-stix2. The upstream stix2 library bundled with misp-stix is now used directly:
- The custom
cti-python-stix2submodule has been removed. - STIX 2 export now defaults to version 2.1.
- New library entry point enables exporting MISP Object collections to STIX 2.x.
misp-stixandmisp-lib-stix2bumped to the latest aligned versions — see the misp-stix 2026.4.28 release notes for the full changelog on that side.
Performance Tooling
- Search performance diagnostics — new tool to profile attribute search behaviour on large datasets.
- Performance shell — updated to use approximations, making it usable on very large instances.
- Attribute search — incremental performance fix for certain query shapes.
Security Fixes
- SQL injection via
order/sortparameters — user-controlled values onPOST /events/indexandGET /shadow_attributes/indexreached the SQLORDER BYclause without validation, allowing any authenticated user (including read-only) to extract arbitrary database content via blind injection. Both paths now route throughAppModel::findOrder()/ a schema allowlist (reported by Jeroen Gui). - Privilege escalation via authkey reset — an organisation admin in the same org as a site admin could reset the site admin’s authentication key via
POST /users/resetauthkey/<id>and receive the new key in the response. Fixed by adding aperm_site_admincheck inUser::resetauthkey()and tighteningAuthKeysController::__prepareConditions()to exclude site-admin users from the org-admin listing scope (reported by Jeroen Gui). - UUID validation on Collections — collection UUID input is now validated against RFC 4122 (reported by Jeroen Pinoy).
- Event-template XSS hardening — XSS-surface review of the event-template builder, picker modal, and user form on both default and Overmind themes.
Bug Fixes
- Decay score no longer collapses to zero when
last_seenis in the future. - Geolocation markers — missing icon assets restored.
baseurlno longer prepended in places where it caused accordions to fail;baseurlhandling tightened in several other views.- Tag search re-enabled on the event index.
- Sticky table header on the role index page.
- Line breaks now allowed in analyst-data notes.
- Domain restrictions render with proper line breaks.
- Padding adjustments and undefined-variable fixes across Overmind views.
- ARIA labels improved on icon-only controls.
- Stale Danish MISP community entry removed.
db_schemaconsistency fix.- Missing
usersettingACL entry restored. - LDAP plugin gains support for
memberOfqueries. - Add-attachment flow rework.
Installer / CI / Developer Experience
.gitmodulescakephpbranchmetadata corrected from the historic2.xto the actually-trackedmaster-cakephp2-php8. The pinned SHAs were already on the correct branch; this just fixes misleading metadata.- CI workflow updated to
actions/checkout@v4. - CI raises PHP
memory_limitto 512M before MISP starts. - Python required-version bump.
- Composer / asset query-version bump (184 → 185).
Submodule Updates
Code-side libraries:
PyMISP— bumped to 2.5.34.1 (includes thesuricatavalidator).misp-stix— bumped to 2026.4.28.misp-lib-stix2— aligned with upstreamcti-python-stix2.
Data libraries — notable changes since v2.5.36:
misp-galaxy— 73 commits- New galaxies: SPARTA, MITRE Fraud Framework, VERIS framework, RMM tools, operating systems, IT-equipment types, software vendors, taxonomy of fraud.
- New tooling: Python tooling for galaxy-relationship graphs (with multiple output formats incl. GraphML and static HTML), threat-actor similarity report tooling, similarity-distance tool, matrix-view tooling,
gen_sparta.pyempty-tactics handling. - Content updates: threat-actor metadata sweep, Iranian threat-actor review, preventive-measures update, additional threat actors and botnets.
misp-objects— 37 commits- New object templates:
rulezet-bundle,ruleset-metadata,dga-domain,drone-RID-observation,contact-list(mobile forensic extractions),fbi-most-wanted,terminal-output,malicious-website,exif, genericsoftware/service/container, genericphysical-object/item,mfa-auth. - Schema additions: new attribute type,
transportcategory, sane defaults forchat-message,pcap-metadatacapture-application, packet-filter rule values, etc. - Refactors:
malware,mfa-auth,dga,yara,ais*reformatted viajqfor consistent ordering;chat-messagecleanup. uav: Flight Controller and firmware-hash attributes added;ui-prioritytypo fixed.x509: missing certificate fields filled in (issue #88).suricata: object templates now use the new first-classsuricataattribute type (instead ofsnort).
- New object templates:
misp-warninglists— 15 commits- April Network Telescope update.
- microsoft-attack-simulator update incorporating PR #329.
- New script to fetch Windows binary hashes and generate a warninglist from them.
- Phone-generation regex pattern fix; multiple
list.jsonrefreshes. - README clarification on the relationship between warninglists and
misp-feedback.
misp-taxonomies— 4 commits- New
cloud-sovereignty(SoV) taxonomy describing cloud sovereignty. - New
ai-computer-assistedtaxonomy describing the level of AI assistance and the level of review involved in producing an intelligence package or event.
- New
misp-event-templates— new submodule (initial integration)- Ten starter templates:
ransomware-incident,credential-exposure,suspicious-domain-triage,malware-sample-submission,vulnerability-disclosure,supply-chain-compromise,espionage-case,financial-fraud-case,uav-observation,spearphishing-email. - Schema:
event_reportelement type, distribution model rename,pinned_version→minimum_versionrename across schema and templates.
- Ten starter templates:
Unchanged since v2.5.36: misp-noticelist, misp-decaying-models, misp-workflow-blueprints.
Deprecations and Removals
- Legacy templating — soft-deprecated; menu entry points removed. Controller and views will be removed in 2.5.38.
- Custom
cti-python-stix2submodule — removed in favour of the upstreamstix2provided viamisp-stix.
For full details, see the complete changelog on GitHub.