CVE Catalog

CVE-2026-60124

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.22%

12th percentile - higher than 12% of all known CVEs

Summary

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. The write path did not verify event modification rights when processing misp_standard format results.

Risk Assessment

The organization faces a risk of data integrity compromise in MISP, where users with limited privileges can unauthorizedly inject or alter event content, potentially leading to false information in the threat intelligence sharing system.

Recommendation

Update MISP immediately to a version containing the fix that enforces modification-rights checks before processing misp_standard imports.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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.

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