EUVD Vulnerability Catalog

EUVD-2026-75409

Severity: HIGH Base Score: 7.1 CVSS Version: 4.0

Vulnerability Description

Affected versions of MISP do not consistently enforce the acting user's authorization when instantiating event templates. For templates using distribution = 4, the template can specify a sharing_group_id. The instantiation path passed that value into event creation without verifying that the user instantiating the template was actually permitted to use the selected sharing group. The commit notes that Event::_add() only performed its own sharing-group authorization in another code path, leaving template instantiation able to write the identifier directly. The same instantiation path also attached template-specified tags without checking the user's normal tagging permissions. In addition, it hardcoded local => 0, meaning tags marked local_only could be attached globally and consequently propagate through synchronization or export, contrary to their intended restriction. The fix adds explicit SharingGroup::canUse() authorization for the acting user, applies the same tag-modification checks used by normal event tagging, and ensures local_only tags are attached locally. Version affected: ≤2.5.45

CVSS Vector Analysis

Below is the complete, human-readable breakdown of the CVSS metric string: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Attack Vector (AV): Network
Attack Complexity (AC): Low
Attack Requirements (AT): None
Privileges Required (PR): Low
User Interaction (UI): None
Vulnerability Confidentiality Impact (VC): None
Vulnerability Integrity Impact (VI): High
Vulnerability Availability Impact (VA): None
Subsequent Confidentiality Impact (SC): None
Subsequent Integrity Impact (SI): None
Subsequent Availability Impact (SA): None

Affected Vendors & Systems

Vendor MISP

References & Advisory Links

Metadata Profile

Database Authority

European Union Agency for Cybersecurity (ENISA) EUVD

Assigner

CIRCL

EPSS Probability

0

Known Aliases
CVE-2026-88915 GHSA-46cw-r5cx-57f2
Published On

2026-09-10

Last Updated

2026-09-10