CVE-2026-60124: MISP importModule missing authorization allows read-only users to modify events via misp_standard imports
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 mispstandard 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 mispstandard imports.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-60124?
CVE-2026-60124 has a medium severity rating of 5.3 based on the CVSS scoring.
How does CVE-2026-60124 affect MISP users?
CVE-2026-60124 allows read-only users to modify events through misp_standard imports, bypassing authorization checks.
What type of access does CVE-2026-60124 exploit?
CVE-2026-60124 exploits authenticated users or read-only API keys with event view access.
How can CVE-2026-60124 be mitigated?
Mitigation of CVE-2026-60124 involves ensuring proper authorization checks are in place for all event modifications.
When was CVE-2026-60124 published?
CVE-2026-60124 was published on July 8, 2026.