---
id: CVE-2026-95674
title: >-
  In MISP, the queryEnrichment method in EventsController.php accepted a module
  name parameter and iterated over the list of enabled modules to find a match
summary: >-
  In MISP, the queryEnrichment method in EventsController.php accepted a module
  name parameter and iterated over the list of enabled modules to find a match.
  If the specified module was not present in the enabled modules list, the code
  sil…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-20
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:22.263'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95674'
references:
  - url: 'https://github.com/MISP/MISP/commit/7dfcc4d32'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:31:46.531365Z'
cvssSource: cna
ingestedAt: '2026-09-22T14:04:19.589Z'
epss: 0.00406
epssPercentile: 0.34627
---

## Overview

In MISP, the queryEnrichment method in EventsController.php accepted a module name parameter and iterated over the list of enabled modules to find a match. If the specified module was not present in the enabled modules list, the code silently continued processing using default parameters (format set to 'simplified' and no module-specific configuration applied) rather than rejecting the request. This allowed an authenticated user to trigger enrichment or analysis processing through a module that was not explicitly enabled or available on the instance, bypassing the intended module availability controls. The lack of validation meant that module names outside the enabled set were not rejected, potentially exposing functionality or data processing paths that the administrator had not authorized for use.

## Remediation

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