CVE-2026-60124 PUBLISHED

MISP importModule missing authorization allows read-only users to modify events via misp_standard imports

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

An authorization bypass in MISP’s EventsController::importModule() allowed authenticated users or read-only API keys with event view access to persist data to events they were not allowed to modify. When an import module returned results in the misp_standard format, the write path did not verify event modification rights before saving the module output. This could allow a view-only user to inject or alter event data, impacting the integrity of MISP event content. The issue was fixed by enforcing the same modification-rights check used by related module result handling paths before processing misp_standard imports.

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:L/SA:N
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-862 Missing Authorization CWE

Impacts

  • CAPEC-115 Authentication Bypass