Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-88915

Опубликовано: 10 сент. 2026
Источник: nvd
EPSS Низкий

Описание

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-modificatio

EPSS

Процентиль: 17%
0.00255
Низкий

Дефекты

CWE-862

Связанные уязвимости

debian
8 дней назад

Affected versions of MISP do not consistently enforce the acting user' ...

github
8 дней назад

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-modifica...

EPSS

Процентиль: 17%
0.00255
Низкий

Дефекты

CWE-862