CVE-2026-88915

    Dashboard / Vulnerabilities / CVE-2026-88915

    CVE-2026-88915

    Published: 10 Sept 2026Last Modified: 11 Sept 2026

    Summary: MISP Event Template Instantiation Bypasses Sharing Group and Tagging Authorization

    Details: 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

    Affected packages

    Package

    Name:

    Purl:

    Affected ranges

    Type: GIT

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    v2.5.45
    v2.5.44
    v2.5.43
    v2.5.42
    v2.5.41
    v2.5.40
    v2.5.39
    v2.5.37
    v2.5.36
    v2.5.35
    v2.5.34
    v2.5.33
    v2.5.32
    v2.5.31
    v2.5.30
    v2.5.29
    v2.5.28
    v2.5.27
    v2.5.26
    v2.5.25
    v2.5.24
    v2.5.23
    v2.5.22
    v2.5.21
    v2.5.20
    v2.5.19
    v2.5.18
    v2.5.17
    v2.5.16
    v2.5.15
    v2.5.12
    v2.5.14
    v2.5.13
    v2.5.11
    v2.5.10
    v2.5.9
    v2.5.8
    v2.5.7
    v2.5.0

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    CVE-2026-88915 | CVE-DB