---
id: CVE-2026-95685
title: MISP contains an access control flaw in the EventReports functionality
summary: >-
  MISP contains an access control flaw in the EventReports functionality. The
  replaceSuggestionInReport action, which allows modification of suggestion
  content within an event report, was incorrectly mapped to the wildcard
  permission ('*')…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-862
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:23.030'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95685'
references:
  - url: 'https://github.com/MISP/MISP/commit/66aebfb1a'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:13:31.472359Z'
cvssSource: cna
ingestedAt: '2026-09-22T15:05:01.091Z'
epss: 0.00351
epssPercentile: 0.28785
---

## Overview

MISP contains an access control flaw in the EventReports functionality. The replaceSuggestionInReport action, which allows modification of suggestion content within an event report, was incorrectly mapped to the wildcard permission ('*') in the ACLComponent, making it accessible to any authenticated user regardless of their assigned permissions. All analogous report-modification actions correctly required the perm_add permission, while read-only actions such as downloadAsPDF appropriately used the wildcard. 

An authenticated user without the perm_add permission could invoke the replaceSuggestionInReport endpoint to alter report suggestion data, violating the intended authorization model. 

This constitutes an improper authorization weakness that could lead to unauthorized modification of event report content, potentially corrupting shared threat intelligence data or injecting misleading information into reports relied upon by other analysts and automated consumers.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
