CVE-2026-88915
Last modified
CVE-2026-88915 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.
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
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | MISP | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-88915?
How severe is CVE-2026-88915?
How do I fix CVE-2026-88915?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-88904The PuppyFW WordPress plugin through 0.4.4 does not have pro…8.8
- CVE-2026-88907Incorrect Authorization vulnerability in TÜBİTAK ULAKBİM Ula…7.4
- CVE-2026-8891The BitForm plugin for WordPress is vulnerable to Stored Cro…6.4
- CVE-2026-88910The kboard WordPress plugin before 6.7 does not verify owner…5.3
- CVE-2026-88912The rtMedia for WordPress, BuddyPress and bbPress WordPress …4.2
- CVE-2026-88914A flaw was found in GStreamer's gst-plugins-good isomp4 plug…4.4
- CVE-2026-88916Incorrect Authorization vulnerability in TÜBİTAK ULAKBİM Ula…6.8
- CVE-2026-8892The CM Business Directory – Optimise and showcase local busi…6.4
- CVE-2026-88921MISP contains an HTML injection vulnerability in the MISPEle…5.1
- CVE-2026-88922The go-getter library up to versions 1.8.8 and 2.2.3 is vuln…6.7
- CVE-2026-88924A flaw was found in the admin backend of gvfs. The privilege…7
- CVE-2026-88926The VikRentItems Flexible Rental Management System WordPress…8.6
Are you affected by CVE-2026-88915?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
