CVE Catalog

CVE-2026-60125

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

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

Summary

In MISP, the importModule() function used getEnabledModule() to resolve import modules by name but did not enforce per-organization restrictions. An authenticated user from a restricted organization could still invoke the module directly if they knew its name.

Risk Assessment

The risk is unauthorized access to restricted import-module functionality, potentially allowing unauthorized import or modification of event data based on the module and user permissions.

Recommendation

Immediately update MISP to a version that fixes the enforcement of organization restrictions in the importModule() function.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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.

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