CVE-2026-60125 PUBLISHED

importModule function in MISP ignores per-organisation import module restrictions

Assigner: CIRCL
Reserved: 08.07.2026 Published: 08.07.2026 Updated: 08.07.2026

MISP’s importModule() path used getEnabledModule() to resolve a single import module by name, but this lookup did not enforce the per-organisation module restriction checked by getEnabledModules(). As a result, an authenticated user from an organisation that was not allowed to use a module restricted via Plugin.Import_<module>_restrict could still invoke that import module directly if they knew its name.

This could allow unauthorised access to restricted import-module functionality and, depending on the module and the user’s event permissions, may allow unauthorised import or modification of event data through a module that should have been unavailable to the user’s organisation.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:L
CVSS Score: 5.3

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.42 (incl.)

Credits

  • Sami Mokaddem remediation developer
  • Berk Polat finder
  • Claude Opus 4.8 (1M context) aka Claudy remediation reviewer

References

Problem Types

  • CWE-863 Incorrect Authorization CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs