SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-60125

MEDIUM · CVSS 5.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The vulnerability allows authenticated users from unauthorized organizations to access restricted import modules in MISP, bypassing organizational restrictions. This could lead to unauthorized import or modification of event data, depending on the specific module and the user's event permissions. Organizations using MISP should prioritize addressing this issue to prevent potential data breaches and ensure proper access controls are enforced.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-60125
Severity
MEDIUM
CVSS
5.3
EPSS
0.21%

Original NVD Description

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.