CVE Catalog

CVE-2026-88915

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Summary

MISP in versions up to and including 2.5.45 does not consistently enforce the acting user's authorization when instantiating event templates. The instantiation path passed a template-specified sharing_group_id into event creation without verifying the user could use that sharing group, attached template-specified tags without checking tagging permissions, and hardcoded local => 0, allowing local_only tags to be attached globally and propagate through synchronization or export.

Risk Assessment

A user with insufficient permissions could create an event with an unauthorized sharing group or tags, leading to unauthorized data disclosure and violation of local tag restrictions.

Recommendation

Update MISP to a version containing the fix that adds SharingGroup::canUse() authorization, applies standard tag-modification checks, and ensures local_only tags are attached locally.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS