CVE Catalog

CVE-2026-95674

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Summary

In MISP, the queryEnrichment method in EventsController.php accepts a module name and iterates over the list of enabled modules. If the module is not found, the code continues with default parameters instead of rejecting the request, allowing an authenticated user to trigger enrichment via a module that was not enabled, bypassing availability controls.

Risk Assessment

Unauthorized use of enrichment functions may expose unauthorized data processing paths, potentially leading to data breaches or unintended operations.

Recommendation

Apply MISP patches that enforce module validation, and restrict access to enrichment functions to trusted users.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS